Shades of Royal Heath #B5497C
Tints of Royal Heath #B5497C
RGB
CMYK
RGB Variations
Color information
#B5497C (or 0xB5497C) is known color: Royal Heath. HEX triplet: B5, 49 and 7C. RGB value is (181,73,124). Sum of RGB (Red+Green+Blue) = 181+73+124=378 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.88% from 378); Green value is 73 (28.91% from 255 or 19.31% from 378); Blue value is 124 (48.83% from 255 or 32.80% from 378); Max value from RGB is 181 - color contains mainly: red. Hex color #B5497C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5497C is #4AB683. Grayscale: #6F6F6F. Windows color (decimal): -4896388 or 8145333. OLE color: 8145333.
HSL color Cylindrical-coordinate representation of color #B5497C: hue angle of 331.67º 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 #B5497C is Cyan = 0, Magento = 0.60, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 73 | 124 | - |
| CMYK | 0 | 0.60 | 0.31 | 0.29 |
| HSL | 331.67º | 0.43% | 0.5% | - |
| HSV(B) | 331.67º | 0.6% | 0.71% | - |
| XYZ | 25.08 | 16.04 | 20.84 | - |
| YUV | 111.11 | 135.28 | 177.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 73 | 124 | 0 | 0.60 | 0.31 | 0.29 | 331.67 | 0.43 | 0.5 |
| Hex | B5 | 49 | 7C | 0 | 3C | 1F | 1D | 14C | 2B | 32 |
| Octal | 265 | 111 | 174 | 0 | 74 | 37 | 35 | 514 | 53 | 62 |
| Binary | 10110101 | 1001001 | 1111100 | 0 | 111100 | 11111 | 11101 | 101001100 | 101011 | 110010 |
Color Harmonies of #B5497C
Complementary color
Monochromatic Colors of #B5497C
Black with #B5497C
Text Example
Text Example
White with #B5497C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5497C; }
p { color: rgb(181,73,124); }
H1.HeaderClassName
{
color: #B5497C;
}
.AnyTagClassName
{
color: #B5497C;
}
</style>
background-color css
<style>
a { background-color: #B5497C; }
a { background-color: rgb(181,73,124); }
div.DivClassName
{
background-color: #B5497C;
}
.BgClassName
{
background-color: #B5497C;
}
</style>
border-color css
<style>
span { border-color: #B5497C; }
span { border-color: rgb(181,73,124); }
td.TdClassName
{
border-color: #B5497C;
}
.TagClassName
{
border-color: #B5497C;
}
</style>