Shades of Royal Heath #B34175
Tints of Royal Heath #B34175
RGB
CMYK
RGB Variations
Color information
#B34175 (or 0xB34175) is known color: Royal Heath. HEX triplet: B3, 41 and 75. RGB value is (179,65,117). Sum of RGB (Red+Green+Blue) = 179+65+117=361 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.58% from 361); Green value is 65 (25.78% from 255 or 18.01% from 361); Blue value is 117 (46.09% from 255 or 32.41% from 361); Max value from RGB is 179 - color contains mainly: red. Hex color #B34175 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34175 is #4CBE8A. Grayscale: #686868. Windows color (decimal): -5029515 or 7684531. OLE color: 7684531.
HSL color Cylindrical-coordinate representation of color #B34175: hue angle of 332.63º 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 #B34175 is Cyan = 0, Magento = 0.64, Yellow = 0.35 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 65 | 117 | - |
| CMYK | 0 | 0.64 | 0.35 | 0.30 |
| HSL | 332.63º | 0.47% | 0.48% | - |
| HSV(B) | 332.63º | 0.64% | 0.7% | - |
| XYZ | 23.69 | 14.65 | 18.41 | - |
| YUV | 105.01 | 134.77 | 180.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 65 | 117 | 0 | 0.64 | 0.35 | 0.30 | 332.63 | 0.47 | 0.48 |
| Hex | B3 | 41 | 75 | 0 | 40 | 23 | 1E | 14D | 2F | 30 |
| Octal | 263 | 101 | 165 | 0 | 100 | 43 | 36 | 515 | 57 | 60 |
| Binary | 10110011 | 1000001 | 1110101 | 0 | 1000000 | 100011 | 11110 | 101001101 | 101111 | 110000 |
Color Harmonies of #B34175
Complementary color
Monochromatic Colors of #B34175
Black with #B34175
Text Example
Text Example
White with #B34175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34175; }
p { color: rgb(179,65,117); }
H1.HeaderClassName
{
color: #B34175;
}
.AnyTagClassName
{
color: #B34175;
}
</style>
background-color css
<style>
a { background-color: #B34175; }
a { background-color: rgb(179,65,117); }
div.DivClassName
{
background-color: #B34175;
}
.BgClassName
{
background-color: #B34175;
}
</style>
border-color css
<style>
span { border-color: #B34175; }
span { border-color: rgb(179,65,117); }
td.TdClassName
{
border-color: #B34175;
}
.TagClassName
{
border-color: #B34175;
}
</style>