Shades of Mulberry #B0588A
Tints of Mulberry #B0588A
RGB
CMYK
RGB Variations
Color information
#B0588A (or 0xB0588A) is known color: Mulberry. HEX triplet: B0, 58 and 8A. RGB value is (176,88,138). Sum of RGB (Red+Green+Blue) = 176+88+138=402 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.78% from 402); Green value is 88 (34.77% from 255 or 21.89% from 402); Blue value is 138 (54.30% from 255 or 34.33% from 402); Max value from RGB is 176 - color contains mainly: red. Hex color #B0588A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0588A is #4FA775. Grayscale: #777777. Windows color (decimal): -5220214 or 9066672. OLE color: 9066672.
HSL color Cylindrical-coordinate representation of color #B0588A: hue angle of 325.91º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B0588A is Cyan = 0, Magento = 0.50, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 88 | 138 | - |
| CMYK | 0 | 0.50 | 0.22 | 0.31 |
| HSL | 325.91º | 0.36% | 0.52% | - |
| HSV(B) | 325.91º | 0.5% | 0.69% | - |
| XYZ | 25.98 | 18.04 | 26.16 | - |
| YUV | 120.01 | 138.15 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 88 | 138 | 0 | 0.50 | 0.22 | 0.31 | 325.91 | 0.36 | 0.52 |
| Hex | B0 | 58 | 8A | 0 | 32 | 16 | 1F | 146 | 24 | 34 |
| Octal | 260 | 130 | 212 | 0 | 62 | 26 | 37 | 506 | 44 | 64 |
| Binary | 10110000 | 1011000 | 10001010 | 0 | 110010 | 10110 | 11111 | 101000110 | 100100 | 110100 |
Color Harmonies of #B0588A
Complementary color
Monochromatic Colors of #B0588A
Black with #B0588A
Text Example
Text Example
White with #B0588A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0588A; }
p { color: rgb(176,88,138); }
H1.HeaderClassName
{
color: #B0588A;
}
.AnyTagClassName
{
color: #B0588A;
}
</style>
background-color css
<style>
a { background-color: #B0588A; }
a { background-color: rgb(176,88,138); }
div.DivClassName
{
background-color: #B0588A;
}
.BgClassName
{
background-color: #B0588A;
}
</style>
border-color css
<style>
span { border-color: #B0588A; }
span { border-color: rgb(176,88,138); }
td.TdClassName
{
border-color: #B0588A;
}
.TagClassName
{
border-color: #B0588A;
}
</style>