Shades of Royal Heath #B54981
Tints of Royal Heath #B54981
RGB
CMYK
RGB Variations
Color information
#B54981 (or 0xB54981) is known color: Royal Heath. HEX triplet: B5, 49 and 81. RGB value is (181,73,129). Sum of RGB (Red+Green+Blue) = 181+73+129=383 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.26% from 383); Green value is 73 (28.91% from 255 or 19.06% from 383); Blue value is 129 (50.78% from 255 or 33.68% from 383); Max value from RGB is 181 - color contains mainly: red. Hex color #B54981 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54981 is #4AB67E. Grayscale: #6F6F6F. Windows color (decimal): -4896383 or 8473013. OLE color: 8473013.
HSL color Cylindrical-coordinate representation of color #B54981: hue angle of 328.89º 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 #B54981 is Cyan = 0, Magento = 0.60, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 73 | 129 | - |
| CMYK | 0 | 0.60 | 0.29 | 0.29 |
| HSL | 328.89º | 0.43% | 0.5% | - |
| HSV(B) | 328.89º | 0.6% | 0.71% | - |
| XYZ | 25.4 | 16.17 | 22.55 | - |
| YUV | 111.68 | 137.78 | 177.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 73 | 129 | 0 | 0.60 | 0.29 | 0.29 | 328.89 | 0.43 | 0.5 |
| Hex | B5 | 49 | 81 | 0 | 3C | 1D | 1D | 149 | 2B | 32 |
| Octal | 265 | 111 | 201 | 0 | 74 | 35 | 35 | 511 | 53 | 62 |
| Binary | 10110101 | 1001001 | 10000001 | 0 | 111100 | 11101 | 11101 | 101001001 | 101011 | 110010 |
Color Harmonies of #B54981
Complementary color
Monochromatic Colors of #B54981
Black with #B54981
Text Example
Text Example
White with #B54981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54981; }
p { color: rgb(181,73,129); }
H1.HeaderClassName
{
color: #B54981;
}
.AnyTagClassName
{
color: #B54981;
}
</style>
background-color css
<style>
a { background-color: #B54981; }
a { background-color: rgb(181,73,129); }
div.DivClassName
{
background-color: #B54981;
}
.BgClassName
{
background-color: #B54981;
}
</style>
border-color css
<style>
span { border-color: #B54981; }
span { border-color: rgb(181,73,129); }
td.TdClassName
{
border-color: #B54981;
}
.TagClassName
{
border-color: #B54981;
}
</style>