Shades of Royal Heath #B7487C
Tints of Royal Heath #B7487C
RGB
CMYK
RGB Variations
Color information
#B7487C (or 0xB7487C) is known color: Royal Heath. HEX triplet: B7, 48 and 7C. RGB value is (183,72,124). Sum of RGB (Red+Green+Blue) = 183+72+124=379 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.28% from 379); Green value is 72 (28.52% from 255 or 19.00% from 379); Blue value is 124 (48.83% from 255 or 32.72% from 379); Max value from RGB is 183 - color contains mainly: red. Hex color #B7487C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7487C is #48B783. Grayscale: #6F6F6F. Windows color (decimal): -4765572 or 8145079. OLE color: 8145079.
HSL color Cylindrical-coordinate representation of color #B7487C: hue angle of 331.89º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B7487C is Cyan = 0, Magento = 0.61, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 72 | 124 | - |
| CMYK | 0 | 0.61 | 0.32 | 0.28 |
| HSL | 331.89º | 0.44% | 0.5% | - |
| HSV(B) | 331.89º | 0.61% | 0.72% | - |
| XYZ | 25.48 | 16.16 | 20.84 | - |
| YUV | 111.12 | 135.27 | 179.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 72 | 124 | 0 | 0.61 | 0.32 | 0.28 | 331.89 | 0.44 | 0.5 |
| Hex | B7 | 48 | 7C | 0 | 3D | 20 | 1C | 14C | 2C | 32 |
| Octal | 267 | 110 | 174 | 0 | 75 | 40 | 34 | 514 | 54 | 62 |
| Binary | 10110111 | 1001000 | 1111100 | 0 | 111101 | 100000 | 11100 | 101001100 | 101100 | 110010 |
Color Harmonies of #B7487C
Complementary color
Monochromatic Colors of #B7487C
Black with #B7487C
Text Example
Text Example
White with #B7487C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7487C; }
p { color: rgb(183,72,124); }
H1.HeaderClassName
{
color: #B7487C;
}
.AnyTagClassName
{
color: #B7487C;
}
</style>
background-color css
<style>
a { background-color: #B7487C; }
a { background-color: rgb(183,72,124); }
div.DivClassName
{
background-color: #B7487C;
}
.BgClassName
{
background-color: #B7487C;
}
</style>
border-color css
<style>
span { border-color: #B7487C; }
span { border-color: rgb(183,72,124); }
td.TdClassName
{
border-color: #B7487C;
}
.TagClassName
{
border-color: #B7487C;
}
</style>