Shades of Royal Heath #B0567E
Tints of Royal Heath #B0567E
RGB
CMYK
RGB Variations
Color information
#B0567E (or 0xB0567E) is known color: Royal Heath. HEX triplet: B0, 56 and 7E. RGB value is (176,86,126). Sum of RGB (Red+Green+Blue) = 176+86+126=388 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.36% from 388); Green value is 86 (33.98% from 255 or 22.16% from 388); Blue value is 126 (49.61% from 255 or 32.47% from 388); Max value from RGB is 176 - color contains mainly: red. Hex color #B0567E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0567E is #4FA981. Grayscale: #757575. Windows color (decimal): -5220738 or 8279728. OLE color: 8279728.
HSL color Cylindrical-coordinate representation of color #B0567E: hue angle of 333.33º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B0567E is Cyan = 0, Magento = 0.51, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 86 | 126 | - |
| CMYK | 0 | 0.51 | 0.28 | 0.31 |
| HSL | 333.33º | 0.36% | 0.51% | - |
| HSV(B) | 333.33º | 0.51% | 0.69% | - |
| XYZ | 25 | 17.39 | 21.78 | - |
| YUV | 117.47 | 132.82 | 169.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 86 | 126 | 0 | 0.51 | 0.28 | 0.31 | 333.33 | 0.36 | 0.51 |
| Hex | B0 | 56 | 7E | 0 | 33 | 1C | 1F | 14D | 24 | 33 |
| Octal | 260 | 126 | 176 | 0 | 63 | 34 | 37 | 515 | 44 | 63 |
| Binary | 10110000 | 1010110 | 1111110 | 0 | 110011 | 11100 | 11111 | 101001101 | 100100 | 110011 |
Color Harmonies of #B0567E
Complementary color
Monochromatic Colors of #B0567E
Black with #B0567E
Text Example
Text Example
White with #B0567E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0567E; }
p { color: rgb(176,86,126); }
H1.HeaderClassName
{
color: #B0567E;
}
.AnyTagClassName
{
color: #B0567E;
}
</style>
background-color css
<style>
a { background-color: #B0567E; }
a { background-color: rgb(176,86,126); }
div.DivClassName
{
background-color: #B0567E;
}
.BgClassName
{
background-color: #B0567E;
}
</style>
border-color css
<style>
span { border-color: #B0567E; }
span { border-color: rgb(176,86,126); }
td.TdClassName
{
border-color: #B0567E;
}
.TagClassName
{
border-color: #B0567E;
}
</style>