Shades of Mulberry #B7588C
Tints of Mulberry #B7588C
RGB
CMYK
RGB Variations
Color information
#B7588C (or 0xB7588C) is known color: Mulberry. HEX triplet: B7, 58 and 8C. RGB value is (183,88,140). Sum of RGB (Red+Green+Blue) = 183+88+140=411 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.53% from 411); Green value is 88 (34.77% from 255 or 21.41% from 411); Blue value is 140 (55.08% from 255 or 34.06% from 411); Max value from RGB is 183 - color contains mainly: red. Hex color #B7588C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7588C is #48A773. Grayscale: #7A7A7A. Windows color (decimal): -4761460 or 9197751. OLE color: 9197751.
HSL color Cylindrical-coordinate representation of color #B7588C: hue angle of 327.16º 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 #B7588C is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 88 | 140 | - |
| CMYK | 0 | 0.52 | 0.23 | 0.28 |
| HSL | 327.16º | 0.4% | 0.53% | - |
| HSV(B) | 327.16º | 0.52% | 0.72% | - |
| XYZ | 27.75 | 18.94 | 27 | - |
| YUV | 122.33 | 137.97 | 171.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 88 | 140 | 0 | 0.52 | 0.23 | 0.28 | 327.16 | 0.4 | 0.53 |
| Hex | B7 | 58 | 8C | 0 | 34 | 17 | 1C | 147 | 28 | 35 |
| Octal | 267 | 130 | 214 | 0 | 64 | 27 | 34 | 507 | 50 | 65 |
| Binary | 10110111 | 1011000 | 10001100 | 0 | 110100 | 10111 | 11100 | 101000111 | 101000 | 110101 |
Color Harmonies of #B7588C
Complementary color
Monochromatic Colors of #B7588C
Black with #B7588C
Text Example
Text Example
White with #B7588C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7588C; }
p { color: rgb(183,88,140); }
H1.HeaderClassName
{
color: #B7588C;
}
.AnyTagClassName
{
color: #B7588C;
}
</style>
background-color css
<style>
a { background-color: #B7588C; }
a { background-color: rgb(183,88,140); }
div.DivClassName
{
background-color: #B7588C;
}
.BgClassName
{
background-color: #B7588C;
}
</style>
border-color css
<style>
span { border-color: #B7588C; }
span { border-color: rgb(183,88,140); }
td.TdClassName
{
border-color: #B7588C;
}
.TagClassName
{
border-color: #B7588C;
}
</style>