Shades of Royal Heath #B54678
Tints of Royal Heath #B54678
RGB
CMYK
RGB Variations
Color information
#B54678 (or 0xB54678) is known color: Royal Heath. HEX triplet: B5, 46 and 78. RGB value is (181,70,120). Sum of RGB (Red+Green+Blue) = 181+70+120=371 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.79% from 371); Green value is 70 (27.73% from 255 or 18.87% from 371); Blue value is 120 (47.27% from 255 or 32.35% from 371); Max value from RGB is 181 - color contains mainly: red. Hex color #B54678 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54678 is #4AB987. Grayscale: #6C6C6C. Windows color (decimal): -4897160 or 7882421. OLE color: 7882421.
HSL color Cylindrical-coordinate representation of color #B54678: hue angle of 332.97º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B54678 is Cyan = 0, Magento = 0.61, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 70 | 120 | - |
| CMYK | 0 | 0.61 | 0.34 | 0.29 |
| HSL | 332.97º | 0.44% | 0.49% | - |
| HSV(B) | 332.97º | 0.61% | 0.71% | - |
| XYZ | 24.64 | 15.56 | 19.47 | - |
| YUV | 108.89 | 134.27 | 179.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 70 | 120 | 0 | 0.61 | 0.34 | 0.29 | 332.97 | 0.44 | 0.49 |
| Hex | B5 | 46 | 78 | 0 | 3D | 22 | 1D | 14D | 2C | 31 |
| Octal | 265 | 106 | 170 | 0 | 75 | 42 | 35 | 515 | 54 | 61 |
| Binary | 10110101 | 1000110 | 1111000 | 0 | 111101 | 100010 | 11101 | 101001101 | 101100 | 110001 |
Color Harmonies of #B54678
Complementary color
Monochromatic Colors of #B54678
Black with #B54678
Text Example
Text Example
White with #B54678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54678; }
p { color: rgb(181,70,120); }
H1.HeaderClassName
{
color: #B54678;
}
.AnyTagClassName
{
color: #B54678;
}
</style>
background-color css
<style>
a { background-color: #B54678; }
a { background-color: rgb(181,70,120); }
div.DivClassName
{
background-color: #B54678;
}
.BgClassName
{
background-color: #B54678;
}
</style>
border-color css
<style>
span { border-color: #B54678; }
span { border-color: rgb(181,70,120); }
td.TdClassName
{
border-color: #B54678;
}
.TagClassName
{
border-color: #B54678;
}
</style>