Shades of Royal Heath #B54078
Tints of Royal Heath #B54078
RGB
CMYK
RGB Variations
Color information
#B54078 (or 0xB54078) is known color: Royal Heath. HEX triplet: B5, 40 and 78. RGB value is (181,64,120). Sum of RGB (Red+Green+Blue) = 181+64+120=365 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.59% from 365); Green value is 64 (25.39% from 255 or 17.53% from 365); Blue value is 120 (47.27% from 255 or 32.88% from 365); Max value from RGB is 181 - color contains mainly: red. Hex color #B54078 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54078 is #4ABF87. Grayscale: #696969. Windows color (decimal): -4898696 or 7880885. OLE color: 7880885.
HSL color Cylindrical-coordinate representation of color #B54078: hue angle of 331.28º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B54078 is Cyan = 0, Magento = 0.65, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 64 | 120 | - |
| CMYK | 0 | 0.65 | 0.34 | 0.29 |
| HSL | 331.28º | 0.48% | 0.48% | - |
| HSV(B) | 331.28º | 0.65% | 0.71% | - |
| XYZ | 24.28 | 14.85 | 19.36 | - |
| YUV | 105.37 | 136.26 | 181.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 64 | 120 | 0 | 0.65 | 0.34 | 0.29 | 331.28 | 0.48 | 0.48 |
| Hex | B5 | 40 | 78 | 0 | 41 | 22 | 1D | 14B | 30 | 30 |
| Octal | 265 | 100 | 170 | 0 | 101 | 42 | 35 | 513 | 60 | 60 |
| Binary | 10110101 | 1000000 | 1111000 | 0 | 1000001 | 100010 | 11101 | 101001011 | 110000 | 110000 |
Color Harmonies of #B54078
Complementary color
Monochromatic Colors of #B54078
Black with #B54078
Text Example
Text Example
White with #B54078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54078; }
p { color: rgb(181,64,120); }
H1.HeaderClassName
{
color: #B54078;
}
.AnyTagClassName
{
color: #B54078;
}
</style>
background-color css
<style>
a { background-color: #B54078; }
a { background-color: rgb(181,64,120); }
div.DivClassName
{
background-color: #B54078;
}
.BgClassName
{
background-color: #B54078;
}
</style>
border-color css
<style>
span { border-color: #B54078; }
span { border-color: rgb(181,64,120); }
td.TdClassName
{
border-color: #B54078;
}
.TagClassName
{
border-color: #B54078;
}
</style>