Shades of Mulberry #B7568D
Tints of Mulberry #B7568D
RGB
CMYK
RGB Variations
Color information
#B7568D (or 0xB7568D) is known color: Mulberry. HEX triplet: B7, 56 and 8D. RGB value is (183,86,141). Sum of RGB (Red+Green+Blue) = 183+86+141=410 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.63% from 410); Green value is 86 (33.98% from 255 or 20.98% from 410); Blue value is 141 (55.47% from 255 or 34.39% from 410); Max value from RGB is 183 - color contains mainly: red. Hex color #B7568D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7568D is #48A972. Grayscale: #797979. Windows color (decimal): -4761971 or 9262775. OLE color: 9262775.
HSL color Cylindrical-coordinate representation of color #B7568D: hue angle of 325.98º 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 #B7568D is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 86 | 141 | - |
| CMYK | 0 | 0.53 | 0.23 | 0.28 |
| HSL | 325.98º | 0.4% | 0.53% | - |
| HSV(B) | 325.98º | 0.53% | 0.72% | - |
| XYZ | 27.66 | 18.65 | 27.34 | - |
| YUV | 121.27 | 139.14 | 172.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 86 | 141 | 0 | 0.53 | 0.23 | 0.28 | 325.98 | 0.4 | 0.53 |
| Hex | B7 | 56 | 8D | 0 | 35 | 17 | 1C | 146 | 28 | 35 |
| Octal | 267 | 126 | 215 | 0 | 65 | 27 | 34 | 506 | 50 | 65 |
| Binary | 10110111 | 1010110 | 10001101 | 0 | 110101 | 10111 | 11100 | 101000110 | 101000 | 110101 |
Color Harmonies of #B7568D
Complementary color
Monochromatic Colors of #B7568D
Black with #B7568D
Text Example
Text Example
White with #B7568D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7568D; }
p { color: rgb(183,86,141); }
H1.HeaderClassName
{
color: #B7568D;
}
.AnyTagClassName
{
color: #B7568D;
}
</style>
background-color css
<style>
a { background-color: #B7568D; }
a { background-color: rgb(183,86,141); }
div.DivClassName
{
background-color: #B7568D;
}
.BgClassName
{
background-color: #B7568D;
}
</style>
border-color css
<style>
span { border-color: #B7568D; }
span { border-color: rgb(183,86,141); }
td.TdClassName
{
border-color: #B7568D;
}
.TagClassName
{
border-color: #B7568D;
}
</style>