Shades of Mulberry #B7559D
Tints of Mulberry #B7559D
RGB
CMYK
RGB Variations
Color information
#B7559D (or 0xB7559D) is known color: Mulberry. HEX triplet: B7, 55 and 9D. RGB value is (183,85,157). Sum of RGB (Red+Green+Blue) = 183+85+157=425 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.06% from 425); Green value is 85 (33.59% from 255 or 20% from 425); Blue value is 157 (61.72% from 255 or 36.94% from 425); Max value from RGB is 183 - color contains mainly: red. Hex color #B7559D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7559D is #48AA62. Grayscale: #7A7A7A. Windows color (decimal): -4762211 or 10311095. OLE color: 10311095.
HSL color Cylindrical-coordinate representation of color #B7559D: hue angle of 315.92º 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 #B7559D is Cyan = 0, Magento = 0.54, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 85 | 157 | - |
| CMYK | 0 | 0.54 | 0.14 | 0.28 |
| HSL | 315.92º | 0.4% | 0.53% | - |
| HSV(B) | 315.92º | 0.54% | 0.72% | - |
| XYZ | 28.86 | 19 | 34.04 | - |
| YUV | 122.51 | 147.47 | 171.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 85 | 157 | 0 | 0.54 | 0.14 | 0.28 | 315.92 | 0.4 | 0.53 |
| Hex | B7 | 55 | 9D | 0 | 36 | E | 1C | 13C | 28 | 35 |
| Octal | 267 | 125 | 235 | 0 | 66 | 16 | 34 | 474 | 50 | 65 |
| Binary | 10110111 | 1010101 | 10011101 | 0 | 110110 | 1110 | 11100 | 100111100 | 101000 | 110101 |
Color Harmonies of #B7559D
Complementary color
Monochromatic Colors of #B7559D
Black with #B7559D
Text Example
Text Example
White with #B7559D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7559D; }
p { color: rgb(183,85,157); }
H1.HeaderClassName
{
color: #B7559D;
}
.AnyTagClassName
{
color: #B7559D;
}
</style>
background-color css
<style>
a { background-color: #B7559D; }
a { background-color: rgb(183,85,157); }
div.DivClassName
{
background-color: #B7559D;
}
.BgClassName
{
background-color: #B7559D;
}
</style>
border-color css
<style>
span { border-color: #B7559D; }
span { border-color: rgb(183,85,157); }
td.TdClassName
{
border-color: #B7559D;
}
.TagClassName
{
border-color: #B7559D;
}
</style>