Color Hex Logo

#b500bb Color Hex

#B500BB
(181,0,187)
0 Favorites   0 Comments

Color spaces of #b500bb

RGB 1810187
HSL0.831.000.37
HSV298°100°73°
CMYK 0.031.000.00   0.27
XYZ28.025713.411648.1253
Yxy13.41160.31290.1497
Hunter Lab36.621972.5129-52.2785
CIE-Lab43.377076.8591-49.9731

#b500bb color RGB value is (181,0,187).

#b500bb hex color red value is 181, green value is 0 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b500bb hue: 0.83 , saturation: 1.00 and the lightness value of b500bb is 0.37.

The process color (four color CMYK) of #b500bb color hex is 0.03, 1.00, 0.00, 0.27. Web safe color of #b500bb is #cc00cc. Color #b500bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00000000 10111011
Octal 265 0 273
Decimal 181 0 187
Hex B5 0 BB

RGB Percentages of Color #b500bb

%49.18
%0.00
%50.82

CMYK Percentages of Color #b500bb

%3
%100
%0
%27

Triadic Colors of #b500bb

#b500bb #bbb500 #00bbb5

Analogous Colors of #b500bb

#b500bb #bb0063 #5800bb

Monochromatic Colors of #b500bb

#b500bb

Complementary Color

#b500bb #06bb00

#b500bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b500bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b500bb Color CSS Codes

.mybgcolor {background-color:#b500bb; } 
.myforecolor {color:#b500bb; }
.mybordercolor {border:3px solid #b500bb; }

#b500bb Text Font Color

<p style="color:#b500bb">Text here</p>

This sample text font color is #b500bb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#b500bb Background Color

<div style="background-color:#b500bb">
Div content here</div>

This div background color is #b500bb


#b500bb Border Color

<div style="border:3px solid #b500bb">
Div here</div>

This div border color is #b500bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(181,0,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b500bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b500bb;
  -webkit-box-shadow: 1px 1px 3px 2px #b500bb;
  box-shadow:         1px 1px 3px 2px #b500bb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,0,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b500bb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #b500bb;
  -webkit-box-shadow: 1px 1px 3px 2px #b500bb;
  box-shadow:         1px 1px 3px 2px #b500bb;">
Div content here</div>

This div box has shadow with color #b500bb


Comments

No comments written yet.

Please login to write comment.