Shades of Royal Heath #B34871
Tints of Royal Heath #B34871
RGB
CMYK
RGB Variations
Color information
#B34871 (or 0xB34871) is known color: Royal Heath. HEX triplet: B3, 48 and 71. RGB value is (179,72,113). Sum of RGB (Red+Green+Blue) = 179+72+113=364 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.18% from 364); Green value is 72 (28.52% from 255 or 19.78% from 364); Blue value is 113 (44.53% from 255 or 31.04% from 364); Max value from RGB is 179 - color contains mainly: red. Hex color #B34871 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34871 is #4CB78E. Grayscale: #6C6C6C. Windows color (decimal): -5027727 or 7424179. OLE color: 7424179.
HSL color Cylindrical-coordinate representation of color #B34871: hue angle of 337.01º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B34871 is Cyan = 0, Magento = 0.60, Yellow = 0.37 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 72 | 113 | - |
| CMYK | 0 | 0.60 | 0.37 | 0.30 |
| HSL | 337.01º | 0.43% | 0.49% | - |
| HSV(B) | 337.01º | 0.6% | 0.7% | - |
| XYZ | 23.89 | 15.41 | 17.34 | - |
| YUV | 108.67 | 130.45 | 178.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 72 | 113 | 0 | 0.60 | 0.37 | 0.30 | 337.01 | 0.43 | 0.49 |
| Hex | B3 | 48 | 71 | 0 | 3C | 25 | 1E | 151 | 2B | 31 |
| Octal | 263 | 110 | 161 | 0 | 74 | 45 | 36 | 521 | 53 | 61 |
| Binary | 10110011 | 1001000 | 1110001 | 0 | 111100 | 100101 | 11110 | 101010001 | 101011 | 110001 |
Color Harmonies of #B34871
Complementary color
Monochromatic Colors of #B34871
Black with #B34871
Text Example
Text Example
White with #B34871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34871; }
p { color: rgb(179,72,113); }
H1.HeaderClassName
{
color: #B34871;
}
.AnyTagClassName
{
color: #B34871;
}
</style>
background-color css
<style>
a { background-color: #B34871; }
a { background-color: rgb(179,72,113); }
div.DivClassName
{
background-color: #B34871;
}
.BgClassName
{
background-color: #B34871;
}
</style>
border-color css
<style>
span { border-color: #B34871; }
span { border-color: rgb(179,72,113); }
td.TdClassName
{
border-color: #B34871;
}
.TagClassName
{
border-color: #B34871;
}
</style>