Shades of Royal Heath #B6487F
Tints of Royal Heath #B6487F
RGB
CMYK
RGB Variations
Color information
#B6487F (or 0xB6487F) is known color: Royal Heath. HEX triplet: B6, 48 and 7F. RGB value is (182,72,127). Sum of RGB (Red+Green+Blue) = 182+72+127=381 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.77% from 381); Green value is 72 (28.52% from 255 or 18.90% from 381); Blue value is 127 (50% from 255 or 33.33% from 381); Max value from RGB is 182 - color contains mainly: red. Hex color #B6487F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6487F is #49B780. Grayscale: #6F6F6F. Windows color (decimal): -4831105 or 8341686. OLE color: 8341686.
HSL color Cylindrical-coordinate representation of color #B6487F: hue angle of 330º 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 #B6487F is Cyan = 0, Magento = 0.60, Yellow = 0.30 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 72 | 127 | - |
| CMYK | 0 | 0.60 | 0.30 | 0.29 |
| HSL | 330º | 0.43% | 0.5% | - |
| HSV(B) | 330º | 0.6% | 0.71% | - |
| XYZ | 25.44 | 16.11 | 21.85 | - |
| YUV | 111.16 | 136.94 | 178.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 72 | 127 | 0 | 0.60 | 0.30 | 0.29 | 330 | 0.43 | 0.5 |
| Hex | B6 | 48 | 7F | 0 | 3C | 1E | 1D | 14A | 2B | 32 |
| Octal | 266 | 110 | 177 | 0 | 74 | 36 | 35 | 512 | 53 | 62 |
| Binary | 10110110 | 1001000 | 1111111 | 0 | 111100 | 11110 | 11101 | 101001010 | 101011 | 110010 |
Color Harmonies of #B6487F
Complementary color
Monochromatic Colors of #B6487F
Black with #B6487F
Text Example
Text Example
White with #B6487F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6487F; }
p { color: rgb(182,72,127); }
H1.HeaderClassName
{
color: #B6487F;
}
.AnyTagClassName
{
color: #B6487F;
}
</style>
background-color css
<style>
a { background-color: #B6487F; }
a { background-color: rgb(182,72,127); }
div.DivClassName
{
background-color: #B6487F;
}
.BgClassName
{
background-color: #B6487F;
}
</style>
border-color css
<style>
span { border-color: #B6487F; }
span { border-color: rgb(182,72,127); }
td.TdClassName
{
border-color: #B6487F;
}
.TagClassName
{
border-color: #B6487F;
}
</style>