Shades of Royal Heath #B34877
Tints of Royal Heath #B34877
RGB
CMYK
RGB Variations
Color information
#B34877 (or 0xB34877) is known color: Royal Heath. HEX triplet: B3, 48 and 77. RGB value is (179,72,119). Sum of RGB (Red+Green+Blue) = 179+72+119=370 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.38% from 370); Green value is 72 (28.52% from 255 or 19.46% from 370); Blue value is 119 (46.88% from 255 or 32.16% from 370); Max value from RGB is 179 - color contains mainly: red. Hex color #B34877 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34877 is #4CB788. Grayscale: #6D6D6D. Windows color (decimal): -5027721 or 7817395. OLE color: 7817395.
HSL color Cylindrical-coordinate representation of color #B34877: hue angle of 333.64º 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 #B34877 is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 72 | 119 | - |
| CMYK | 0 | 0.60 | 0.34 | 0.30 |
| HSL | 333.64º | 0.43% | 0.49% | - |
| HSV(B) | 333.64º | 0.6% | 0.7% | - |
| XYZ | 24.24 | 15.55 | 19.18 | - |
| YUV | 109.35 | 133.45 | 177.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 72 | 119 | 0 | 0.60 | 0.34 | 0.30 | 333.64 | 0.43 | 0.49 |
| Hex | B3 | 48 | 77 | 0 | 3C | 22 | 1E | 14E | 2B | 31 |
| Octal | 263 | 110 | 167 | 0 | 74 | 42 | 36 | 516 | 53 | 61 |
| Binary | 10110011 | 1001000 | 1110111 | 0 | 111100 | 100010 | 11110 | 101001110 | 101011 | 110001 |
Color Harmonies of #B34877
Complementary color
Monochromatic Colors of #B34877
Black with #B34877
Text Example
Text Example
White with #B34877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34877; }
p { color: rgb(179,72,119); }
H1.HeaderClassName
{
color: #B34877;
}
.AnyTagClassName
{
color: #B34877;
}
</style>
background-color css
<style>
a { background-color: #B34877; }
a { background-color: rgb(179,72,119); }
div.DivClassName
{
background-color: #B34877;
}
.BgClassName
{
background-color: #B34877;
}
</style>
border-color css
<style>
span { border-color: #B34877; }
span { border-color: rgb(179,72,119); }
td.TdClassName
{
border-color: #B34877;
}
.TagClassName
{
border-color: #B34877;
}
</style>