#BB5478

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

Shades of Royal Heath #BB5478

Tints of Royal Heath #BB5478

Color information

#BB5478 (or 0xBB5478) is unknown color: approx Royal Heath. HEX triplet: BB, 54 and 78. RGB value is (187,84,120). Sum of RGB (Red+Green+Blue) = 187+84+120=391 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.83% from 391); Green value is 84 (33.20% from 255 or 21.48% from 391); Blue value is 120 (47.27% from 255 or 30.69% from 391); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5478 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5478 is #44AB87. Grayscale: #767676. Windows color (decimal): -4500360 or 7886011. OLE color: 7886011.

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

Color convert

RGB18784120-
CMYK00.550.360.27
HSL339.03º43.1%53.14%-
HSV(B)339.03º55.08%73.33%-
XYZ27.0518.2619.87-
YUV118.9128.62176.57-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.83%
GREEN value IS 84 (33.20% from 255) = 21.48%
BLUE value IS 120 (47.27% from 255) = 30.69%
R=47.83%
G=21.48%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878412000.550.360.27339.0343.153.14
HexBB5478037241B1532b35
Octal27312417006744335235365
Binary1011101110101001111000011011110010011011101010011101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5478; }

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

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

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

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

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

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

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

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