Shades of Mulberry #BC5987
Tints of Mulberry #BC5987
RGB
CMYK
RGB Variations
Color information
#BC5987 (or 0xBC5987) is known color: Mulberry. HEX triplet: BC, 59 and 87. RGB value is (188,89,135). Sum of RGB (Red+Green+Blue) = 188+89+135=412 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.63% from 412); Green value is 89 (35.16% from 255 or 21.60% from 412); Blue value is 135 (53.12% from 255 or 32.77% from 412); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5987 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5987 is #43A678. Grayscale: #7B7B7B. Windows color (decimal): -4433529 or 8870332. OLE color: 8870332.
HSL color Cylindrical-coordinate representation of color #BC5987: hue angle of 332.12º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BC5987 is Cyan = 0, Magento = 0.53, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 89 | 135 | - |
| CMYK | 0 | 0.53 | 0.28 | 0.26 |
| HSL | 332.12º | 0.42% | 0.54% | - |
| HSV(B) | 332.12º | 0.53% | 0.74% | - |
| XYZ | 28.68 | 19.59 | 25.19 | - |
| YUV | 123.85 | 134.3 | 173.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 89 | 135 | 0 | 0.53 | 0.28 | 0.26 | 332.12 | 0.42 | 0.54 |
| Hex | BC | 59 | 87 | 0 | 35 | 1C | 1A | 14C | 2A | 36 |
| Octal | 274 | 131 | 207 | 0 | 65 | 34 | 32 | 514 | 52 | 66 |
| Binary | 10111100 | 1011001 | 10000111 | 0 | 110101 | 11100 | 11010 | 101001100 | 101010 | 110110 |
Color Harmonies of #BC5987
Complementary color
Monochromatic Colors of #BC5987
Black with #BC5987
Text Example
Text Example
White with #BC5987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5987; }
p { color: rgb(188,89,135); }
H1.HeaderClassName
{
color: #BC5987;
}
.AnyTagClassName
{
color: #BC5987;
}
</style>
background-color css
<style>
a { background-color: #BC5987; }
a { background-color: rgb(188,89,135); }
div.DivClassName
{
background-color: #BC5987;
}
.BgClassName
{
background-color: #BC5987;
}
</style>
border-color css
<style>
span { border-color: #BC5987; }
span { border-color: rgb(188,89,135); }
td.TdClassName
{
border-color: #BC5987;
}
.TagClassName
{
border-color: #BC5987;
}
</style>