#BB5778

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

Shades of Royal Heath #BB5778

Tints of Royal Heath #BB5778

Color information

#BB5778 (or 0xBB5778) is unknown color: approx Royal Heath. HEX triplet: BB, 57 and 78. RGB value is (187,87,120). Sum of RGB (Red+Green+Blue) = 187+87+120=394 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.46% from 394); Green value is 87 (34.38% from 255 or 22.08% from 394); Blue value is 120 (47.27% from 255 or 30.46% from 394); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5778 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5778 is #44A887. Grayscale: #787878. Windows color (decimal): -4499592 or 7886779. OLE color: 7886779.

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

Color convert

RGB18787120-
CMYK00.530.360.27
HSL340.2º42.37%53.73%-
HSV(B)340.2º53.48%73.33%-
XYZ27.2918.7419.95-
YUV120.66127.63175.32-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.46%
GREEN value IS 87 (34.38% from 255) = 22.08%
BLUE value IS 120 (47.27% from 255) = 30.46%
R=47.46%
G=22.08%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878712000.530.360.27340.242.3753.73
HexBB5778035241B1542a36
Octal27312717006544335245266
Binary1011101110101111111000011010110010011011101010100101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5778; }

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

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

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

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

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

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

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

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