#BB3E78

Color #BB3E78 Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #BB3E78

Tints of Royal Heath #BB3E78

Color information

#BB3E78 (or 0xBB3E78) is unknown color: approx Royal Heath. HEX triplet: BB, 3E and 78. RGB value is (187,62,120). Sum of RGB (Red+Green+Blue) = 187+62+120=369 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.68% from 369); Green value is 62 (24.61% from 255 or 16.80% from 369); Blue value is 120 (47.27% from 255 or 32.52% from 369); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3E78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3E78 is #44C187. Grayscale: #696969. Windows color (decimal): -4505992 or 7880379. OLE color: 7880379.

HSL color Cylindrical-coordinate representation of color #BB3E78: hue angle of 332.16º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BB3E78 is Cyan = 0, Magento = 0.67, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB18762120-
CMYK00.670.360.27
HSL332.16º50.2%48.82%-
HSV(B)332.16º66.84%73.33%-
XYZ25.6115.3719.39-
YUV105.99135.91185.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 50.68%
GREEN value IS 62 (24.61% from 255) = 16.80%
BLUE value IS 120 (47.27% from 255) = 32.52%
R=50.68%
G=16.80%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1876212000.670.360.27332.1650.248.82
HexBB3E78043241B14c3231
Octal27376170010344335146261
Binary1011101111111011110000100001110010011011101001100110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3E78; }

 p { color: rgb(187,62,120); }

 H1.HeaderClassName
 {
   color: #BB3E78;
 }
 .AnyTagClassName
 {
   color: #BB3E78;
 }
</style>
background-color css

<style>
 a { background-color: #BB3E78; }

 a { background-color: rgb(187,62,120); }

 div.DivClassName
 {
   background-color: #BB3E78;
 }
 .BgClassName
 {
   background-color: #BB3E78;
 }
</style>
border-color css

<style>
 span { border-color: #BB3E78; }

 span { border-color: rgb(187,62,120); }

 td.TdClassName
 {
   border-color: #BB3E78;
 }
 .TagClassName
 {
   border-color: #BB3E78;
 }
</style>