Shades of Mulberry #B0568C
Tints of Mulberry #B0568C
RGB
CMYK
RGB Variations
Color information
#B0568C (or 0xB0568C) is known color: Mulberry. HEX triplet: B0, 56 and 8C. RGB value is (176,86,140). Sum of RGB (Red+Green+Blue) = 176+86+140=402 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.78% from 402); Green value is 86 (33.98% from 255 or 21.39% from 402); Blue value is 140 (55.08% from 255 or 34.83% from 402); Max value from RGB is 176 - color contains mainly: red. Hex color #B0568C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0568C is #4FA973. Grayscale: #767676. Windows color (decimal): -5220724 or 9197232. OLE color: 9197232.
HSL color Cylindrical-coordinate representation of color #B0568C: hue angle of 324º 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 #B0568C is Cyan = 0, Magento = 0.51, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 86 | 140 | - |
| CMYK | 0 | 0.51 | 0.20 | 0.31 |
| HSL | 324º | 0.36% | 0.51% | - |
| HSV(B) | 324º | 0.51% | 0.69% | - |
| XYZ | 25.97 | 17.78 | 26.87 | - |
| YUV | 119.07 | 139.82 | 168.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 86 | 140 | 0 | 0.51 | 0.20 | 0.31 | 324 | 0.36 | 0.51 |
| Hex | B0 | 56 | 8C | 0 | 33 | 14 | 1F | 144 | 24 | 33 |
| Octal | 260 | 126 | 214 | 0 | 63 | 24 | 37 | 504 | 44 | 63 |
| Binary | 10110000 | 1010110 | 10001100 | 0 | 110011 | 10100 | 11111 | 101000100 | 100100 | 110011 |
Color Harmonies of #B0568C
Complementary color
Monochromatic Colors of #B0568C
Black with #B0568C
Text Example
Text Example
White with #B0568C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0568C; }
p { color: rgb(176,86,140); }
H1.HeaderClassName
{
color: #B0568C;
}
.AnyTagClassName
{
color: #B0568C;
}
</style>
background-color css
<style>
a { background-color: #B0568C; }
a { background-color: rgb(176,86,140); }
div.DivClassName
{
background-color: #B0568C;
}
.BgClassName
{
background-color: #B0568C;
}
</style>
border-color css
<style>
span { border-color: #B0568C; }
span { border-color: rgb(176,86,140); }
td.TdClassName
{
border-color: #B0568C;
}
.TagClassName
{
border-color: #B0568C;
}
</style>