Shades of Royal Heath #B34873
Tints of Royal Heath #B34873
RGB
CMYK
RGB Variations
Color information
#B34873 (or 0xB34873) is known color: Royal Heath. HEX triplet: B3, 48 and 73. RGB value is (179,72,115). Sum of RGB (Red+Green+Blue) = 179+72+115=366 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.91% from 366); Green value is 72 (28.52% from 255 or 19.67% from 366); Blue value is 115 (45.31% from 255 or 31.42% from 366); Max value from RGB is 179 - color contains mainly: red. Hex color #B34873 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34873 is #4CB78C. Grayscale: #6C6C6C. Windows color (decimal): -5027725 or 7555251. OLE color: 7555251.
HSL color Cylindrical-coordinate representation of color #B34873: hue angle of 335.89º 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 #B34873 is Cyan = 0, Magento = 0.60, Yellow = 0.36 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 72 | 115 | - |
| CMYK | 0 | 0.60 | 0.36 | 0.30 |
| HSL | 335.89º | 0.43% | 0.49% | - |
| HSV(B) | 335.89º | 0.6% | 0.7% | - |
| XYZ | 24 | 15.46 | 17.94 | - |
| YUV | 108.9 | 131.45 | 178 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 72 | 115 | 0 | 0.60 | 0.36 | 0.30 | 335.89 | 0.43 | 0.49 |
| Hex | B3 | 48 | 73 | 0 | 3C | 24 | 1E | 150 | 2B | 31 |
| Octal | 263 | 110 | 163 | 0 | 74 | 44 | 36 | 520 | 53 | 61 |
| Binary | 10110011 | 1001000 | 1110011 | 0 | 111100 | 100100 | 11110 | 101010000 | 101011 | 110001 |
Color Harmonies of #B34873
Complementary color
Monochromatic Colors of #B34873
Black with #B34873
Text Example
Text Example
White with #B34873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34873; }
p { color: rgb(179,72,115); }
H1.HeaderClassName
{
color: #B34873;
}
.AnyTagClassName
{
color: #B34873;
}
</style>
background-color css
<style>
a { background-color: #B34873; }
a { background-color: rgb(179,72,115); }
div.DivClassName
{
background-color: #B34873;
}
.BgClassName
{
background-color: #B34873;
}
</style>
border-color css
<style>
span { border-color: #B34873; }
span { border-color: rgb(179,72,115); }
td.TdClassName
{
border-color: #B34873;
}
.TagClassName
{
border-color: #B34873;
}
</style>