Shades of Royal Heath #B0517C
Tints of Royal Heath #B0517C
RGB
CMYK
RGB Variations
Color information
#B0517C (or 0xB0517C) is known color: Royal Heath. HEX triplet: B0, 51 and 7C. RGB value is (176,81,124). Sum of RGB (Red+Green+Blue) = 176+81+124=381 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.19% from 381); Green value is 81 (32.03% from 255 or 21.26% from 381); Blue value is 124 (48.83% from 255 or 32.55% from 381); Max value from RGB is 176 - color contains mainly: red. Hex color #B0517C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0517C is #4FAE83. Grayscale: #727272. Windows color (decimal): -5222020 or 8147376. OLE color: 8147376.
HSL color Cylindrical-coordinate representation of color #B0517C: hue angle of 332.84º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B0517C is Cyan = 0, Magento = 0.54, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 81 | 124 | - |
| CMYK | 0 | 0.54 | 0.30 | 0.31 |
| HSL | 332.84º | 0.38% | 0.5% | - |
| HSV(B) | 332.84º | 0.54% | 0.69% | - |
| XYZ | 24.49 | 16.57 | 20.98 | - |
| YUV | 114.31 | 133.47 | 172 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 81 | 124 | 0 | 0.54 | 0.30 | 0.31 | 332.84 | 0.38 | 0.5 |
| Hex | B0 | 51 | 7C | 0 | 36 | 1E | 1F | 14D | 26 | 32 |
| Octal | 260 | 121 | 174 | 0 | 66 | 36 | 37 | 515 | 46 | 62 |
| Binary | 10110000 | 1010001 | 1111100 | 0 | 110110 | 11110 | 11111 | 101001101 | 100110 | 110010 |
Color Harmonies of #B0517C
Complementary color
Monochromatic Colors of #B0517C
Black with #B0517C
Text Example
Text Example
White with #B0517C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0517C; }
p { color: rgb(176,81,124); }
H1.HeaderClassName
{
color: #B0517C;
}
.AnyTagClassName
{
color: #B0517C;
}
</style>
background-color css
<style>
a { background-color: #B0517C; }
a { background-color: rgb(176,81,124); }
div.DivClassName
{
background-color: #B0517C;
}
.BgClassName
{
background-color: #B0517C;
}
</style>
border-color css
<style>
span { border-color: #B0517C; }
span { border-color: rgb(176,81,124); }
td.TdClassName
{
border-color: #B0517C;
}
.TagClassName
{
border-color: #B0517C;
}
</style>