Shades of Royal Heath #B34070
Tints of Royal Heath #B34070
RGB
CMYK
RGB Variations
Color information
#B34070 (or 0xB34070) is known color: Royal Heath. HEX triplet: B3, 40 and 70. RGB value is (179,64,112). Sum of RGB (Red+Green+Blue) = 179+64+112=355 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.42% from 355); Green value is 64 (25.39% from 255 or 18.03% from 355); Blue value is 112 (44.14% from 255 or 31.55% from 355); Max value from RGB is 179 - color contains mainly: red. Hex color #B34070 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34070 is #4CBF8F. Grayscale: #676767. Windows color (decimal): -5029776 or 7356595. OLE color: 7356595.
HSL color Cylindrical-coordinate representation of color #B34070: hue angle of 334.96º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B34070 is Cyan = 0, Magento = 0.64, Yellow = 0.37 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 64 | 112 | - |
| CMYK | 0 | 0.64 | 0.37 | 0.30 |
| HSL | 334.96º | 0.47% | 0.48% | - |
| HSV(B) | 334.96º | 0.64% | 0.7% | - |
| XYZ | 23.35 | 14.42 | 16.88 | - |
| YUV | 103.86 | 132.6 | 181.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 64 | 112 | 0 | 0.64 | 0.37 | 0.30 | 334.96 | 0.47 | 0.48 |
| Hex | B3 | 40 | 70 | 0 | 40 | 25 | 1E | 14F | 2F | 30 |
| Octal | 263 | 100 | 160 | 0 | 100 | 45 | 36 | 517 | 57 | 60 |
| Binary | 10110011 | 1000000 | 1110000 | 0 | 1000000 | 100101 | 11110 | 101001111 | 101111 | 110000 |
Color Harmonies of #B34070
Complementary color
Monochromatic Colors of #B34070
Black with #B34070
Text Example
Text Example
White with #B34070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34070; }
p { color: rgb(179,64,112); }
H1.HeaderClassName
{
color: #B34070;
}
.AnyTagClassName
{
color: #B34070;
}
</style>
background-color css
<style>
a { background-color: #B34070; }
a { background-color: rgb(179,64,112); }
div.DivClassName
{
background-color: #B34070;
}
.BgClassName
{
background-color: #B34070;
}
</style>
border-color css
<style>
span { border-color: #B34070; }
span { border-color: rgb(179,64,112); }
td.TdClassName
{
border-color: #B34070;
}
.TagClassName
{
border-color: #B34070;
}
</style>