Color Hex Logo

#bb41ff Color Hex

#BB41FF
(187,65,255)
0 Favorites   0 Comments

Color spaces of #bb41ff

RGB 18765255
HSL0.771.000.63
HSV279°75°100°
CMYK 0.270.750.00   0.00
XYZ40.433821.565496.6392
Yxy21.56540.25490.1359
Hunter Lab46.438674.1515-90.8762
CIE-Lab53.562876.2043-72.2675

#bb41ff color RGB value is (187,65,255).

#bb41ff hex color red value is 187, green value is 65 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #bb41ff hue: 0.77 , saturation: 1.00 and the lightness value of bb41ff is 0.63.

The process color (four color CMYK) of #bb41ff color hex is 0.27, 0.75, 0.00, 0.00. Web safe color of #bb41ff is #cc33ff. Color #bb41ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01000001 11111111
Octal 273 101 377
Decimal 187 65 255
Hex BB 41 FF

RGB Percentages of Color #bb41ff

%36.88
%12.82
%50.30

CMYK Percentages of Color #bb41ff

%27
%75
%0
%0

Triadic Colors of #bb41ff

#bb41ff #ffbb41 #41ffbb

Analogous Colors of #bb41ff

#bb41ff #ff41e4 #5c41ff

Monochromatic Colors of #bb41ff

#bb41ff

Complementary Color

#bb41ff #85ff41

#bb41ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb41ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb41ff Color CSS Codes

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

#bb41ff Text Font Color

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

This sample text font color is #bb41ff
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.


#bb41ff Background Color

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

This div background color is #bb41ff


#bb41ff Border Color

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

This div border color is #bb41ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb41ff

Related Colors


Comments

No comments written yet.

Please login to write comment.