Shades of Royal Heath #B0587A
Tints of Royal Heath #B0587A
RGB
CMYK
RGB Variations
Color information
#B0587A (or 0xB0587A) is known color: Royal Heath. HEX triplet: B0, 58 and 7A. RGB value is (176,88,122). Sum of RGB (Red+Green+Blue) = 176+88+122=386 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.60% from 386); Green value is 88 (34.77% from 255 or 22.80% from 386); Blue value is 122 (48.05% from 255 or 31.61% from 386); Max value from RGB is 176 - color contains mainly: red. Hex color #B0587A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0587A is #4FA785. Grayscale: #767676. Windows color (decimal): -5220230 or 8018096. OLE color: 8018096.
HSL color Cylindrical-coordinate representation of color #B0587A: hue angle of 336.82º 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 #B0587A is Cyan = 0, Magento = 0.50, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 88 | 122 | - |
| CMYK | 0 | 0.50 | 0.31 | 0.31 |
| HSL | 336.82º | 0.36% | 0.52% | - |
| HSV(B) | 336.82º | 0.5% | 0.69% | - |
| XYZ | 24.91 | 17.61 | 20.5 | - |
| YUV | 118.19 | 130.15 | 169.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 88 | 122 | 0 | 0.50 | 0.31 | 0.31 | 336.82 | 0.36 | 0.52 |
| Hex | B0 | 58 | 7A | 0 | 32 | 1F | 1F | 151 | 24 | 34 |
| Octal | 260 | 130 | 172 | 0 | 62 | 37 | 37 | 521 | 44 | 64 |
| Binary | 10110000 | 1011000 | 1111010 | 0 | 110010 | 11111 | 11111 | 101010001 | 100100 | 110100 |
Color Harmonies of #B0587A
Complementary color
Monochromatic Colors of #B0587A
Black with #B0587A
Text Example
Text Example
White with #B0587A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0587A; }
p { color: rgb(176,88,122); }
H1.HeaderClassName
{
color: #B0587A;
}
.AnyTagClassName
{
color: #B0587A;
}
</style>
background-color css
<style>
a { background-color: #B0587A; }
a { background-color: rgb(176,88,122); }
div.DivClassName
{
background-color: #B0587A;
}
.BgClassName
{
background-color: #B0587A;
}
</style>
border-color css
<style>
span { border-color: #B0587A; }
span { border-color: rgb(176,88,122); }
td.TdClassName
{
border-color: #B0587A;
}
.TagClassName
{
border-color: #B0587A;
}
</style>