Shades of Royal Heath #B5497E
Tints of Royal Heath #B5497E
RGB
CMYK
RGB Variations
Color information
#B5497E (or 0xB5497E) is known color: Royal Heath. HEX triplet: B5, 49 and 7E. RGB value is (181,73,126). Sum of RGB (Red+Green+Blue) = 181+73+126=380 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.63% from 380); Green value is 73 (28.91% from 255 or 19.21% from 380); Blue value is 126 (49.61% from 255 or 33.16% from 380); Max value from RGB is 181 - color contains mainly: red. Hex color #B5497E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5497E is #4AB681. Grayscale: #6F6F6F. Windows color (decimal): -4896386 or 8276405. OLE color: 8276405.
HSL color Cylindrical-coordinate representation of color #B5497E: hue angle of 330.56º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B5497E is Cyan = 0, Magento = 0.60, Yellow = 0.30 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 73 | 126 | - |
| CMYK | 0 | 0.60 | 0.30 | 0.29 |
| HSL | 330.56º | 0.43% | 0.5% | - |
| HSV(B) | 330.56º | 0.6% | 0.71% | - |
| XYZ | 25.2 | 16.1 | 21.52 | - |
| YUV | 111.33 | 136.28 | 177.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 73 | 126 | 0 | 0.60 | 0.30 | 0.29 | 330.56 | 0.43 | 0.5 |
| Hex | B5 | 49 | 7E | 0 | 3C | 1E | 1D | 14B | 2B | 32 |
| Octal | 265 | 111 | 176 | 0 | 74 | 36 | 35 | 513 | 53 | 62 |
| Binary | 10110101 | 1001001 | 1111110 | 0 | 111100 | 11110 | 11101 | 101001011 | 101011 | 110010 |
Color Harmonies of #B5497E
Complementary color
Monochromatic Colors of #B5497E
Black with #B5497E
Text Example
Text Example
White with #B5497E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5497E; }
p { color: rgb(181,73,126); }
H1.HeaderClassName
{
color: #B5497E;
}
.AnyTagClassName
{
color: #B5497E;
}
</style>
background-color css
<style>
a { background-color: #B5497E; }
a { background-color: rgb(181,73,126); }
div.DivClassName
{
background-color: #B5497E;
}
.BgClassName
{
background-color: #B5497E;
}
</style>
border-color css
<style>
span { border-color: #B5497E; }
span { border-color: rgb(181,73,126); }
td.TdClassName
{
border-color: #B5497E;
}
.TagClassName
{
border-color: #B5497E;
}
</style>