Shades of Royal Heath #B7487E
Tints of Royal Heath #B7487E
RGB
CMYK
RGB Variations
Color information
#B7487E (or 0xB7487E) is known color: Royal Heath. HEX triplet: B7, 48 and 7E. RGB value is (183,72,126). Sum of RGB (Red+Green+Blue) = 183+72+126=381 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.03% from 381); Green value is 72 (28.52% from 255 or 18.90% from 381); Blue value is 126 (49.61% from 255 or 33.07% from 381); Max value from RGB is 183 - color contains mainly: red. Hex color #B7487E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7487E is #48B781. Grayscale: #6F6F6F. Windows color (decimal): -4765570 or 8276151. OLE color: 8276151.
HSL color Cylindrical-coordinate representation of color #B7487E: hue angle of 330.81º 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 #B7487E is Cyan = 0, Magento = 0.61, Yellow = 0.31 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 72 | 126 | - |
| CMYK | 0 | 0.61 | 0.31 | 0.28 |
| HSL | 330.81º | 0.44% | 0.5% | - |
| HSV(B) | 330.81º | 0.61% | 0.72% | - |
| XYZ | 25.61 | 16.21 | 21.52 | - |
| YUV | 111.35 | 136.27 | 179.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 72 | 126 | 0 | 0.61 | 0.31 | 0.28 | 330.81 | 0.44 | 0.5 |
| Hex | B7 | 48 | 7E | 0 | 3D | 1F | 1C | 14B | 2C | 32 |
| Octal | 267 | 110 | 176 | 0 | 75 | 37 | 34 | 513 | 54 | 62 |
| Binary | 10110111 | 1001000 | 1111110 | 0 | 111101 | 11111 | 11100 | 101001011 | 101100 | 110010 |
Color Harmonies of #B7487E
Complementary color
Monochromatic Colors of #B7487E
Black with #B7487E
Text Example
Text Example
White with #B7487E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7487E; }
p { color: rgb(183,72,126); }
H1.HeaderClassName
{
color: #B7487E;
}
.AnyTagClassName
{
color: #B7487E;
}
</style>
background-color css
<style>
a { background-color: #B7487E; }
a { background-color: rgb(183,72,126); }
div.DivClassName
{
background-color: #B7487E;
}
.BgClassName
{
background-color: #B7487E;
}
</style>
border-color css
<style>
span { border-color: #B7487E; }
span { border-color: rgb(183,72,126); }
td.TdClassName
{
border-color: #B7487E;
}
.TagClassName
{
border-color: #B7487E;
}
</style>