Shades of Royal Heath #B54C76
Tints of Royal Heath #B54C76
RGB
CMYK
RGB Variations
Color information
#B54C76 (or 0xB54C76) is known color: Royal Heath. HEX triplet: B5, 4C and 76. RGB value is (181,76,118). Sum of RGB (Red+Green+Blue) = 181+76+118=375 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.27% from 375); Green value is 76 (30.08% from 255 or 20.27% from 375); Blue value is 118 (46.48% from 255 or 31.47% from 375); Max value from RGB is 181 - color contains mainly: red. Hex color #B54C76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54C76 is #4AB389. Grayscale: #707070. Windows color (decimal): -4895626 or 7752885. OLE color: 7752885.
HSL color Cylindrical-coordinate representation of color #B54C76: hue angle of 336º 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 #B54C76 is Cyan = 0, Magento = 0.58, Yellow = 0.35 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 76 | 118 | - |
| CMYK | 0 | 0.58 | 0.35 | 0.29 |
| HSL | 336º | 0.42% | 0.5% | - |
| HSV(B) | 336º | 0.58% | 0.71% | - |
| XYZ | 24.91 | 16.3 | 18.97 | - |
| YUV | 112.18 | 131.29 | 177.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 76 | 118 | 0 | 0.58 | 0.35 | 0.29 | 336 | 0.42 | 0.5 |
| Hex | B5 | 4C | 76 | 0 | 3A | 23 | 1D | 150 | 2A | 32 |
| Octal | 265 | 114 | 166 | 0 | 72 | 43 | 35 | 520 | 52 | 62 |
| Binary | 10110101 | 1001100 | 1110110 | 0 | 111010 | 100011 | 11101 | 101010000 | 101010 | 110010 |
Color Harmonies of #B54C76
Complementary color
Monochromatic Colors of #B54C76
Black with #B54C76
Text Example
Text Example
White with #B54C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54C76; }
p { color: rgb(181,76,118); }
H1.HeaderClassName
{
color: #B54C76;
}
.AnyTagClassName
{
color: #B54C76;
}
</style>
background-color css
<style>
a { background-color: #B54C76; }
a { background-color: rgb(181,76,118); }
div.DivClassName
{
background-color: #B54C76;
}
.BgClassName
{
background-color: #B54C76;
}
</style>
border-color css
<style>
span { border-color: #B54C76; }
span { border-color: rgb(181,76,118); }
td.TdClassName
{
border-color: #B54C76;
}
.TagClassName
{
border-color: #B54C76;
}
</style>