Shades of Royal Heath #B54C77
Tints of Royal Heath #B54C77
RGB
CMYK
RGB Variations
Color information
#B54C77 (or 0xB54C77) is known color: Royal Heath. HEX triplet: B5, 4C and 77. RGB value is (181,76,119). Sum of RGB (Red+Green+Blue) = 181+76+119=376 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.14% from 376); Green value is 76 (30.08% from 255 or 20.21% from 376); Blue value is 119 (46.88% from 255 or 31.65% from 376); Max value from RGB is 181 - color contains mainly: red. Hex color #B54C77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54C77 is #4AB388. Grayscale: #707070. Windows color (decimal): -4895625 or 7818421. OLE color: 7818421.
HSL color Cylindrical-coordinate representation of color #B54C77: hue angle of 335.43º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B54C77 is Cyan = 0, Magento = 0.58, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 76 | 119 | - |
| CMYK | 0 | 0.58 | 0.34 | 0.29 |
| HSL | 335.43º | 0.42% | 0.5% | - |
| HSV(B) | 335.43º | 0.58% | 0.71% | - |
| XYZ | 24.97 | 16.32 | 19.29 | - |
| YUV | 112.3 | 131.79 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 76 | 119 | 0 | 0.58 | 0.34 | 0.29 | 335.43 | 0.42 | 0.5 |
| Hex | B5 | 4C | 77 | 0 | 3A | 22 | 1D | 14F | 2A | 32 |
| Octal | 265 | 114 | 167 | 0 | 72 | 42 | 35 | 517 | 52 | 62 |
| Binary | 10110101 | 1001100 | 1110111 | 0 | 111010 | 100010 | 11101 | 101001111 | 101010 | 110010 |
Color Harmonies of #B54C77
Complementary color
Monochromatic Colors of #B54C77
Black with #B54C77
Text Example
Text Example
White with #B54C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54C77; }
p { color: rgb(181,76,119); }
H1.HeaderClassName
{
color: #B54C77;
}
.AnyTagClassName
{
color: #B54C77;
}
</style>
background-color css
<style>
a { background-color: #B54C77; }
a { background-color: rgb(181,76,119); }
div.DivClassName
{
background-color: #B54C77;
}
.BgClassName
{
background-color: #B54C77;
}
</style>
border-color css
<style>
span { border-color: #B54C77; }
span { border-color: rgb(181,76,119); }
td.TdClassName
{
border-color: #B54C77;
}
.TagClassName
{
border-color: #B54C77;
}
</style>