Shades of Royal Heath #B0587B
Tints of Royal Heath #B0587B
RGB
CMYK
RGB Variations
Color information
#B0587B (or 0xB0587B) is known color: Royal Heath. HEX triplet: B0, 58 and 7B. RGB value is (176,88,123). Sum of RGB (Red+Green+Blue) = 176+88+123=387 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.48% from 387); Green value is 88 (34.77% from 255 or 22.74% from 387); Blue value is 123 (48.44% from 255 or 31.78% from 387); Max value from RGB is 176 - color contains mainly: red. Hex color #B0587B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0587B is #4FA784. Grayscale: #767676. Windows color (decimal): -5220229 or 8083632. OLE color: 8083632.
HSL color Cylindrical-coordinate representation of color #B0587B: hue angle of 336.14º 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 #B0587B is Cyan = 0, Magento = 0.50, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 88 | 123 | - |
| CMYK | 0 | 0.50 | 0.30 | 0.31 |
| HSL | 336.14º | 0.36% | 0.52% | - |
| HSV(B) | 336.14º | 0.5% | 0.69% | - |
| XYZ | 24.97 | 17.64 | 20.83 | - |
| YUV | 118.3 | 130.65 | 169.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 88 | 123 | 0 | 0.50 | 0.30 | 0.31 | 336.14 | 0.36 | 0.52 |
| Hex | B0 | 58 | 7B | 0 | 32 | 1E | 1F | 150 | 24 | 34 |
| Octal | 260 | 130 | 173 | 0 | 62 | 36 | 37 | 520 | 44 | 64 |
| Binary | 10110000 | 1011000 | 1111011 | 0 | 110010 | 11110 | 11111 | 101010000 | 100100 | 110100 |
Color Harmonies of #B0587B
Complementary color
Monochromatic Colors of #B0587B
Black with #B0587B
Text Example
Text Example
White with #B0587B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0587B; }
p { color: rgb(176,88,123); }
H1.HeaderClassName
{
color: #B0587B;
}
.AnyTagClassName
{
color: #B0587B;
}
</style>
background-color css
<style>
a { background-color: #B0587B; }
a { background-color: rgb(176,88,123); }
div.DivClassName
{
background-color: #B0587B;
}
.BgClassName
{
background-color: #B0587B;
}
</style>
border-color css
<style>
span { border-color: #B0587B; }
span { border-color: rgb(176,88,123); }
td.TdClassName
{
border-color: #B0587B;
}
.TagClassName
{
border-color: #B0587B;
}
</style>