Shades of Mulberry #BC5685
Tints of Mulberry #BC5685
RGB
CMYK
RGB Variations
Color information
#BC5685 (or 0xBC5685) is known color: Mulberry. HEX triplet: BC, 56 and 85. RGB value is (188,86,133). Sum of RGB (Red+Green+Blue) = 188+86+133=407 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.19% from 407); Green value is 86 (33.98% from 255 or 21.13% from 407); Blue value is 133 (52.34% from 255 or 32.68% from 407); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5685 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5685 is #43A97A. Grayscale: #797979. Windows color (decimal): -4434299 or 8738492. OLE color: 8738492.
HSL color Cylindrical-coordinate representation of color #BC5685: hue angle of 332.35º 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 #BC5685 is Cyan = 0, Magento = 0.54, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 86 | 133 | - |
| CMYK | 0 | 0.54 | 0.29 | 0.26 |
| HSL | 332.35º | 0.43% | 0.54% | - |
| HSV(B) | 332.35º | 0.54% | 0.74% | - |
| XYZ | 28.3 | 19.04 | 24.37 | - |
| YUV | 121.86 | 134.29 | 175.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 86 | 133 | 0 | 0.54 | 0.29 | 0.26 | 332.35 | 0.43 | 0.54 |
| Hex | BC | 56 | 85 | 0 | 36 | 1D | 1A | 14C | 2B | 36 |
| Octal | 274 | 126 | 205 | 0 | 66 | 35 | 32 | 514 | 53 | 66 |
| Binary | 10111100 | 1010110 | 10000101 | 0 | 110110 | 11101 | 11010 | 101001100 | 101011 | 110110 |
Color Harmonies of #BC5685
Complementary color
Monochromatic Colors of #BC5685
Black with #BC5685
Text Example
Text Example
White with #BC5685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5685; }
p { color: rgb(188,86,133); }
H1.HeaderClassName
{
color: #BC5685;
}
.AnyTagClassName
{
color: #BC5685;
}
</style>
background-color css
<style>
a { background-color: #BC5685; }
a { background-color: rgb(188,86,133); }
div.DivClassName
{
background-color: #BC5685;
}
.BgClassName
{
background-color: #BC5685;
}
</style>
border-color css
<style>
span { border-color: #BC5685; }
span { border-color: rgb(188,86,133); }
td.TdClassName
{
border-color: #BC5685;
}
.TagClassName
{
border-color: #BC5685;
}
</style>