Shades of Royal Heath #B34C7D
Tints of Royal Heath #B34C7D
RGB
CMYK
RGB Variations
Color information
#B34C7D (or 0xB34C7D) is known color: Royal Heath. HEX triplet: B3, 4C and 7D. RGB value is (179,76,125). Sum of RGB (Red+Green+Blue) = 179+76+125=380 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.11% from 380); Green value is 76 (30.08% from 255 or 20% from 380); Blue value is 125 (49.22% from 255 or 32.89% from 380); Max value from RGB is 179 - color contains mainly: red. Hex color #B34C7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34C7D is #4CB382. Grayscale: #707070. Windows color (decimal): -5026691 or 8211635. OLE color: 8211635.
HSL color Cylindrical-coordinate representation of color #B34C7D: hue angle of 331.46º 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 #B34C7D is Cyan = 0, Magento = 0.58, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 76 | 125 | - |
| CMYK | 0 | 0.58 | 0.30 | 0.30 |
| HSL | 331.46º | 0.4% | 0.5% | - |
| HSV(B) | 331.46º | 0.58% | 0.7% | - |
| XYZ | 24.88 | 16.23 | 21.22 | - |
| YUV | 112.38 | 135.12 | 175.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 76 | 125 | 0 | 0.58 | 0.30 | 0.30 | 331.46 | 0.4 | 0.5 |
| Hex | B3 | 4C | 7D | 0 | 3A | 1E | 1E | 14B | 28 | 32 |
| Octal | 263 | 114 | 175 | 0 | 72 | 36 | 36 | 513 | 50 | 62 |
| Binary | 10110011 | 1001100 | 1111101 | 0 | 111010 | 11110 | 11110 | 101001011 | 101000 | 110010 |
Color Harmonies of #B34C7D
Complementary color
Monochromatic Colors of #B34C7D
Black with #B34C7D
Text Example
Text Example
White with #B34C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34C7D; }
p { color: rgb(179,76,125); }
H1.HeaderClassName
{
color: #B34C7D;
}
.AnyTagClassName
{
color: #B34C7D;
}
</style>
background-color css
<style>
a { background-color: #B34C7D; }
a { background-color: rgb(179,76,125); }
div.DivClassName
{
background-color: #B34C7D;
}
.BgClassName
{
background-color: #B34C7D;
}
</style>
border-color css
<style>
span { border-color: #B34C7D; }
span { border-color: rgb(179,76,125); }
td.TdClassName
{
border-color: #B34C7D;
}
.TagClassName
{
border-color: #B34C7D;
}
</style>