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