Shades of Royal Heath #B34473
Tints of Royal Heath #B34473
RGB
CMYK
RGB Variations
Color information
#B34473 (or 0xB34473) is known color: Royal Heath. HEX triplet: B3, 44 and 73. RGB value is (179,68,115). Sum of RGB (Red+Green+Blue) = 179+68+115=362 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.45% from 362); Green value is 68 (26.95% from 255 or 18.78% from 362); Blue value is 115 (45.31% from 255 or 31.77% from 362); Max value from RGB is 179 - color contains mainly: red. Hex color #B34473 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34473 is #4CBB8C. Grayscale: #6A6A6A. Windows color (decimal): -5028749 or 7554227. OLE color: 7554227.
HSL color Cylindrical-coordinate representation of color #B34473: hue angle of 334.59º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B34473 is Cyan = 0, Magento = 0.62, Yellow = 0.36 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 68 | 115 | - |
| CMYK | 0 | 0.62 | 0.36 | 0.30 |
| HSL | 334.59º | 0.45% | 0.48% | - |
| HSV(B) | 334.59º | 0.62% | 0.7% | - |
| XYZ | 23.75 | 14.96 | 17.85 | - |
| YUV | 106.55 | 132.77 | 179.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 68 | 115 | 0 | 0.62 | 0.36 | 0.30 | 334.59 | 0.45 | 0.48 |
| Hex | B3 | 44 | 73 | 0 | 3E | 24 | 1E | 14F | 2D | 30 |
| Octal | 263 | 104 | 163 | 0 | 76 | 44 | 36 | 517 | 55 | 60 |
| Binary | 10110011 | 1000100 | 1110011 | 0 | 111110 | 100100 | 11110 | 101001111 | 101101 | 110000 |
Color Harmonies of #B34473
Complementary color
Monochromatic Colors of #B34473
Black with #B34473
Text Example
Text Example
White with #B34473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34473; }
p { color: rgb(179,68,115); }
H1.HeaderClassName
{
color: #B34473;
}
.AnyTagClassName
{
color: #B34473;
}
</style>
background-color css
<style>
a { background-color: #B34473; }
a { background-color: rgb(179,68,115); }
div.DivClassName
{
background-color: #B34473;
}
.BgClassName
{
background-color: #B34473;
}
</style>
border-color css
<style>
span { border-color: #B34473; }
span { border-color: rgb(179,68,115); }
td.TdClassName
{
border-color: #B34473;
}
.TagClassName
{
border-color: #B34473;
}
</style>