Shades of Mulberry #B2588B
Tints of Mulberry #B2588B
RGB
CMYK
RGB Variations
Color information
#B2588B (or 0xB2588B) is known color: Mulberry. HEX triplet: B2, 58 and 8B. RGB value is (178,88,139). Sum of RGB (Red+Green+Blue) = 178+88+139=405 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.95% from 405); Green value is 88 (34.77% from 255 or 21.73% from 405); Blue value is 139 (54.69% from 255 or 34.32% from 405); Max value from RGB is 178 - color contains mainly: red. Hex color #B2588B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2588B is #4DA774. Grayscale: #787878. Windows color (decimal): -5089141 or 9132210. OLE color: 9132210.
HSL color Cylindrical-coordinate representation of color #B2588B: hue angle of 326º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B2588B is Cyan = 0, Magento = 0.51, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 88 | 139 | - |
| CMYK | 0 | 0.51 | 0.22 | 0.30 |
| HSL | 326º | 0.37% | 0.52% | - |
| HSV(B) | 326º | 0.51% | 0.7% | - |
| XYZ | 26.51 | 18.31 | 26.56 | - |
| YUV | 120.72 | 138.32 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 88 | 139 | 0 | 0.51 | 0.22 | 0.30 | 326 | 0.37 | 0.52 |
| Hex | B2 | 58 | 8B | 0 | 33 | 16 | 1E | 146 | 25 | 34 |
| Octal | 262 | 130 | 213 | 0 | 63 | 26 | 36 | 506 | 45 | 64 |
| Binary | 10110010 | 1011000 | 10001011 | 0 | 110011 | 10110 | 11110 | 101000110 | 100101 | 110100 |
Color Harmonies of #B2588B
Complementary color
Monochromatic Colors of #B2588B
Black with #B2588B
Text Example
Text Example
White with #B2588B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2588B; }
p { color: rgb(178,88,139); }
H1.HeaderClassName
{
color: #B2588B;
}
.AnyTagClassName
{
color: #B2588B;
}
</style>
background-color css
<style>
a { background-color: #B2588B; }
a { background-color: rgb(178,88,139); }
div.DivClassName
{
background-color: #B2588B;
}
.BgClassName
{
background-color: #B2588B;
}
</style>
border-color css
<style>
span { border-color: #B2588B; }
span { border-color: rgb(178,88,139); }
td.TdClassName
{
border-color: #B2588B;
}
.TagClassName
{
border-color: #B2588B;
}
</style>