Shades of Royal Heath #B54E6E
Tints of Royal Heath #B54E6E
RGB
CMYK
RGB Variations
Color information
#B54E6E (or 0xB54E6E) is known color: Royal Heath. HEX triplet: B5, 4E and 6E. RGB value is (181,78,110). Sum of RGB (Red+Green+Blue) = 181+78+110=369 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.05% from 369); Green value is 78 (30.86% from 255 or 21.14% from 369); Blue value is 110 (43.36% from 255 or 29.81% from 369); Max value from RGB is 181 - color contains mainly: red. Hex color #B54E6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B54E6E is #4AB191. Grayscale: #707070. Windows color (decimal): -4895122 or 7229109. OLE color: 7229109.
HSL color Cylindrical-coordinate representation of color #B54E6E: hue angle of 341.36º 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 #B54E6E is Cyan = 0, Magento = 0.57, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 78 | 110 | - |
| CMYK | 0 | 0.57 | 0.39 | 0.29 |
| HSL | 341.36º | 0.41% | 0.51% | - |
| HSV(B) | 341.36º | 0.57% | 0.71% | - |
| XYZ | 24.59 | 16.4 | 16.62 | - |
| YUV | 112.45 | 126.62 | 176.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 78 | 110 | 0 | 0.57 | 0.39 | 0.29 | 341.36 | 0.41 | 0.51 |
| Hex | B5 | 4E | 6E | 0 | 39 | 27 | 1D | 155 | 29 | 33 |
| Octal | 265 | 116 | 156 | 0 | 71 | 47 | 35 | 525 | 51 | 63 |
| Binary | 10110101 | 1001110 | 1101110 | 0 | 111001 | 100111 | 11101 | 101010101 | 101001 | 110011 |
Color Harmonies of #B54E6E
Complementary color
Monochromatic Colors of #B54E6E
Black with #B54E6E
Text Example
Text Example
White with #B54E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54E6E; }
p { color: rgb(181,78,110); }
H1.HeaderClassName
{
color: #B54E6E;
}
.AnyTagClassName
{
color: #B54E6E;
}
</style>
background-color css
<style>
a { background-color: #B54E6E; }
a { background-color: rgb(181,78,110); }
div.DivClassName
{
background-color: #B54E6E;
}
.BgClassName
{
background-color: #B54E6E;
}
</style>
border-color css
<style>
span { border-color: #B54E6E; }
span { border-color: rgb(181,78,110); }
td.TdClassName
{
border-color: #B54E6E;
}
.TagClassName
{
border-color: #B54E6E;
}
</style>