Shades of Royal Heath #B6477E
Tints of Royal Heath #B6477E
RGB
CMYK
RGB Variations
Color information
#B6477E (or 0xB6477E) is known color: Royal Heath. HEX triplet: B6, 47 and 7E. RGB value is (182,71,126). Sum of RGB (Red+Green+Blue) = 182+71+126=379 (50% of max value = 765). Red value is 182 (71.48% from 255 or 48.02% from 379); Green value is 71 (28.12% from 255 or 18.73% from 379); Blue value is 126 (49.61% from 255 or 33.25% from 379); Max value from RGB is 182 - color contains mainly: red. Hex color #B6477E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6477E is #49B881. Grayscale: #6E6E6E. Windows color (decimal): -4831362 or 8275894. OLE color: 8275894.
HSL color Cylindrical-coordinate representation of color #B6477E: hue angle of 330.27º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B6477E is Cyan = 0, Magento = 0.61, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 71 | 126 | - |
| CMYK | 0 | 0.61 | 0.31 | 0.29 |
| HSL | 330.27º | 0.44% | 0.5% | - |
| HSV(B) | 330.27º | 0.61% | 0.71% | - |
| XYZ | 25.31 | 15.96 | 21.48 | - |
| YUV | 110.46 | 136.77 | 179.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 71 | 126 | 0 | 0.61 | 0.31 | 0.29 | 330.27 | 0.44 | 0.5 |
| Hex | B6 | 47 | 7E | 0 | 3D | 1F | 1D | 14A | 2C | 32 |
| Octal | 266 | 107 | 176 | 0 | 75 | 37 | 35 | 512 | 54 | 62 |
| Binary | 10110110 | 1000111 | 1111110 | 0 | 111101 | 11111 | 11101 | 101001010 | 101100 | 110010 |
Color Harmonies of #B6477E
Complementary color
Monochromatic Colors of #B6477E
Black with #B6477E
Text Example
Text Example
White with #B6477E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6477E; }
p { color: rgb(182,71,126); }
H1.HeaderClassName
{
color: #B6477E;
}
.AnyTagClassName
{
color: #B6477E;
}
</style>
background-color css
<style>
a { background-color: #B6477E; }
a { background-color: rgb(182,71,126); }
div.DivClassName
{
background-color: #B6477E;
}
.BgClassName
{
background-color: #B6477E;
}
</style>
border-color css
<style>
span { border-color: #B6477E; }
span { border-color: rgb(182,71,126); }
td.TdClassName
{
border-color: #B6477E;
}
.TagClassName
{
border-color: #B6477E;
}
</style>