Shades of Royal Heath #B54E7E
Tints of Royal Heath #B54E7E
RGB
CMYK
RGB Variations
Color information
#B54E7E (or 0xB54E7E) is known color: Royal Heath. HEX triplet: B5, 4E and 7E. RGB value is (181,78,126). Sum of RGB (Red+Green+Blue) = 181+78+126=385 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.01% from 385); Green value is 78 (30.86% from 255 or 20.26% from 385); Blue value is 126 (49.61% from 255 or 32.73% from 385); Max value from RGB is 181 - color contains mainly: red. Hex color #B54E7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B54E7E is #4AB181. Grayscale: #727272. Windows color (decimal): -4895106 or 8277685. OLE color: 8277685.
HSL color Cylindrical-coordinate representation of color #B54E7E: hue angle of 332.04º 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 #B54E7E is Cyan = 0, Magento = 0.57, Yellow = 0.30 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 78 | 126 | - |
| CMYK | 0 | 0.57 | 0.30 | 0.29 |
| HSL | 332.04º | 0.41% | 0.51% | - |
| HSV(B) | 332.04º | 0.57% | 0.71% | - |
| XYZ | 25.55 | 16.78 | 21.63 | - |
| YUV | 114.27 | 134.62 | 175.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 78 | 126 | 0 | 0.57 | 0.30 | 0.29 | 332.04 | 0.41 | 0.51 |
| Hex | B5 | 4E | 7E | 0 | 39 | 1E | 1D | 14C | 29 | 33 |
| Octal | 265 | 116 | 176 | 0 | 71 | 36 | 35 | 514 | 51 | 63 |
| Binary | 10110101 | 1001110 | 1111110 | 0 | 111001 | 11110 | 11101 | 101001100 | 101001 | 110011 |
Color Harmonies of #B54E7E
Complementary color
Monochromatic Colors of #B54E7E
Black with #B54E7E
Text Example
Text Example
White with #B54E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54E7E; }
p { color: rgb(181,78,126); }
H1.HeaderClassName
{
color: #B54E7E;
}
.AnyTagClassName
{
color: #B54E7E;
}
</style>
background-color css
<style>
a { background-color: #B54E7E; }
a { background-color: rgb(181,78,126); }
div.DivClassName
{
background-color: #B54E7E;
}
.BgClassName
{
background-color: #B54E7E;
}
</style>
border-color css
<style>
span { border-color: #B54E7E; }
span { border-color: rgb(181,78,126); }
td.TdClassName
{
border-color: #B54E7E;
}
.TagClassName
{
border-color: #B54E7E;
}
</style>