Shades of Royal Heath #BB4F7E
Tints of Royal Heath #BB4F7E
RGB
CMYK
RGB Variations
Color information
#BB4F7E (or 0xBB4F7E) is known color: Royal Heath. HEX triplet: BB, 4F and 7E. RGB value is (187,79,126). Sum of RGB (Red+Green+Blue) = 187+79+126=392 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.70% from 392); Green value is 79 (31.25% from 255 or 20.15% from 392); Blue value is 126 (49.61% from 255 or 32.14% from 392); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4F7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB4F7E is #44B081. Grayscale: #747474. Windows color (decimal): -4501634 or 8277947. OLE color: 8277947.
HSL color Cylindrical-coordinate representation of color #BB4F7E: hue angle of 333.89º 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 #BB4F7E is Cyan = 0, Magento = 0.58, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 79 | 126 | - |
| CMYK | 0 | 0.58 | 0.33 | 0.27 |
| HSL | 333.89º | 0.44% | 0.52% | - |
| HSV(B) | 333.89º | 0.58% | 0.73% | - |
| XYZ | 27.06 | 17.66 | 21.72 | - |
| YUV | 116.65 | 133.28 | 178.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 79 | 126 | 0 | 0.58 | 0.33 | 0.27 | 333.89 | 0.44 | 0.52 |
| Hex | BB | 4F | 7E | 0 | 3A | 21 | 1B | 14E | 2C | 34 |
| Octal | 273 | 117 | 176 | 0 | 72 | 41 | 33 | 516 | 54 | 64 |
| Binary | 10111011 | 1001111 | 1111110 | 0 | 111010 | 100001 | 11011 | 101001110 | 101100 | 110100 |
Color Harmonies of #BB4F7E
Complementary color
Monochromatic Colors of #BB4F7E
Black with #BB4F7E
Text Example
Text Example
White with #BB4F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4F7E; }
p { color: rgb(187,79,126); }
H1.HeaderClassName
{
color: #BB4F7E;
}
.AnyTagClassName
{
color: #BB4F7E;
}
</style>
background-color css
<style>
a { background-color: #BB4F7E; }
a { background-color: rgb(187,79,126); }
div.DivClassName
{
background-color: #BB4F7E;
}
.BgClassName
{
background-color: #BB4F7E;
}
</style>
border-color css
<style>
span { border-color: #BB4F7E; }
span { border-color: rgb(187,79,126); }
td.TdClassName
{
border-color: #BB4F7E;
}
.TagClassName
{
border-color: #BB4F7E;
}
</style>