Shades of Mulberry #BB568E
Tints of Mulberry #BB568E
RGB
CMYK
RGB Variations
Color information
#BB568E (or 0xBB568E) is known color: Mulberry. HEX triplet: BB, 56 and 8E. RGB value is (187,86,142). Sum of RGB (Red+Green+Blue) = 187+86+142=415 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.06% from 415); Green value is 86 (33.98% from 255 or 20.72% from 415); Blue value is 142 (55.86% from 255 or 34.22% from 415); Max value from RGB is 187 - color contains mainly: red. Hex color #BB568E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB568E is #44A971. Grayscale: #7A7A7A. Windows color (decimal): -4499826 or 9328315. OLE color: 9328315.
HSL color Cylindrical-coordinate representation of color #BB568E: hue angle of 326.73º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BB568E is Cyan = 0, Magento = 0.54, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 86 | 142 | - |
| CMYK | 0 | 0.54 | 0.24 | 0.27 |
| HSL | 326.73º | 0.43% | 0.54% | - |
| HSV(B) | 326.73º | 0.54% | 0.73% | - |
| XYZ | 28.7 | 19.17 | 27.78 | - |
| YUV | 122.58 | 138.96 | 173.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 86 | 142 | 0 | 0.54 | 0.24 | 0.27 | 326.73 | 0.43 | 0.54 |
| Hex | BB | 56 | 8E | 0 | 36 | 18 | 1B | 147 | 2B | 36 |
| Octal | 273 | 126 | 216 | 0 | 66 | 30 | 33 | 507 | 53 | 66 |
| Binary | 10111011 | 1010110 | 10001110 | 0 | 110110 | 11000 | 11011 | 101000111 | 101011 | 110110 |
Color Harmonies of #BB568E
Complementary color
Monochromatic Colors of #BB568E
Black with #BB568E
Text Example
Text Example
White with #BB568E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB568E; }
p { color: rgb(187,86,142); }
H1.HeaderClassName
{
color: #BB568E;
}
.AnyTagClassName
{
color: #BB568E;
}
</style>
background-color css
<style>
a { background-color: #BB568E; }
a { background-color: rgb(187,86,142); }
div.DivClassName
{
background-color: #BB568E;
}
.BgClassName
{
background-color: #BB568E;
}
</style>
border-color css
<style>
span { border-color: #BB568E; }
span { border-color: rgb(187,86,142); }
td.TdClassName
{
border-color: #BB568E;
}
.TagClassName
{
border-color: #BB568E;
}
</style>