Shades of Royal Heath #BB517C
Tints of Royal Heath #BB517C
RGB
CMYK
RGB Variations
Color information
#BB517C (or 0xBB517C) is known color: Royal Heath. HEX triplet: BB, 51 and 7C. RGB value is (187,81,124). Sum of RGB (Red+Green+Blue) = 187+81+124=392 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.70% from 392); Green value is 81 (32.03% from 255 or 20.66% from 392); Blue value is 124 (48.83% from 255 or 31.63% from 392); Max value from RGB is 187 - color contains mainly: red. Hex color #BB517C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB517C is #44AE83. Grayscale: #757575. Windows color (decimal): -4501124 or 8147387. OLE color: 8147387.
HSL color Cylindrical-coordinate representation of color #BB517C: hue angle of 335.66º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BB517C is Cyan = 0, Magento = 0.57, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 81 | 124 | - |
| CMYK | 0 | 0.57 | 0.34 | 0.27 |
| HSL | 335.66º | 0.44% | 0.53% | - |
| HSV(B) | 335.66º | 0.57% | 0.73% | - |
| XYZ | 27.07 | 17.9 | 21.1 | - |
| YUV | 117.6 | 131.62 | 177.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 81 | 124 | 0 | 0.57 | 0.34 | 0.27 | 335.66 | 0.44 | 0.53 |
| Hex | BB | 51 | 7C | 0 | 39 | 22 | 1B | 150 | 2C | 35 |
| Octal | 273 | 121 | 174 | 0 | 71 | 42 | 33 | 520 | 54 | 65 |
| Binary | 10111011 | 1010001 | 1111100 | 0 | 111001 | 100010 | 11011 | 101010000 | 101100 | 110101 |
Color Harmonies of #BB517C
Complementary color
Monochromatic Colors of #BB517C
Black with #BB517C
Text Example
Text Example
White with #BB517C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB517C; }
p { color: rgb(187,81,124); }
H1.HeaderClassName
{
color: #BB517C;
}
.AnyTagClassName
{
color: #BB517C;
}
</style>
background-color css
<style>
a { background-color: #BB517C; }
a { background-color: rgb(187,81,124); }
div.DivClassName
{
background-color: #BB517C;
}
.BgClassName
{
background-color: #BB517C;
}
</style>
border-color css
<style>
span { border-color: #BB517C; }
span { border-color: rgb(187,81,124); }
td.TdClassName
{
border-color: #BB517C;
}
.TagClassName
{
border-color: #BB517C;
}
</style>