Shades of Royal Heath #B0567C
Tints of Royal Heath #B0567C
RGB
CMYK
RGB Variations
Color information
#B0567C (or 0xB0567C) is known color: Royal Heath. HEX triplet: B0, 56 and 7C. RGB value is (176,86,124). Sum of RGB (Red+Green+Blue) = 176+86+124=386 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.60% from 386); Green value is 86 (33.98% from 255 or 22.28% from 386); Blue value is 124 (48.83% from 255 or 32.12% from 386); Max value from RGB is 176 - color contains mainly: red. Hex color #B0567C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0567C is #4FA983. Grayscale: #757575. Windows color (decimal): -5220740 or 8148656. OLE color: 8148656.
HSL color Cylindrical-coordinate representation of color #B0567C: hue angle of 334.67º 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 #B0567C is Cyan = 0, Magento = 0.51, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 86 | 124 | - |
| CMYK | 0 | 0.51 | 0.30 | 0.31 |
| HSL | 334.67º | 0.36% | 0.51% | - |
| HSV(B) | 334.67º | 0.51% | 0.69% | - |
| XYZ | 24.87 | 17.34 | 21.11 | - |
| YUV | 117.24 | 131.82 | 169.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 86 | 124 | 0 | 0.51 | 0.30 | 0.31 | 334.67 | 0.36 | 0.51 |
| Hex | B0 | 56 | 7C | 0 | 33 | 1E | 1F | 14F | 24 | 33 |
| Octal | 260 | 126 | 174 | 0 | 63 | 36 | 37 | 517 | 44 | 63 |
| Binary | 10110000 | 1010110 | 1111100 | 0 | 110011 | 11110 | 11111 | 101001111 | 100100 | 110011 |
Color Harmonies of #B0567C
Complementary color
Monochromatic Colors of #B0567C
Black with #B0567C
Text Example
Text Example
White with #B0567C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0567C; }
p { color: rgb(176,86,124); }
H1.HeaderClassName
{
color: #B0567C;
}
.AnyTagClassName
{
color: #B0567C;
}
</style>
background-color css
<style>
a { background-color: #B0567C; }
a { background-color: rgb(176,86,124); }
div.DivClassName
{
background-color: #B0567C;
}
.BgClassName
{
background-color: #B0567C;
}
</style>
border-color css
<style>
span { border-color: #B0567C; }
span { border-color: rgb(176,86,124); }
td.TdClassName
{
border-color: #B0567C;
}
.TagClassName
{
border-color: #B0567C;
}
</style>