Shades of Mulberry #BC5687
Tints of Mulberry #BC5687
RGB
CMYK
RGB Variations
Color information
#BC5687 (or 0xBC5687) is known color: Mulberry. HEX triplet: BC, 56 and 87. RGB value is (188,86,135). Sum of RGB (Red+Green+Blue) = 188+86+135=409 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.97% from 409); Green value is 86 (33.98% from 255 or 21.03% from 409); Blue value is 135 (53.12% from 255 or 33.01% from 409); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5687 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5687 is #43A978. Grayscale: #797979. Windows color (decimal): -4434297 or 8869564. OLE color: 8869564.
HSL color Cylindrical-coordinate representation of color #BC5687: hue angle of 331.18º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BC5687 is Cyan = 0, Magento = 0.54, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 86 | 135 | - |
| CMYK | 0 | 0.54 | 0.28 | 0.26 |
| HSL | 331.18º | 0.43% | 0.54% | - |
| HSV(B) | 331.18º | 0.54% | 0.74% | - |
| XYZ | 28.44 | 19.1 | 25.11 | - |
| YUV | 122.08 | 135.29 | 175.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 86 | 135 | 0 | 0.54 | 0.28 | 0.26 | 331.18 | 0.43 | 0.54 |
| Hex | BC | 56 | 87 | 0 | 36 | 1C | 1A | 14B | 2B | 36 |
| Octal | 274 | 126 | 207 | 0 | 66 | 34 | 32 | 513 | 53 | 66 |
| Binary | 10111100 | 1010110 | 10000111 | 0 | 110110 | 11100 | 11010 | 101001011 | 101011 | 110110 |
Color Harmonies of #BC5687
Complementary color
Monochromatic Colors of #BC5687
Black with #BC5687
Text Example
Text Example
White with #BC5687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5687; }
p { color: rgb(188,86,135); }
H1.HeaderClassName
{
color: #BC5687;
}
.AnyTagClassName
{
color: #BC5687;
}
</style>
background-color css
<style>
a { background-color: #BC5687; }
a { background-color: rgb(188,86,135); }
div.DivClassName
{
background-color: #BC5687;
}
.BgClassName
{
background-color: #BC5687;
}
</style>
border-color css
<style>
span { border-color: #BC5687; }
span { border-color: rgb(188,86,135); }
td.TdClassName
{
border-color: #BC5687;
}
.TagClassName
{
border-color: #BC5687;
}
</style>