#BB4D80

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

Shades of Royal Heath #BB4D80

Tints of Royal Heath #BB4D80

Color information

#BB4D80 (or 0xBB4D80) is unknown color: approx Royal Heath. HEX triplet: BB, 4D and 80. RGB value is (187,77,128). Sum of RGB (Red+Green+Blue) = 187+77+128=392 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.70% from 392); Green value is 77 (30.47% from 255 or 19.64% from 392); Blue value is 128 (50.39% from 255 or 32.65% from 392); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4D80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB4D80 is #44B27F. Grayscale: #737373. Windows color (decimal): -4502144 or 8408507. OLE color: 8408507.

HSL color Cylindrical-coordinate representation of color #BB4D80: hue angle of 332.18º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BB4D80 is Cyan = 0, Magento = 0.59, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB18777128-
CMYK00.590.320.27
HSL332.18º44.72%51.76%-
HSV(B)332.18º58.82%73.33%-
XYZ27.0417.4322.36-
YUV115.7134.94178.85-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.70%
GREEN value IS 77 (30.47% from 255) = 19.64%
BLUE value IS 128 (50.39% from 255) = 32.65%
R=47.70%
G=19.64%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877712800.590.320.27332.1844.7251.76
HexBB4D8003B201B14c2d34
Octal27311520007340335145564
Binary10111011100110110000000011101110000011011101001100101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4D80; }

 p { color: rgb(187,77,128); }

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

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

 a { background-color: rgb(187,77,128); }

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

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

 span { border-color: rgb(187,77,128); }

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