Shades of Mulberry #BB588B
Tints of Mulberry #BB588B
RGB
CMYK
RGB Variations
Color information
#BB588B (or 0xBB588B) is known color: Mulberry. HEX triplet: BB, 58 and 8B. RGB value is (187,88,139). Sum of RGB (Red+Green+Blue) = 187+88+139=414 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.17% from 414); Green value is 88 (34.77% from 255 or 21.26% from 414); Blue value is 139 (54.69% from 255 or 33.57% from 414); Max value from RGB is 187 - color contains mainly: red. Hex color #BB588B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB588B is #44A774. Grayscale: #7B7B7B. Windows color (decimal): -4499317 or 9132219. OLE color: 9132219.
HSL color Cylindrical-coordinate representation of color #BB588B: hue angle of 329.09º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BB588B is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 88 | 139 | - |
| CMYK | 0 | 0.53 | 0.26 | 0.27 |
| HSL | 329.09º | 0.42% | 0.54% | - |
| HSV(B) | 329.09º | 0.53% | 0.73% | - |
| XYZ | 28.64 | 19.41 | 26.66 | - |
| YUV | 123.42 | 136.8 | 173.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 88 | 139 | 0 | 0.53 | 0.26 | 0.27 | 329.09 | 0.42 | 0.54 |
| Hex | BB | 58 | 8B | 0 | 35 | 1A | 1B | 149 | 2A | 36 |
| Octal | 273 | 130 | 213 | 0 | 65 | 32 | 33 | 511 | 52 | 66 |
| Binary | 10111011 | 1011000 | 10001011 | 0 | 110101 | 11010 | 11011 | 101001001 | 101010 | 110110 |
Color Harmonies of #BB588B
Complementary color
Monochromatic Colors of #BB588B
Black with #BB588B
Text Example
Text Example
White with #BB588B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB588B; }
p { color: rgb(187,88,139); }
H1.HeaderClassName
{
color: #BB588B;
}
.AnyTagClassName
{
color: #BB588B;
}
</style>
background-color css
<style>
a { background-color: #BB588B; }
a { background-color: rgb(187,88,139); }
div.DivClassName
{
background-color: #BB588B;
}
.BgClassName
{
background-color: #BB588B;
}
</style>
border-color css
<style>
span { border-color: #BB588B; }
span { border-color: rgb(187,88,139); }
td.TdClassName
{
border-color: #BB588B;
}
.TagClassName
{
border-color: #BB588B;
}
</style>