Shades of Royal Heath #B0517A
Tints of Royal Heath #B0517A
RGB
CMYK
RGB Variations
Color information
#B0517A (or 0xB0517A) is known color: Royal Heath. HEX triplet: B0, 51 and 7A. RGB value is (176,81,122). Sum of RGB (Red+Green+Blue) = 176+81+122=379 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.44% from 379); Green value is 81 (32.03% from 255 or 21.37% from 379); Blue value is 122 (48.05% from 255 or 32.19% from 379); Max value from RGB is 176 - color contains mainly: red. Hex color #B0517A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0517A is #4FAE85. Grayscale: #727272. Windows color (decimal): -5222022 or 8016304. OLE color: 8016304.
HSL color Cylindrical-coordinate representation of color #B0517A: hue angle of 334.11º 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 #B0517A is Cyan = 0, Magento = 0.54, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 81 | 122 | - |
| CMYK | 0 | 0.54 | 0.31 | 0.31 |
| HSL | 334.11º | 0.38% | 0.5% | - |
| HSV(B) | 334.11º | 0.54% | 0.69% | - |
| XYZ | 24.36 | 16.52 | 20.32 | - |
| YUV | 114.08 | 132.47 | 172.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 81 | 122 | 0 | 0.54 | 0.31 | 0.31 | 334.11 | 0.38 | 0.5 |
| Hex | B0 | 51 | 7A | 0 | 36 | 1F | 1F | 14E | 26 | 32 |
| Octal | 260 | 121 | 172 | 0 | 66 | 37 | 37 | 516 | 46 | 62 |
| Binary | 10110000 | 1010001 | 1111010 | 0 | 110110 | 11111 | 11111 | 101001110 | 100110 | 110010 |
Color Harmonies of #B0517A
Complementary color
Monochromatic Colors of #B0517A
Black with #B0517A
Text Example
Text Example
White with #B0517A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0517A; }
p { color: rgb(176,81,122); }
H1.HeaderClassName
{
color: #B0517A;
}
.AnyTagClassName
{
color: #B0517A;
}
</style>
background-color css
<style>
a { background-color: #B0517A; }
a { background-color: rgb(176,81,122); }
div.DivClassName
{
background-color: #B0517A;
}
.BgClassName
{
background-color: #B0517A;
}
</style>
border-color css
<style>
span { border-color: #B0517A; }
span { border-color: rgb(176,81,122); }
td.TdClassName
{
border-color: #B0517A;
}
.TagClassName
{
border-color: #B0517A;
}
</style>