Shades of Royal Heath #B0557F
Tints of Royal Heath #B0557F
RGB
CMYK
RGB Variations
Color information
#B0557F (or 0xB0557F) is known color: Royal Heath. HEX triplet: B0, 55 and 7F. RGB value is (176,85,127). Sum of RGB (Red+Green+Blue) = 176+85+127=388 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.36% from 388); Green value is 85 (33.59% from 255 or 21.91% from 388); Blue value is 127 (50% from 255 or 32.73% from 388); Max value from RGB is 176 - color contains mainly: red. Hex color #B0557F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0557F is #4FAA80. Grayscale: #747474. Windows color (decimal): -5220993 or 8345008. OLE color: 8345008.
HSL color Cylindrical-coordinate representation of color #B0557F: hue angle of 332.31º 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 #B0557F is Cyan = 0, Magento = 0.52, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 85 | 127 | - |
| CMYK | 0 | 0.52 | 0.28 | 0.31 |
| HSL | 332.31º | 0.37% | 0.51% | - |
| HSV(B) | 332.31º | 0.52% | 0.69% | - |
| XYZ | 24.98 | 17.26 | 22.09 | - |
| YUV | 117 | 133.65 | 170.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 85 | 127 | 0 | 0.52 | 0.28 | 0.31 | 332.31 | 0.37 | 0.51 |
| Hex | B0 | 55 | 7F | 0 | 34 | 1C | 1F | 14C | 25 | 33 |
| Octal | 260 | 125 | 177 | 0 | 64 | 34 | 37 | 514 | 45 | 63 |
| Binary | 10110000 | 1010101 | 1111111 | 0 | 110100 | 11100 | 11111 | 101001100 | 100101 | 110011 |
Color Harmonies of #B0557F
Complementary color
Monochromatic Colors of #B0557F
Black with #B0557F
Text Example
Text Example
White with #B0557F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0557F; }
p { color: rgb(176,85,127); }
H1.HeaderClassName
{
color: #B0557F;
}
.AnyTagClassName
{
color: #B0557F;
}
</style>
background-color css
<style>
a { background-color: #B0557F; }
a { background-color: rgb(176,85,127); }
div.DivClassName
{
background-color: #B0557F;
}
.BgClassName
{
background-color: #B0557F;
}
</style>
border-color css
<style>
span { border-color: #B0557F; }
span { border-color: rgb(176,85,127); }
td.TdClassName
{
border-color: #B0557F;
}
.TagClassName
{
border-color: #B0557F;
}
</style>