Shades of Mulberry #B0568E
Tints of Mulberry #B0568E
RGB
CMYK
RGB Variations
Color information
#B0568E (or 0xB0568E) is known color: Mulberry. HEX triplet: B0, 56 and 8E. RGB value is (176,86,142). Sum of RGB (Red+Green+Blue) = 176+86+142=404 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.56% from 404); Green value is 86 (33.98% from 255 or 21.29% from 404); Blue value is 142 (55.86% from 255 or 35.15% from 404); Max value from RGB is 176 - color contains mainly: red. Hex color #B0568E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0568E is #4FA971. Grayscale: #777777. Windows color (decimal): -5220722 or 9328304. OLE color: 9328304.
HSL color Cylindrical-coordinate representation of color #B0568E: hue angle of 322.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 #B0568E is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 86 | 142 | - |
| CMYK | 0 | 0.51 | 0.19 | 0.31 |
| HSL | 322.67º | 0.36% | 0.51% | - |
| HSV(B) | 322.67º | 0.51% | 0.69% | - |
| XYZ | 26.11 | 17.84 | 27.66 | - |
| YUV | 119.29 | 140.82 | 168.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 86 | 142 | 0 | 0.51 | 0.19 | 0.31 | 322.67 | 0.36 | 0.51 |
| Hex | B0 | 56 | 8E | 0 | 33 | 13 | 1F | 143 | 24 | 33 |
| Octal | 260 | 126 | 216 | 0 | 63 | 23 | 37 | 503 | 44 | 63 |
| Binary | 10110000 | 1010110 | 10001110 | 0 | 110011 | 10011 | 11111 | 101000011 | 100100 | 110011 |
Color Harmonies of #B0568E
Complementary color
Monochromatic Colors of #B0568E
Black with #B0568E
Text Example
Text Example
White with #B0568E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0568E; }
p { color: rgb(176,86,142); }
H1.HeaderClassName
{
color: #B0568E;
}
.AnyTagClassName
{
color: #B0568E;
}
</style>
background-color css
<style>
a { background-color: #B0568E; }
a { background-color: rgb(176,86,142); }
div.DivClassName
{
background-color: #B0568E;
}
.BgClassName
{
background-color: #B0568E;
}
</style>
border-color css
<style>
span { border-color: #B0568E; }
span { border-color: rgb(176,86,142); }
td.TdClassName
{
border-color: #B0568E;
}
.TagClassName
{
border-color: #B0568E;
}
</style>