Shades of Royal Heath #B54573
Tints of Royal Heath #B54573
RGB
CMYK
RGB Variations
Color information
#B54573 (or 0xB54573) is known color: Royal Heath. HEX triplet: B5, 45 and 73. RGB value is (181,69,115). Sum of RGB (Red+Green+Blue) = 181+69+115=365 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.59% from 365); Green value is 69 (27.34% from 255 or 18.90% from 365); Blue value is 115 (45.31% from 255 or 31.51% from 365); Max value from RGB is 181 - color contains mainly: red. Hex color #B54573 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54573 is #4ABA8C. Grayscale: #6B6B6B. Windows color (decimal): -4897421 or 7554485. OLE color: 7554485.
HSL color Cylindrical-coordinate representation of color #B54573: hue angle of 335.36º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B54573 is Cyan = 0, Magento = 0.62, Yellow = 0.36 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 69 | 115 | - |
| CMYK | 0 | 0.62 | 0.36 | 0.29 |
| HSL | 335.36º | 0.45% | 0.49% | - |
| HSV(B) | 335.36º | 0.62% | 0.71% | - |
| XYZ | 24.28 | 15.32 | 17.9 | - |
| YUV | 107.73 | 132.11 | 180.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 69 | 115 | 0 | 0.62 | 0.36 | 0.29 | 335.36 | 0.45 | 0.49 |
| Hex | B5 | 45 | 73 | 0 | 3E | 24 | 1D | 14F | 2D | 31 |
| Octal | 265 | 105 | 163 | 0 | 76 | 44 | 35 | 517 | 55 | 61 |
| Binary | 10110101 | 1000101 | 1110011 | 0 | 111110 | 100100 | 11101 | 101001111 | 101101 | 110001 |
Color Harmonies of #B54573
Complementary color
Monochromatic Colors of #B54573
Black with #B54573
Text Example
Text Example
White with #B54573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54573; }
p { color: rgb(181,69,115); }
H1.HeaderClassName
{
color: #B54573;
}
.AnyTagClassName
{
color: #B54573;
}
</style>
background-color css
<style>
a { background-color: #B54573; }
a { background-color: rgb(181,69,115); }
div.DivClassName
{
background-color: #B54573;
}
.BgClassName
{
background-color: #B54573;
}
</style>
border-color css
<style>
span { border-color: #B54573; }
span { border-color: rgb(181,69,115); }
td.TdClassName
{
border-color: #B54573;
}
.TagClassName
{
border-color: #B54573;
}
</style>