Shades of Royal Heath #B0577C
Tints of Royal Heath #B0577C
RGB
CMYK
RGB Variations
Color information
#B0577C (or 0xB0577C) is known color: Royal Heath. HEX triplet: B0, 57 and 7C. RGB value is (176,87,124). Sum of RGB (Red+Green+Blue) = 176+87+124=387 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.48% from 387); Green value is 87 (34.38% from 255 or 22.48% from 387); Blue value is 124 (48.83% from 255 or 32.04% from 387); Max value from RGB is 176 - color contains mainly: red. Hex color #B0577C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0577C is #4FA883. Grayscale: #757575. Windows color (decimal): -5220484 or 8148912. OLE color: 8148912.
HSL color Cylindrical-coordinate representation of color #B0577C: hue angle of 335.06º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B0577C is Cyan = 0, Magento = 0.51, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 87 | 124 | - |
| CMYK | 0 | 0.51 | 0.30 | 0.31 |
| HSL | 335.06º | 0.36% | 0.52% | - |
| HSV(B) | 335.06º | 0.51% | 0.69% | - |
| XYZ | 24.95 | 17.5 | 21.13 | - |
| YUV | 117.83 | 131.49 | 169.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 87 | 124 | 0 | 0.51 | 0.30 | 0.31 | 335.06 | 0.36 | 0.52 |
| Hex | B0 | 57 | 7C | 0 | 33 | 1E | 1F | 14F | 24 | 34 |
| Octal | 260 | 127 | 174 | 0 | 63 | 36 | 37 | 517 | 44 | 64 |
| Binary | 10110000 | 1010111 | 1111100 | 0 | 110011 | 11110 | 11111 | 101001111 | 100100 | 110100 |
Color Harmonies of #B0577C
Complementary color
Monochromatic Colors of #B0577C
Black with #B0577C
Text Example
Text Example
White with #B0577C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0577C; }
p { color: rgb(176,87,124); }
H1.HeaderClassName
{
color: #B0577C;
}
.AnyTagClassName
{
color: #B0577C;
}
</style>
background-color css
<style>
a { background-color: #B0577C; }
a { background-color: rgb(176,87,124); }
div.DivClassName
{
background-color: #B0577C;
}
.BgClassName
{
background-color: #B0577C;
}
</style>
border-color css
<style>
span { border-color: #B0577C; }
span { border-color: rgb(176,87,124); }
td.TdClassName
{
border-color: #B0577C;
}
.TagClassName
{
border-color: #B0577C;
}
</style>