Shades of Royal Heath #B34172
Tints of Royal Heath #B34172
RGB
CMYK
RGB Variations
Color information
#B34172 (or 0xB34172) is known color: Royal Heath. HEX triplet: B3, 41 and 72. RGB value is (179,65,114). Sum of RGB (Red+Green+Blue) = 179+65+114=358 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50% from 358); Green value is 65 (25.78% from 255 or 18.16% from 358); Blue value is 114 (44.92% from 255 or 31.84% from 358); Max value from RGB is 179 - color contains mainly: red. Hex color #B34172 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34172 is #4CBE8D. Grayscale: #686868. Windows color (decimal): -5029518 or 7487923. OLE color: 7487923.
HSL color Cylindrical-coordinate representation of color #B34172: hue angle of 334.21º 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 #B34172 is Cyan = 0, Magento = 0.64, Yellow = 0.36 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 65 | 114 | - |
| CMYK | 0 | 0.64 | 0.36 | 0.30 |
| HSL | 334.21º | 0.47% | 0.48% | - |
| HSV(B) | 334.21º | 0.64% | 0.7% | - |
| XYZ | 23.52 | 14.58 | 17.49 | - |
| YUV | 104.67 | 133.27 | 181.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 65 | 114 | 0 | 0.64 | 0.36 | 0.30 | 334.21 | 0.47 | 0.48 |
| Hex | B3 | 41 | 72 | 0 | 40 | 24 | 1E | 14E | 2F | 30 |
| Octal | 263 | 101 | 162 | 0 | 100 | 44 | 36 | 516 | 57 | 60 |
| Binary | 10110011 | 1000001 | 1110010 | 0 | 1000000 | 100100 | 11110 | 101001110 | 101111 | 110000 |
Color Harmonies of #B34172
Complementary color
Monochromatic Colors of #B34172
Black with #B34172
Text Example
Text Example
White with #B34172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34172; }
p { color: rgb(179,65,114); }
H1.HeaderClassName
{
color: #B34172;
}
.AnyTagClassName
{
color: #B34172;
}
</style>
background-color css
<style>
a { background-color: #B34172; }
a { background-color: rgb(179,65,114); }
div.DivClassName
{
background-color: #B34172;
}
.BgClassName
{
background-color: #B34172;
}
</style>
border-color css
<style>
span { border-color: #B34172; }
span { border-color: rgb(179,65,114); }
td.TdClassName
{
border-color: #B34172;
}
.TagClassName
{
border-color: #B34172;
}
</style>