Shades of Royal Heath #B54071
Tints of Royal Heath #B54071
RGB
CMYK
RGB Variations
Color information
#B54071 (or 0xB54071) is known color: Royal Heath. HEX triplet: B5, 40 and 71. RGB value is (181,64,113). Sum of RGB (Red+Green+Blue) = 181+64+113=358 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.56% from 358); Green value is 64 (25.39% from 255 or 17.88% from 358); Blue value is 113 (44.53% from 255 or 31.56% from 358); Max value from RGB is 181 - color contains mainly: red. Hex color #B54071 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54071 is #4ABF8E. Grayscale: #686868. Windows color (decimal): -4898703 or 7422133. OLE color: 7422133.
HSL color Cylindrical-coordinate representation of color #B54071: hue angle of 334.87º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B54071 is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 64 | 113 | - |
| CMYK | 0 | 0.65 | 0.38 | 0.29 |
| HSL | 334.87º | 0.48% | 0.48% | - |
| HSV(B) | 334.87º | 0.65% | 0.71% | - |
| XYZ | 23.87 | 14.68 | 17.2 | - |
| YUV | 104.57 | 132.76 | 182.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 64 | 113 | 0 | 0.65 | 0.38 | 0.29 | 334.87 | 0.48 | 0.48 |
| Hex | B5 | 40 | 71 | 0 | 41 | 26 | 1D | 14F | 30 | 30 |
| Octal | 265 | 100 | 161 | 0 | 101 | 46 | 35 | 517 | 60 | 60 |
| Binary | 10110101 | 1000000 | 1110001 | 0 | 1000001 | 100110 | 11101 | 101001111 | 110000 | 110000 |
Color Harmonies of #B54071
Complementary color
Monochromatic Colors of #B54071
Black with #B54071
Text Example
Text Example
White with #B54071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54071; }
p { color: rgb(181,64,113); }
H1.HeaderClassName
{
color: #B54071;
}
.AnyTagClassName
{
color: #B54071;
}
</style>
background-color css
<style>
a { background-color: #B54071; }
a { background-color: rgb(181,64,113); }
div.DivClassName
{
background-color: #B54071;
}
.BgClassName
{
background-color: #B54071;
}
</style>
border-color css
<style>
span { border-color: #B54071; }
span { border-color: rgb(181,64,113); }
td.TdClassName
{
border-color: #B54071;
}
.TagClassName
{
border-color: #B54071;
}
</style>