Shades of Royal Heath #B1517C
Tints of Royal Heath #B1517C
RGB
CMYK
RGB Variations
Color information
#B1517C (or 0xB1517C) is known color: Royal Heath. HEX triplet: B1, 51 and 7C. RGB value is (177,81,124). Sum of RGB (Red+Green+Blue) = 177+81+124=382 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.34% from 382); Green value is 81 (32.03% from 255 or 21.20% from 382); Blue value is 124 (48.83% from 255 or 32.46% from 382); Max value from RGB is 177 - color contains mainly: red. Hex color #B1517C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1517C is #4EAE83. Grayscale: #727272. Windows color (decimal): -5156484 or 8147377. OLE color: 8147377.
HSL color Cylindrical-coordinate representation of color #B1517C: hue angle of 333.12º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B1517C is Cyan = 0, Magento = 0.54, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 81 | 124 | - |
| CMYK | 0 | 0.54 | 0.30 | 0.31 |
| HSL | 333.13º | 0.38% | 0.51% | - |
| HSV(B) | 333.13º | 0.54% | 0.69% | - |
| XYZ | 24.71 | 16.69 | 20.99 | - |
| YUV | 114.61 | 133.3 | 172.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 81 | 124 | 0 | 0.54 | 0.30 | 0.31 | 333.13 | 0.38 | 0.51 |
| Hex | B1 | 51 | 7C | 0 | 36 | 1E | 1F | 14D | 26 | 33 |
| Octal | 261 | 121 | 174 | 0 | 66 | 36 | 37 | 515 | 46 | 63 |
| Binary | 10110001 | 1010001 | 1111100 | 0 | 110110 | 11110 | 11111 | 101001101 | 100110 | 110011 |
Color Harmonies of #B1517C
Complementary color
Monochromatic Colors of #B1517C
Black with #B1517C
Text Example
Text Example
White with #B1517C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1517C; }
p { color: rgb(177,81,124); }
H1.HeaderClassName
{
color: #B1517C;
}
.AnyTagClassName
{
color: #B1517C;
}
</style>
background-color css
<style>
a { background-color: #B1517C; }
a { background-color: rgb(177,81,124); }
div.DivClassName
{
background-color: #B1517C;
}
.BgClassName
{
background-color: #B1517C;
}
</style>
border-color css
<style>
span { border-color: #B1517C; }
span { border-color: rgb(177,81,124); }
td.TdClassName
{
border-color: #B1517C;
}
.TagClassName
{
border-color: #B1517C;
}
</style>