Shades of Mulberry #B0568B
Tints of Mulberry #B0568B
RGB
CMYK
RGB Variations
Color information
#B0568B (or 0xB0568B) is known color: Mulberry. HEX triplet: B0, 56 and 8B. RGB value is (176,86,139). Sum of RGB (Red+Green+Blue) = 176+86+139=401 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.89% from 401); Green value is 86 (33.98% from 255 or 21.45% from 401); Blue value is 139 (54.69% from 255 or 34.66% from 401); Max value from RGB is 176 - color contains mainly: red. Hex color #B0568B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0568B is #4FA974. Grayscale: #767676. Windows color (decimal): -5220725 or 9131696. OLE color: 9131696.
HSL color Cylindrical-coordinate representation of color #B0568B: hue angle of 324.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 #B0568B is Cyan = 0, Magento = 0.51, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 86 | 139 | - |
| CMYK | 0 | 0.51 | 0.21 | 0.31 |
| HSL | 324.67º | 0.36% | 0.51% | - |
| HSV(B) | 324.67º | 0.51% | 0.69% | - |
| XYZ | 25.89 | 17.75 | 26.49 | - |
| YUV | 118.95 | 139.32 | 168.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 86 | 139 | 0 | 0.51 | 0.21 | 0.31 | 324.67 | 0.36 | 0.51 |
| Hex | B0 | 56 | 8B | 0 | 33 | 15 | 1F | 145 | 24 | 33 |
| Octal | 260 | 126 | 213 | 0 | 63 | 25 | 37 | 505 | 44 | 63 |
| Binary | 10110000 | 1010110 | 10001011 | 0 | 110011 | 10101 | 11111 | 101000101 | 100100 | 110011 |
Color Harmonies of #B0568B
Complementary color
Monochromatic Colors of #B0568B
Black with #B0568B
Text Example
Text Example
White with #B0568B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0568B; }
p { color: rgb(176,86,139); }
H1.HeaderClassName
{
color: #B0568B;
}
.AnyTagClassName
{
color: #B0568B;
}
</style>
background-color css
<style>
a { background-color: #B0568B; }
a { background-color: rgb(176,86,139); }
div.DivClassName
{
background-color: #B0568B;
}
.BgClassName
{
background-color: #B0568B;
}
</style>
border-color css
<style>
span { border-color: #B0568B; }
span { border-color: rgb(176,86,139); }
td.TdClassName
{
border-color: #B0568B;
}
.TagClassName
{
border-color: #B0568B;
}
</style>