Shades of Royal Heath #B7487D
Tints of Royal Heath #B7487D
RGB
CMYK
RGB Variations
Color information
#B7487D (or 0xB7487D) is known color: Royal Heath. HEX triplet: B7, 48 and 7D. RGB value is (183,72,125). Sum of RGB (Red+Green+Blue) = 183+72+125=380 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.16% from 380); Green value is 72 (28.52% from 255 or 18.95% from 380); Blue value is 125 (49.22% from 255 or 32.89% from 380); Max value from RGB is 183 - color contains mainly: red. Hex color #B7487D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7487D is #48B782. Grayscale: #6F6F6F. Windows color (decimal): -4765571 or 8210615. OLE color: 8210615.
HSL color Cylindrical-coordinate representation of color #B7487D: hue angle of 331.35º 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 #B7487D is Cyan = 0, Magento = 0.61, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 72 | 125 | - |
| CMYK | 0 | 0.61 | 0.32 | 0.28 |
| HSL | 331.35º | 0.44% | 0.5% | - |
| HSV(B) | 331.35º | 0.61% | 0.72% | - |
| XYZ | 25.55 | 16.18 | 21.18 | - |
| YUV | 111.23 | 135.77 | 179.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 72 | 125 | 0 | 0.61 | 0.32 | 0.28 | 331.35 | 0.44 | 0.5 |
| Hex | B7 | 48 | 7D | 0 | 3D | 20 | 1C | 14B | 2C | 32 |
| Octal | 267 | 110 | 175 | 0 | 75 | 40 | 34 | 513 | 54 | 62 |
| Binary | 10110111 | 1001000 | 1111101 | 0 | 111101 | 100000 | 11100 | 101001011 | 101100 | 110010 |
Color Harmonies of #B7487D
Complementary color
Monochromatic Colors of #B7487D
Black with #B7487D
Text Example
Text Example
White with #B7487D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7487D; }
p { color: rgb(183,72,125); }
H1.HeaderClassName
{
color: #B7487D;
}
.AnyTagClassName
{
color: #B7487D;
}
</style>
background-color css
<style>
a { background-color: #B7487D; }
a { background-color: rgb(183,72,125); }
div.DivClassName
{
background-color: #B7487D;
}
.BgClassName
{
background-color: #B7487D;
}
</style>
border-color css
<style>
span { border-color: #B7487D; }
span { border-color: rgb(183,72,125); }
td.TdClassName
{
border-color: #B7487D;
}
.TagClassName
{
border-color: #B7487D;
}
</style>