Shades of Royal Heath #B6497F
Tints of Royal Heath #B6497F
RGB
CMYK
RGB Variations
Color information
#B6497F (or 0xB6497F) is known color: Royal Heath. HEX triplet: B6, 49 and 7F. RGB value is (182,73,127). Sum of RGB (Red+Green+Blue) = 182+73+127=382 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.64% from 382); Green value is 73 (28.91% from 255 or 19.11% from 382); Blue value is 127 (50% from 255 or 33.25% from 382); Max value from RGB is 182 - color contains mainly: red. Hex color #B6497F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6497F is #49B680. Grayscale: #6F6F6F. Windows color (decimal): -4830849 or 8341942. OLE color: 8341942.
HSL color Cylindrical-coordinate representation of color #B6497F: hue angle of 330.28º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B6497F is Cyan = 0, Magento = 0.60, Yellow = 0.30 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 73 | 127 | - |
| CMYK | 0 | 0.60 | 0.30 | 0.29 |
| HSL | 330.28º | 0.43% | 0.5% | - |
| HSV(B) | 330.28º | 0.6% | 0.71% | - |
| XYZ | 25.5 | 16.24 | 21.87 | - |
| YUV | 111.75 | 136.61 | 178.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 73 | 127 | 0 | 0.60 | 0.30 | 0.29 | 330.28 | 0.43 | 0.5 |
| Hex | B6 | 49 | 7F | 0 | 3C | 1E | 1D | 14A | 2B | 32 |
| Octal | 266 | 111 | 177 | 0 | 74 | 36 | 35 | 512 | 53 | 62 |
| Binary | 10110110 | 1001001 | 1111111 | 0 | 111100 | 11110 | 11101 | 101001010 | 101011 | 110010 |
Color Harmonies of #B6497F
Complementary color
Monochromatic Colors of #B6497F
Black with #B6497F
Text Example
Text Example
White with #B6497F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6497F; }
p { color: rgb(182,73,127); }
H1.HeaderClassName
{
color: #B6497F;
}
.AnyTagClassName
{
color: #B6497F;
}
</style>
background-color css
<style>
a { background-color: #B6497F; }
a { background-color: rgb(182,73,127); }
div.DivClassName
{
background-color: #B6497F;
}
.BgClassName
{
background-color: #B6497F;
}
</style>
border-color css
<style>
span { border-color: #B6497F; }
span { border-color: rgb(182,73,127); }
td.TdClassName
{
border-color: #B6497F;
}
.TagClassName
{
border-color: #B6497F;
}
</style>