Shades of Royal Heath #B34C76
Tints of Royal Heath #B34C76
RGB
CMYK
RGB Variations
Color information
#B34C76 (or 0xB34C76) is known color: Royal Heath. HEX triplet: B3, 4C and 76. RGB value is (179,76,118). Sum of RGB (Red+Green+Blue) = 179+76+118=373 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.99% from 373); Green value is 76 (30.08% from 255 or 20.38% from 373); Blue value is 118 (46.48% from 255 or 31.64% from 373); Max value from RGB is 179 - color contains mainly: red. Hex color #B34C76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34C76 is #4CB389. Grayscale: #6F6F6F. Windows color (decimal): -5026698 or 7752883. OLE color: 7752883.
HSL color Cylindrical-coordinate representation of color #B34C76: hue angle of 335.53º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B34C76 is Cyan = 0, Magento = 0.58, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 76 | 118 | - |
| CMYK | 0 | 0.58 | 0.34 | 0.30 |
| HSL | 335.53º | 0.4% | 0.5% | - |
| HSV(B) | 335.53º | 0.58% | 0.7% | - |
| XYZ | 24.44 | 16.06 | 18.95 | - |
| YUV | 111.59 | 131.62 | 176.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 76 | 118 | 0 | 0.58 | 0.34 | 0.30 | 335.53 | 0.4 | 0.5 |
| Hex | B3 | 4C | 76 | 0 | 3A | 22 | 1E | 150 | 28 | 32 |
| Octal | 263 | 114 | 166 | 0 | 72 | 42 | 36 | 520 | 50 | 62 |
| Binary | 10110011 | 1001100 | 1110110 | 0 | 111010 | 100010 | 11110 | 101010000 | 101000 | 110010 |
Color Harmonies of #B34C76
Complementary color
Monochromatic Colors of #B34C76
Black with #B34C76
Text Example
Text Example
White with #B34C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34C76; }
p { color: rgb(179,76,118); }
H1.HeaderClassName
{
color: #B34C76;
}
.AnyTagClassName
{
color: #B34C76;
}
</style>
background-color css
<style>
a { background-color: #B34C76; }
a { background-color: rgb(179,76,118); }
div.DivClassName
{
background-color: #B34C76;
}
.BgClassName
{
background-color: #B34C76;
}
</style>
border-color css
<style>
span { border-color: #B34C76; }
span { border-color: rgb(179,76,118); }
td.TdClassName
{
border-color: #B34C76;
}
.TagClassName
{
border-color: #B34C76;
}
</style>