#BB4878

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

Shades of Royal Heath #BB4878

Tints of Royal Heath #BB4878

Color information

#BB4878 (or 0xBB4878) is unknown color: approx Royal Heath. HEX triplet: BB, 48 and 78. RGB value is (187,72,120). Sum of RGB (Red+Green+Blue) = 187+72+120=379 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.34% from 379); Green value is 72 (28.52% from 255 or 19.00% from 379); Blue value is 120 (47.27% from 255 or 31.66% from 379); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4878 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4878 is #44B787. Grayscale: #6F6F6F. Windows color (decimal): -4503432 or 7882939. OLE color: 7882939.

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

Color convert

RGB18772120-
CMYK00.610.360.27
HSL334.96º45.82%50.78%-
HSV(B)334.96º61.5%73.33%-
XYZ26.216.5619.58-
YUV111.86132.6181.6-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.34%
GREEN value IS 72 (28.52% from 255) = 19.00%
BLUE value IS 120 (47.27% from 255) = 31.66%
R=49.34%
G=19.00%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877212000.610.360.27334.9645.8250.78
HexBB487803D241B14f2e33
Octal27311017007544335175663
Binary1011101110010001111000011110110010011011101001111101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4878; }

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

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

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

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

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

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

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

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