Shades of Royal Heath #B0557E
Tints of Royal Heath #B0557E
RGB
CMYK
RGB Variations
Color information
#B0557E (or 0xB0557E) is known color: Royal Heath. HEX triplet: B0, 55 and 7E. RGB value is (176,85,126). Sum of RGB (Red+Green+Blue) = 176+85+126=387 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.48% from 387); Green value is 85 (33.59% from 255 or 21.96% from 387); Blue value is 126 (49.61% from 255 or 32.56% from 387); Max value from RGB is 176 - color contains mainly: red. Hex color #B0557E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0557E is #4FAA81. Grayscale: #747474. Windows color (decimal): -5220994 or 8279472. OLE color: 8279472.
HSL color Cylindrical-coordinate representation of color #B0557E: hue angle of 332.97º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B0557E is Cyan = 0, Magento = 0.52, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 85 | 126 | - |
| CMYK | 0 | 0.52 | 0.28 | 0.31 |
| HSL | 332.97º | 0.37% | 0.51% | - |
| HSV(B) | 332.97º | 0.52% | 0.69% | - |
| XYZ | 24.92 | 17.23 | 21.75 | - |
| YUV | 116.88 | 133.15 | 170.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 85 | 126 | 0 | 0.52 | 0.28 | 0.31 | 332.97 | 0.37 | 0.51 |
| Hex | B0 | 55 | 7E | 0 | 34 | 1C | 1F | 14D | 25 | 33 |
| Octal | 260 | 125 | 176 | 0 | 64 | 34 | 37 | 515 | 45 | 63 |
| Binary | 10110000 | 1010101 | 1111110 | 0 | 110100 | 11100 | 11111 | 101001101 | 100101 | 110011 |
Color Harmonies of #B0557E
Complementary color
Monochromatic Colors of #B0557E
Black with #B0557E
Text Example
Text Example
White with #B0557E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0557E; }
p { color: rgb(176,85,126); }
H1.HeaderClassName
{
color: #B0557E;
}
.AnyTagClassName
{
color: #B0557E;
}
</style>
background-color css
<style>
a { background-color: #B0557E; }
a { background-color: rgb(176,85,126); }
div.DivClassName
{
background-color: #B0557E;
}
.BgClassName
{
background-color: #B0557E;
}
</style>
border-color css
<style>
span { border-color: #B0557E; }
span { border-color: rgb(176,85,126); }
td.TdClassName
{
border-color: #B0557E;
}
.TagClassName
{
border-color: #B0557E;
}
</style>