#BB4778

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

Shades of Royal Heath #BB4778

Tints of Royal Heath #BB4778

Color information

#BB4778 (or 0xBB4778) is unknown color: approx Royal Heath. HEX triplet: BB, 47 and 78. RGB value is (187,71,120). Sum of RGB (Red+Green+Blue) = 187+71+120=378 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.47% from 378); Green value is 71 (28.12% from 255 or 18.78% from 378); Blue value is 120 (47.27% from 255 or 31.75% from 378); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4778 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4778 is #44B887. Grayscale: #6F6F6F. Windows color (decimal): -4503688 or 7882683. OLE color: 7882683.

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

Color convert

RGB18771120-
CMYK00.620.360.27
HSL334.66º46.03%50.59%-
HSV(B)334.66º62.03%73.33%-
XYZ26.1416.4319.56-
YUV111.27132.93182.02-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.47%
GREEN value IS 71 (28.12% from 255) = 18.78%
BLUE value IS 120 (47.27% from 255) = 31.75%
R=49.47%
G=18.78%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877112000.620.360.27334.6646.0350.59
HexBB477803E241B14f2e33
Octal27310717007644335175663
Binary1011101110001111111000011111010010011011101001111101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4778; }

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

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

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

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

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

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

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

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