Shades of Mulberry #B7558D
Tints of Mulberry #B7558D
RGB
CMYK
RGB Variations
Color information
#B7558D (or 0xB7558D) is known color: Mulberry. HEX triplet: B7, 55 and 8D. RGB value is (183,85,141). Sum of RGB (Red+Green+Blue) = 183+85+141=409 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.74% from 409); Green value is 85 (33.59% from 255 or 20.78% from 409); Blue value is 141 (55.47% from 255 or 34.47% from 409); Max value from RGB is 183 - color contains mainly: red. Hex color #B7558D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7558D is #48AA72. Grayscale: #787878. Windows color (decimal): -4762227 or 9262519. OLE color: 9262519.
HSL color Cylindrical-coordinate representation of color #B7558D: hue angle of 325.71º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B7558D is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 85 | 141 | - |
| CMYK | 0 | 0.54 | 0.23 | 0.28 |
| HSL | 325.71º | 0.4% | 0.53% | - |
| HSV(B) | 325.71º | 0.54% | 0.72% | - |
| XYZ | 27.58 | 18.49 | 27.31 | - |
| YUV | 120.69 | 139.47 | 172.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 85 | 141 | 0 | 0.54 | 0.23 | 0.28 | 325.71 | 0.4 | 0.53 |
| Hex | B7 | 55 | 8D | 0 | 36 | 17 | 1C | 146 | 28 | 35 |
| Octal | 267 | 125 | 215 | 0 | 66 | 27 | 34 | 506 | 50 | 65 |
| Binary | 10110111 | 1010101 | 10001101 | 0 | 110110 | 10111 | 11100 | 101000110 | 101000 | 110101 |
Color Harmonies of #B7558D
Complementary color
Monochromatic Colors of #B7558D
Black with #B7558D
Text Example
Text Example
White with #B7558D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7558D; }
p { color: rgb(183,85,141); }
H1.HeaderClassName
{
color: #B7558D;
}
.AnyTagClassName
{
color: #B7558D;
}
</style>
background-color css
<style>
a { background-color: #B7558D; }
a { background-color: rgb(183,85,141); }
div.DivClassName
{
background-color: #B7558D;
}
.BgClassName
{
background-color: #B7558D;
}
</style>
border-color css
<style>
span { border-color: #B7558D; }
span { border-color: rgb(183,85,141); }
td.TdClassName
{
border-color: #B7558D;
}
.TagClassName
{
border-color: #B7558D;
}
</style>