Shades of Royal Heath #B2517E
Tints of Royal Heath #B2517E
RGB
CMYK
RGB Variations
Color information
#B2517E (or 0xB2517E) is known color: Royal Heath. HEX triplet: B2, 51 and 7E. RGB value is (178,81,126). Sum of RGB (Red+Green+Blue) = 178+81+126=385 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.23% from 385); Green value is 81 (32.03% from 255 or 21.04% from 385); Blue value is 126 (49.61% from 255 or 32.73% from 385); Max value from RGB is 178 - color contains mainly: red. Hex color #B2517E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2517E is #4DAE81. Grayscale: #737373. Windows color (decimal): -5090946 or 8278450. OLE color: 8278450.
HSL color Cylindrical-coordinate representation of color #B2517E: hue angle of 332.16º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B2517E is Cyan = 0, Magento = 0.54, Yellow = 0.29 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 81 | 126 | - |
| CMYK | 0 | 0.54 | 0.29 | 0.30 |
| HSL | 332.16º | 0.39% | 0.51% | - |
| HSV(B) | 332.16º | 0.54% | 0.7% | - |
| XYZ | 25.07 | 16.86 | 21.67 | - |
| YUV | 115.13 | 134.14 | 172.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 81 | 126 | 0 | 0.54 | 0.29 | 0.30 | 332.16 | 0.39 | 0.51 |
| Hex | B2 | 51 | 7E | 0 | 36 | 1D | 1E | 14C | 27 | 33 |
| Octal | 262 | 121 | 176 | 0 | 66 | 35 | 36 | 514 | 47 | 63 |
| Binary | 10110010 | 1010001 | 1111110 | 0 | 110110 | 11101 | 11110 | 101001100 | 100111 | 110011 |
Color Harmonies of #B2517E
Complementary color
Monochromatic Colors of #B2517E
Black with #B2517E
Text Example
Text Example
White with #B2517E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2517E; }
p { color: rgb(178,81,126); }
H1.HeaderClassName
{
color: #B2517E;
}
.AnyTagClassName
{
color: #B2517E;
}
</style>
background-color css
<style>
a { background-color: #B2517E; }
a { background-color: rgb(178,81,126); }
div.DivClassName
{
background-color: #B2517E;
}
.BgClassName
{
background-color: #B2517E;
}
</style>
border-color css
<style>
span { border-color: #B2517E; }
span { border-color: rgb(178,81,126); }
td.TdClassName
{
border-color: #B2517E;
}
.TagClassName
{
border-color: #B2517E;
}
</style>