Shades of Mulberry #B7568E
Tints of Mulberry #B7568E
RGB
CMYK
RGB Variations
Color information
#B7568E (or 0xB7568E) is known color: Mulberry. HEX triplet: B7, 56 and 8E. RGB value is (183,86,142). Sum of RGB (Red+Green+Blue) = 183+86+142=411 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.53% from 411); Green value is 86 (33.98% from 255 or 20.92% from 411); Blue value is 142 (55.86% from 255 or 34.55% from 411); Max value from RGB is 183 - color contains mainly: red. Hex color #B7568E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7568E is #48A971. Grayscale: #797979. Windows color (decimal): -4761970 or 9328311. OLE color: 9328311.
HSL color Cylindrical-coordinate representation of color #B7568E: hue angle of 325.36º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B7568E is Cyan = 0, Magento = 0.53, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 86 | 142 | - |
| CMYK | 0 | 0.53 | 0.22 | 0.28 |
| HSL | 325.36º | 0.4% | 0.53% | - |
| HSV(B) | 325.36º | 0.53% | 0.72% | - |
| XYZ | 27.74 | 18.68 | 27.73 | - |
| YUV | 121.39 | 139.64 | 171.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 86 | 142 | 0 | 0.53 | 0.22 | 0.28 | 325.36 | 0.4 | 0.53 |
| Hex | B7 | 56 | 8E | 0 | 35 | 16 | 1C | 145 | 28 | 35 |
| Octal | 267 | 126 | 216 | 0 | 65 | 26 | 34 | 505 | 50 | 65 |
| Binary | 10110111 | 1010110 | 10001110 | 0 | 110101 | 10110 | 11100 | 101000101 | 101000 | 110101 |
Color Harmonies of #B7568E
Complementary color
Monochromatic Colors of #B7568E
Black with #B7568E
Text Example
Text Example
White with #B7568E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7568E; }
p { color: rgb(183,86,142); }
H1.HeaderClassName
{
color: #B7568E;
}
.AnyTagClassName
{
color: #B7568E;
}
</style>
background-color css
<style>
a { background-color: #B7568E; }
a { background-color: rgb(183,86,142); }
div.DivClassName
{
background-color: #B7568E;
}
.BgClassName
{
background-color: #B7568E;
}
</style>
border-color css
<style>
span { border-color: #B7568E; }
span { border-color: rgb(183,86,142); }
td.TdClassName
{
border-color: #B7568E;
}
.TagClassName
{
border-color: #B7568E;
}
</style>