Shades of Royal Heath #BB4C80
Tints of Royal Heath #BB4C80
RGB
CMYK
RGB Variations
Color information
#BB4C80 (or 0xBB4C80) is known color: Royal Heath. HEX triplet: BB, 4C and 80. RGB value is (187,76,128). Sum of RGB (Red+Green+Blue) = 187+76+128=391 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.83% from 391); Green value is 76 (30.08% from 255 or 19.44% from 391); Blue value is 128 (50.39% from 255 or 32.74% from 391); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4C80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4C80 is #44B37F. Grayscale: #737373. Windows color (decimal): -4502400 or 8408251. OLE color: 8408251.
HSL color Cylindrical-coordinate representation of color #BB4C80: hue angle of 331.89º 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 #BB4C80 is Cyan = 0, Magento = 0.59, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 76 | 128 | - |
| CMYK | 0 | 0.59 | 0.32 | 0.27 |
| HSL | 331.89º | 0.45% | 0.52% | - |
| HSV(B) | 331.89º | 0.59% | 0.73% | - |
| XYZ | 26.97 | 17.29 | 22.34 | - |
| YUV | 115.12 | 135.27 | 179.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 76 | 128 | 0 | 0.59 | 0.32 | 0.27 | 331.89 | 0.45 | 0.52 |
| Hex | BB | 4C | 80 | 0 | 3B | 20 | 1B | 14C | 2D | 34 |
| Octal | 273 | 114 | 200 | 0 | 73 | 40 | 33 | 514 | 55 | 64 |
| Binary | 10111011 | 1001100 | 10000000 | 0 | 111011 | 100000 | 11011 | 101001100 | 101101 | 110100 |
Color Harmonies of #BB4C80
Complementary color
Monochromatic Colors of #BB4C80
Black with #BB4C80
Text Example
Text Example
White with #BB4C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4C80; }
p { color: rgb(187,76,128); }
H1.HeaderClassName
{
color: #BB4C80;
}
.AnyTagClassName
{
color: #BB4C80;
}
</style>
background-color css
<style>
a { background-color: #BB4C80; }
a { background-color: rgb(187,76,128); }
div.DivClassName
{
background-color: #BB4C80;
}
.BgClassName
{
background-color: #BB4C80;
}
</style>
border-color css
<style>
span { border-color: #BB4C80; }
span { border-color: rgb(187,76,128); }
td.TdClassName
{
border-color: #BB4C80;
}
.TagClassName
{
border-color: #BB4C80;
}
</style>