Shades of Royal Heath #B0587E
Tints of Royal Heath #B0587E
RGB
CMYK
RGB Variations
Color information
#B0587E (or 0xB0587E) is known color: Royal Heath. HEX triplet: B0, 58 and 7E. RGB value is (176,88,126). Sum of RGB (Red+Green+Blue) = 176+88+126=390 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.13% from 390); Green value is 88 (34.77% from 255 or 22.56% from 390); Blue value is 126 (49.61% from 255 or 32.31% from 390); Max value from RGB is 176 - color contains mainly: red. Hex color #B0587E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0587E is #4FA781. Grayscale: #767676. Windows color (decimal): -5220226 or 8280240. OLE color: 8280240.
HSL color Cylindrical-coordinate representation of color #B0587E: hue angle of 334.09º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B0587E is Cyan = 0, Magento = 0.50, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 88 | 126 | - |
| CMYK | 0 | 0.50 | 0.28 | 0.31 |
| HSL | 334.09º | 0.36% | 0.52% | - |
| HSV(B) | 334.09º | 0.5% | 0.69% | - |
| XYZ | 25.16 | 17.72 | 21.83 | - |
| YUV | 118.64 | 132.15 | 168.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 88 | 126 | 0 | 0.50 | 0.28 | 0.31 | 334.09 | 0.36 | 0.52 |
| Hex | B0 | 58 | 7E | 0 | 32 | 1C | 1F | 14E | 24 | 34 |
| Octal | 260 | 130 | 176 | 0 | 62 | 34 | 37 | 516 | 44 | 64 |
| Binary | 10110000 | 1011000 | 1111110 | 0 | 110010 | 11100 | 11111 | 101001110 | 100100 | 110100 |
Color Harmonies of #B0587E
Complementary color
Monochromatic Colors of #B0587E
Black with #B0587E
Text Example
Text Example
White with #B0587E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0587E; }
p { color: rgb(176,88,126); }
H1.HeaderClassName
{
color: #B0587E;
}
.AnyTagClassName
{
color: #B0587E;
}
</style>
background-color css
<style>
a { background-color: #B0587E; }
a { background-color: rgb(176,88,126); }
div.DivClassName
{
background-color: #B0587E;
}
.BgClassName
{
background-color: #B0587E;
}
</style>
border-color css
<style>
span { border-color: #B0587E; }
span { border-color: rgb(176,88,126); }
td.TdClassName
{
border-color: #B0587E;
}
.TagClassName
{
border-color: #B0587E;
}
</style>