Shades of Royal Heath #B54C80
Tints of Royal Heath #B54C80
RGB
CMYK
RGB Variations
Color information
#B54C80 (or 0xB54C80) is known color: Royal Heath. HEX triplet: B5, 4C and 80. RGB value is (181,76,128). Sum of RGB (Red+Green+Blue) = 181+76+128=385 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.01% from 385); Green value is 76 (30.08% from 255 or 19.74% from 385); Blue value is 128 (50.39% from 255 or 33.25% from 385); Max value from RGB is 181 - color contains mainly: red. Hex color #B54C80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54C80 is #4AB37F. Grayscale: #717171. Windows color (decimal): -4895616 or 8408245. OLE color: 8408245.
HSL color Cylindrical-coordinate representation of color #B54C80: hue angle of 330.29º 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 #B54C80 is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 76 | 128 | - |
| CMYK | 0 | 0.58 | 0.29 | 0.29 |
| HSL | 330.29º | 0.42% | 0.5% | - |
| HSV(B) | 330.29º | 0.58% | 0.71% | - |
| XYZ | 25.54 | 16.55 | 22.27 | - |
| YUV | 113.32 | 136.29 | 176.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 76 | 128 | 0 | 0.58 | 0.29 | 0.29 | 330.29 | 0.42 | 0.5 |
| Hex | B5 | 4C | 80 | 0 | 3A | 1D | 1D | 14A | 2A | 32 |
| Octal | 265 | 114 | 200 | 0 | 72 | 35 | 35 | 512 | 52 | 62 |
| Binary | 10110101 | 1001100 | 10000000 | 0 | 111010 | 11101 | 11101 | 101001010 | 101010 | 110010 |
Color Harmonies of #B54C80
Complementary color
Monochromatic Colors of #B54C80
Black with #B54C80
Text Example
Text Example
White with #B54C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54C80; }
p { color: rgb(181,76,128); }
H1.HeaderClassName
{
color: #B54C80;
}
.AnyTagClassName
{
color: #B54C80;
}
</style>
background-color css
<style>
a { background-color: #B54C80; }
a { background-color: rgb(181,76,128); }
div.DivClassName
{
background-color: #B54C80;
}
.BgClassName
{
background-color: #B54C80;
}
</style>
border-color css
<style>
span { border-color: #B54C80; }
span { border-color: rgb(181,76,128); }
td.TdClassName
{
border-color: #B54C80;
}
.TagClassName
{
border-color: #B54C80;
}
</style>