Shades of Royal Heath #B54881
Tints of Royal Heath #B54881
RGB
CMYK
RGB Variations
Color information
#B54881 (or 0xB54881) is known color: Royal Heath. HEX triplet: B5, 48 and 81. RGB value is (181,72,129). Sum of RGB (Red+Green+Blue) = 181+72+129=382 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.38% from 382); Green value is 72 (28.52% from 255 or 18.85% from 382); Blue value is 129 (50.78% from 255 or 33.77% from 382); Max value from RGB is 181 - color contains mainly: red. Hex color #B54881 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54881 is #4AB77E. Grayscale: #6E6E6E. Windows color (decimal): -4896639 or 8472757. OLE color: 8472757.
HSL color Cylindrical-coordinate representation of color #B54881: hue angle of 328.62º 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 #B54881 is Cyan = 0, Magento = 0.60, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 72 | 129 | - |
| CMYK | 0 | 0.60 | 0.29 | 0.29 |
| HSL | 328.62º | 0.43% | 0.5% | - |
| HSV(B) | 328.62º | 0.6% | 0.71% | - |
| XYZ | 25.34 | 16.04 | 22.53 | - |
| YUV | 111.09 | 138.11 | 177.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 72 | 129 | 0 | 0.60 | 0.29 | 0.29 | 328.62 | 0.43 | 0.5 |
| Hex | B5 | 48 | 81 | 0 | 3C | 1D | 1D | 149 | 2B | 32 |
| Octal | 265 | 110 | 201 | 0 | 74 | 35 | 35 | 511 | 53 | 62 |
| Binary | 10110101 | 1001000 | 10000001 | 0 | 111100 | 11101 | 11101 | 101001001 | 101011 | 110010 |
Color Harmonies of #B54881
Complementary color
Monochromatic Colors of #B54881
Black with #B54881
Text Example
Text Example
White with #B54881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54881; }
p { color: rgb(181,72,129); }
H1.HeaderClassName
{
color: #B54881;
}
.AnyTagClassName
{
color: #B54881;
}
</style>
background-color css
<style>
a { background-color: #B54881; }
a { background-color: rgb(181,72,129); }
div.DivClassName
{
background-color: #B54881;
}
.BgClassName
{
background-color: #B54881;
}
</style>
border-color css
<style>
span { border-color: #B54881; }
span { border-color: rgb(181,72,129); }
td.TdClassName
{
border-color: #B54881;
}
.TagClassName
{
border-color: #B54881;
}
</style>