Color Hex Logo

#bb61fc Color Hex

#BB61FC
(187,97,252)
0 Favorites   0 Comments

Color spaces of #bb61fc

RGB 18797252
HSL0.760.960.68
HSV275°62°99°
CMYK 0.260.620.00   0.01
XYZ42.338926.142594.9100
Yxy26.14250.25910.1600
Hunter Lab51.129758.3331-74.2667
CIE-Lab58.172162.1524-63.1672

#bb61fc color RGB value is (187,97,252).

#bb61fc hex color red value is 187, green value is 97 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #bb61fc hue: 0.76 , saturation: 0.96 and the lightness value of bb61fc is 0.68.

The process color (four color CMYK) of #bb61fc color hex is 0.26, 0.62, 0.00, 0.01. Web safe color of #bb61fc is #cc66ff. Color #bb61fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01100001 11111100
Octal 273 141 374
Decimal 187 97 252
Hex BB 61 FC

RGB Percentages of Color #bb61fc

%34.89
%18.10
%47.01

CMYK Percentages of Color #bb61fc

%26
%62
%0
%1

Triadic Colors of #bb61fc

#bb61fc #fcbb61 #61fcbb

Analogous Colors of #bb61fc

#bb61fc #fc61f0 #6e61fc

Monochromatic Colors of #bb61fc

#bb61fc

Complementary Color

#bb61fc #a2fc61

#bb61fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb61fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb61fc Color CSS Codes

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

#bb61fc Text Font Color

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

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


#bb61fc Background Color

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

This div background color is #bb61fc


#bb61fc Border Color

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

This div border color is #bb61fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb61fc


Comments

No comments written yet.

Please login to write comment.