Shades of Royal Heath #BB4F80
Tints of Royal Heath #BB4F80
RGB
CMYK
RGB Variations
Color information
#BB4F80 (or 0xBB4F80) is known color: Royal Heath. HEX triplet: BB, 4F and 80. RGB value is (187,79,128). Sum of RGB (Red+Green+Blue) = 187+79+128=394 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.46% from 394); Green value is 79 (31.25% from 255 or 20.05% from 394); Blue value is 128 (50.39% from 255 or 32.49% from 394); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4F80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB4F80 is #44B07F. Grayscale: #747474. Windows color (decimal): -4501632 or 8409019. OLE color: 8409019.
HSL color Cylindrical-coordinate representation of color #BB4F80: hue angle of 332.78º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BB4F80 is Cyan = 0, Magento = 0.58, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 79 | 128 | - |
| CMYK | 0 | 0.58 | 0.32 | 0.27 |
| HSL | 332.78º | 0.44% | 0.52% | - |
| HSV(B) | 332.78º | 0.58% | 0.73% | - |
| XYZ | 27.19 | 17.72 | 22.41 | - |
| YUV | 116.88 | 134.28 | 178.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 79 | 128 | 0 | 0.58 | 0.32 | 0.27 | 332.78 | 0.44 | 0.52 |
| Hex | BB | 4F | 80 | 0 | 3A | 20 | 1B | 14D | 2C | 34 |
| Octal | 273 | 117 | 200 | 0 | 72 | 40 | 33 | 515 | 54 | 64 |
| Binary | 10111011 | 1001111 | 10000000 | 0 | 111010 | 100000 | 11011 | 101001101 | 101100 | 110100 |
Color Harmonies of #BB4F80
Complementary color
Monochromatic Colors of #BB4F80
Black with #BB4F80
Text Example
Text Example
White with #BB4F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4F80; }
p { color: rgb(187,79,128); }
H1.HeaderClassName
{
color: #BB4F80;
}
.AnyTagClassName
{
color: #BB4F80;
}
</style>
background-color css
<style>
a { background-color: #BB4F80; }
a { background-color: rgb(187,79,128); }
div.DivClassName
{
background-color: #BB4F80;
}
.BgClassName
{
background-color: #BB4F80;
}
</style>
border-color css
<style>
span { border-color: #BB4F80; }
span { border-color: rgb(187,79,128); }
td.TdClassName
{
border-color: #BB4F80;
}
.TagClassName
{
border-color: #BB4F80;
}
</style>