Shades of Mulberry #BB588F
Tints of Mulberry #BB588F
RGB
CMYK
RGB Variations
Color information
#BB588F (or 0xBB588F) is known color: Mulberry. HEX triplet: BB, 58 and 8F. RGB value is (187,88,143). Sum of RGB (Red+Green+Blue) = 187+88+143=418 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.74% from 418); Green value is 88 (34.77% from 255 or 21.05% from 418); Blue value is 143 (56.25% from 255 or 34.21% from 418); Max value from RGB is 187 - color contains mainly: red. Hex color #BB588F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB588F is #44A770. Grayscale: #7B7B7B. Windows color (decimal): -4499313 or 9394363. OLE color: 9394363.
HSL color Cylindrical-coordinate representation of color #BB588F: hue angle of 326.67º 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 #BB588F is Cyan = 0, Magento = 0.53, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 88 | 143 | - |
| CMYK | 0 | 0.53 | 0.24 | 0.27 |
| HSL | 326.67º | 0.42% | 0.54% | - |
| HSV(B) | 326.67º | 0.53% | 0.73% | - |
| XYZ | 28.94 | 19.53 | 28.23 | - |
| YUV | 123.87 | 138.8 | 173.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 88 | 143 | 0 | 0.53 | 0.24 | 0.27 | 326.67 | 0.42 | 0.54 |
| Hex | BB | 58 | 8F | 0 | 35 | 18 | 1B | 147 | 2A | 36 |
| Octal | 273 | 130 | 217 | 0 | 65 | 30 | 33 | 507 | 52 | 66 |
| Binary | 10111011 | 1011000 | 10001111 | 0 | 110101 | 11000 | 11011 | 101000111 | 101010 | 110110 |
Color Harmonies of #BB588F
Complementary color
Monochromatic Colors of #BB588F
Black with #BB588F
Text Example
Text Example
White with #BB588F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB588F; }
p { color: rgb(187,88,143); }
H1.HeaderClassName
{
color: #BB588F;
}
.AnyTagClassName
{
color: #BB588F;
}
</style>
background-color css
<style>
a { background-color: #BB588F; }
a { background-color: rgb(187,88,143); }
div.DivClassName
{
background-color: #BB588F;
}
.BgClassName
{
background-color: #BB588F;
}
</style>
border-color css
<style>
span { border-color: #BB588F; }
span { border-color: rgb(187,88,143); }
td.TdClassName
{
border-color: #BB588F;
}
.TagClassName
{
border-color: #BB588F;
}
</style>