Shades of Mulberry #B7558B
Tints of Mulberry #B7558B
RGB
CMYK
RGB Variations
Color information
#B7558B (or 0xB7558B) is known color: Mulberry. HEX triplet: B7, 55 and 8B. RGB value is (183,85,139). Sum of RGB (Red+Green+Blue) = 183+85+139=407 (53% of max value = 765). Red value is 183 (71.88% from 255 or 44.96% from 407); Green value is 85 (33.59% from 255 or 20.88% from 407); Blue value is 139 (54.69% from 255 or 34.15% from 407); Max value from RGB is 183 - color contains mainly: red. Hex color #B7558B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7558B is #48AA74. Grayscale: #787878. Windows color (decimal): -4762229 or 9131447. OLE color: 9131447.
HSL color Cylindrical-coordinate representation of color #B7558B: hue angle of 326.94º 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 #B7558B is Cyan = 0, Magento = 0.54, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 85 | 139 | - |
| CMYK | 0 | 0.54 | 0.24 | 0.28 |
| HSL | 326.94º | 0.4% | 0.53% | - |
| HSV(B) | 326.94º | 0.54% | 0.72% | - |
| XYZ | 27.44 | 18.43 | 26.54 | - |
| YUV | 120.46 | 138.47 | 172.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 85 | 139 | 0 | 0.54 | 0.24 | 0.28 | 326.94 | 0.4 | 0.53 |
| Hex | B7 | 55 | 8B | 0 | 36 | 18 | 1C | 147 | 28 | 35 |
| Octal | 267 | 125 | 213 | 0 | 66 | 30 | 34 | 507 | 50 | 65 |
| Binary | 10110111 | 1010101 | 10001011 | 0 | 110110 | 11000 | 11100 | 101000111 | 101000 | 110101 |
Color Harmonies of #B7558B
Complementary color
Monochromatic Colors of #B7558B
Black with #B7558B
Text Example
Text Example
White with #B7558B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7558B; }
p { color: rgb(183,85,139); }
H1.HeaderClassName
{
color: #B7558B;
}
.AnyTagClassName
{
color: #B7558B;
}
</style>
background-color css
<style>
a { background-color: #B7558B; }
a { background-color: rgb(183,85,139); }
div.DivClassName
{
background-color: #B7558B;
}
.BgClassName
{
background-color: #B7558B;
}
</style>
border-color css
<style>
span { border-color: #B7558B; }
span { border-color: rgb(183,85,139); }
td.TdClassName
{
border-color: #B7558B;
}
.TagClassName
{
border-color: #B7558B;
}
</style>