Shades of Mulberry #B7588D
Tints of Mulberry #B7588D
RGB
CMYK
RGB Variations
Color information
#B7588D (or 0xB7588D) is known color: Mulberry. HEX triplet: B7, 58 and 8D. RGB value is (183,88,141). Sum of RGB (Red+Green+Blue) = 183+88+141=412 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.42% from 412); Green value is 88 (34.77% from 255 or 21.36% from 412); Blue value is 141 (55.47% from 255 or 34.22% from 412); Max value from RGB is 183 - color contains mainly: red. Hex color #B7588D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7588D is #48A772. Grayscale: #7A7A7A. Windows color (decimal): -4761459 or 9263287. OLE color: 9263287.
HSL color Cylindrical-coordinate representation of color #B7588D: hue angle of 326.53º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B7588D is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 88 | 141 | - |
| CMYK | 0 | 0.52 | 0.23 | 0.28 |
| HSL | 326.53º | 0.4% | 0.53% | - |
| HSV(B) | 326.53º | 0.52% | 0.72% | - |
| XYZ | 27.83 | 18.97 | 27.39 | - |
| YUV | 122.45 | 138.47 | 171.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 88 | 141 | 0 | 0.52 | 0.23 | 0.28 | 326.53 | 0.4 | 0.53 |
| Hex | B7 | 58 | 8D | 0 | 34 | 17 | 1C | 147 | 28 | 35 |
| Octal | 267 | 130 | 215 | 0 | 64 | 27 | 34 | 507 | 50 | 65 |
| Binary | 10110111 | 1011000 | 10001101 | 0 | 110100 | 10111 | 11100 | 101000111 | 101000 | 110101 |
Color Harmonies of #B7588D
Complementary color
Monochromatic Colors of #B7588D
Black with #B7588D
Text Example
Text Example
White with #B7588D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7588D; }
p { color: rgb(183,88,141); }
H1.HeaderClassName
{
color: #B7588D;
}
.AnyTagClassName
{
color: #B7588D;
}
</style>
background-color css
<style>
a { background-color: #B7588D; }
a { background-color: rgb(183,88,141); }
div.DivClassName
{
background-color: #B7588D;
}
.BgClassName
{
background-color: #B7588D;
}
</style>
border-color css
<style>
span { border-color: #B7588D; }
span { border-color: rgb(183,88,141); }
td.TdClassName
{
border-color: #B7588D;
}
.TagClassName
{
border-color: #B7588D;
}
</style>