Shades of Royal Heath #B3416C
Tints of Royal Heath #B3416C
RGB
CMYK
RGB Variations
Color information
#B3416C (or 0xB3416C) is known color: Royal Heath. HEX triplet: B3, 41 and 6C. RGB value is (179,65,108). Sum of RGB (Red+Green+Blue) = 179+65+108=352 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.85% from 352); Green value is 65 (25.78% from 255 or 18.47% from 352); Blue value is 108 (42.58% from 255 or 30.68% from 352); Max value from RGB is 179 - color contains mainly: red. Hex color #B3416C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3416C is #4CBE93. Grayscale: #676767. Windows color (decimal): -5029524 or 7094707. OLE color: 7094707.
HSL color Cylindrical-coordinate representation of color #B3416C: hue angle of 337.37º 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 #B3416C is Cyan = 0, Magento = 0.64, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 65 | 108 | - |
| CMYK | 0 | 0.64 | 0.40 | 0.30 |
| HSL | 337.37º | 0.47% | 0.48% | - |
| HSV(B) | 337.37º | 0.64% | 0.7% | - |
| XYZ | 23.19 | 14.45 | 15.75 | - |
| YUV | 103.99 | 130.27 | 181.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 65 | 108 | 0 | 0.64 | 0.40 | 0.30 | 337.37 | 0.47 | 0.48 |
| Hex | B3 | 41 | 6C | 0 | 40 | 28 | 1E | 151 | 2F | 30 |
| Octal | 263 | 101 | 154 | 0 | 100 | 50 | 36 | 521 | 57 | 60 |
| Binary | 10110011 | 1000001 | 1101100 | 0 | 1000000 | 101000 | 11110 | 101010001 | 101111 | 110000 |
Color Harmonies of #B3416C
Complementary color
Monochromatic Colors of #B3416C
Black with #B3416C
Text Example
Text Example
White with #B3416C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3416C; }
p { color: rgb(179,65,108); }
H1.HeaderClassName
{
color: #B3416C;
}
.AnyTagClassName
{
color: #B3416C;
}
</style>
background-color css
<style>
a { background-color: #B3416C; }
a { background-color: rgb(179,65,108); }
div.DivClassName
{
background-color: #B3416C;
}
.BgClassName
{
background-color: #B3416C;
}
</style>
border-color css
<style>
span { border-color: #B3416C; }
span { border-color: rgb(179,65,108); }
td.TdClassName
{
border-color: #B3416C;
}
.TagClassName
{
border-color: #B3416C;
}
</style>