Shades of Mulberry #BB579F
Tints of Mulberry #BB579F
RGB
CMYK
RGB Variations
Color information
#BB579F (or 0xBB579F) is known color: Mulberry. HEX triplet: BB, 57 and 9F. RGB value is (187,87,159). Sum of RGB (Red+Green+Blue) = 187+87+159=433 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.19% from 433); Green value is 87 (34.38% from 255 or 20.09% from 433); Blue value is 159 (62.5% from 255 or 36.72% from 433); Max value from RGB is 187 - color contains mainly: red. Hex color #BB579F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB579F is #44A860. Grayscale: #7C7C7C. Windows color (decimal): -4499553 or 10442683. OLE color: 10442683.
HSL color Cylindrical-coordinate representation of color #BB579F: hue angle of 316.8º 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 #BB579F is Cyan = 0, Magento = 0.53, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 87 | 159 | - |
| CMYK | 0 | 0.53 | 0.15 | 0.27 |
| HSL | 316.8º | 0.42% | 0.54% | - |
| HSV(B) | 316.8º | 0.53% | 0.73% | - |
| XYZ | 30.16 | 19.88 | 35.05 | - |
| YUV | 125.11 | 147.13 | 172.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 87 | 159 | 0 | 0.53 | 0.15 | 0.27 | 316.8 | 0.42 | 0.54 |
| Hex | BB | 57 | 9F | 0 | 35 | F | 1B | 13D | 2A | 36 |
| Octal | 273 | 127 | 237 | 0 | 65 | 17 | 33 | 475 | 52 | 66 |
| Binary | 10111011 | 1010111 | 10011111 | 0 | 110101 | 1111 | 11011 | 100111101 | 101010 | 110110 |
Color Harmonies of #BB579F
Complementary color
Monochromatic Colors of #BB579F
Black with #BB579F
Text Example
Text Example
White with #BB579F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB579F; }
p { color: rgb(187,87,159); }
H1.HeaderClassName
{
color: #BB579F;
}
.AnyTagClassName
{
color: #BB579F;
}
</style>
background-color css
<style>
a { background-color: #BB579F; }
a { background-color: rgb(187,87,159); }
div.DivClassName
{
background-color: #BB579F;
}
.BgClassName
{
background-color: #BB579F;
}
</style>
border-color css
<style>
span { border-color: #BB579F; }
span { border-color: rgb(187,87,159); }
td.TdClassName
{
border-color: #BB579F;
}
.TagClassName
{
border-color: #BB579F;
}
</style>