Shades of Royal Heath #BB4B7F
Tints of Royal Heath #BB4B7F
RGB
CMYK
RGB Variations
Color information
#BB4B7F (or 0xBB4B7F) is known color: Royal Heath. HEX triplet: BB, 4B and 7F. RGB value is (187,75,127). Sum of RGB (Red+Green+Blue) = 187+75+127=389 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.07% from 389); Green value is 75 (29.69% from 255 or 19.28% from 389); Blue value is 127 (50% from 255 or 32.65% from 389); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4B7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4B7F is #44B480. Grayscale: #727272. Windows color (decimal): -4502657 or 8342459. OLE color: 8342459.
HSL color Cylindrical-coordinate representation of color #BB4B7F: hue angle of 332.14º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BB4B7F is Cyan = 0, Magento = 0.60, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 75 | 127 | - |
| CMYK | 0 | 0.60 | 0.32 | 0.27 |
| HSL | 332.14º | 0.45% | 0.51% | - |
| HSV(B) | 332.14º | 0.6% | 0.73% | - |
| XYZ | 26.84 | 17.13 | 21.97 | - |
| YUV | 114.42 | 135.11 | 179.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 75 | 127 | 0 | 0.60 | 0.32 | 0.27 | 332.14 | 0.45 | 0.51 |
| Hex | BB | 4B | 7F | 0 | 3C | 20 | 1B | 14C | 2D | 33 |
| Octal | 273 | 113 | 177 | 0 | 74 | 40 | 33 | 514 | 55 | 63 |
| Binary | 10111011 | 1001011 | 1111111 | 0 | 111100 | 100000 | 11011 | 101001100 | 101101 | 110011 |
Color Harmonies of #BB4B7F
Complementary color
Monochromatic Colors of #BB4B7F
Black with #BB4B7F
Text Example
Text Example
White with #BB4B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4B7F; }
p { color: rgb(187,75,127); }
H1.HeaderClassName
{
color: #BB4B7F;
}
.AnyTagClassName
{
color: #BB4B7F;
}
</style>
background-color css
<style>
a { background-color: #BB4B7F; }
a { background-color: rgb(187,75,127); }
div.DivClassName
{
background-color: #BB4B7F;
}
.BgClassName
{
background-color: #BB4B7F;
}
</style>
border-color css
<style>
span { border-color: #BB4B7F; }
span { border-color: rgb(187,75,127); }
td.TdClassName
{
border-color: #BB4B7F;
}
.TagClassName
{
border-color: #BB4B7F;
}
</style>