Shades of Royal Heath #B54D82
Tints of Royal Heath #B54D82
RGB
CMYK
RGB Variations
Color information
#B54D82 (or 0xB54D82) is known color: Royal Heath. HEX triplet: B5, 4D and 82. RGB value is (181,77,130). Sum of RGB (Red+Green+Blue) = 181+77+130=388 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.65% from 388); Green value is 77 (30.47% from 255 or 19.85% from 388); Blue value is 130 (51.17% from 255 or 33.51% from 388); Max value from RGB is 181 - color contains mainly: red. Hex color #B54D82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B54D82 is #4AB27D. Grayscale: #727272. Windows color (decimal): -4895358 or 8539573. OLE color: 8539573.
HSL color Cylindrical-coordinate representation of color #B54D82: hue angle of 329.42º 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 #B54D82 is Cyan = 0, Magento = 0.57, Yellow = 0.28 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 77 | 130 | - |
| CMYK | 0 | 0.57 | 0.28 | 0.29 |
| HSL | 329.42º | 0.41% | 0.51% | - |
| HSV(B) | 329.42º | 0.57% | 0.71% | - |
| XYZ | 25.74 | 16.74 | 22.99 | - |
| YUV | 114.14 | 136.96 | 175.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 77 | 130 | 0 | 0.57 | 0.28 | 0.29 | 329.42 | 0.41 | 0.51 |
| Hex | B5 | 4D | 82 | 0 | 39 | 1C | 1D | 149 | 29 | 33 |
| Octal | 265 | 115 | 202 | 0 | 71 | 34 | 35 | 511 | 51 | 63 |
| Binary | 10110101 | 1001101 | 10000010 | 0 | 111001 | 11100 | 11101 | 101001001 | 101001 | 110011 |
Color Harmonies of #B54D82
Complementary color
Monochromatic Colors of #B54D82
Black with #B54D82
Text Example
Text Example
White with #B54D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54D82; }
p { color: rgb(181,77,130); }
H1.HeaderClassName
{
color: #B54D82;
}
.AnyTagClassName
{
color: #B54D82;
}
</style>
background-color css
<style>
a { background-color: #B54D82; }
a { background-color: rgb(181,77,130); }
div.DivClassName
{
background-color: #B54D82;
}
.BgClassName
{
background-color: #B54D82;
}
</style>
border-color css
<style>
span { border-color: #B54D82; }
span { border-color: rgb(181,77,130); }
td.TdClassName
{
border-color: #B54D82;
}
.TagClassName
{
border-color: #B54D82;
}
</style>