Shades of Royal Heath #B54E70
Tints of Royal Heath #B54E70
RGB
CMYK
RGB Variations
Color information
#B54E70 (or 0xB54E70) is known color: Royal Heath. HEX triplet: B5, 4E and 70. RGB value is (181,78,112). Sum of RGB (Red+Green+Blue) = 181+78+112=371 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.79% from 371); Green value is 78 (30.86% from 255 or 21.02% from 371); Blue value is 112 (44.14% from 255 or 30.19% from 371); Max value from RGB is 181 - color contains mainly: red. Hex color #B54E70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B54E70 is #4AB18F. Grayscale: #707070. Windows color (decimal): -4895120 or 7360181. OLE color: 7360181.
HSL color Cylindrical-coordinate representation of color #B54E70: hue angle of 340.19º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B54E70 is Cyan = 0, Magento = 0.57, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 78 | 112 | - |
| CMYK | 0 | 0.57 | 0.38 | 0.29 |
| HSL | 340.19º | 0.41% | 0.51% | - |
| HSV(B) | 340.19º | 0.57% | 0.71% | - |
| XYZ | 24.71 | 16.44 | 17.2 | - |
| YUV | 112.67 | 127.62 | 176.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 78 | 112 | 0 | 0.57 | 0.38 | 0.29 | 340.19 | 0.41 | 0.51 |
| Hex | B5 | 4E | 70 | 0 | 39 | 26 | 1D | 154 | 29 | 33 |
| Octal | 265 | 116 | 160 | 0 | 71 | 46 | 35 | 524 | 51 | 63 |
| Binary | 10110101 | 1001110 | 1110000 | 0 | 111001 | 100110 | 11101 | 101010100 | 101001 | 110011 |
Color Harmonies of #B54E70
Complementary color
Monochromatic Colors of #B54E70
Black with #B54E70
Text Example
Text Example
White with #B54E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54E70; }
p { color: rgb(181,78,112); }
H1.HeaderClassName
{
color: #B54E70;
}
.AnyTagClassName
{
color: #B54E70;
}
</style>
background-color css
<style>
a { background-color: #B54E70; }
a { background-color: rgb(181,78,112); }
div.DivClassName
{
background-color: #B54E70;
}
.BgClassName
{
background-color: #B54E70;
}
</style>
border-color css
<style>
span { border-color: #B54E70; }
span { border-color: rgb(181,78,112); }
td.TdClassName
{
border-color: #B54E70;
}
.TagClassName
{
border-color: #B54E70;
}
</style>