Shades of Mulberry #BC5186
Tints of Mulberry #BC5186
RGB
CMYK
RGB Variations
Color information
#BC5186 (or 0xBC5186) is known color: Mulberry. HEX triplet: BC, 51 and 86. RGB value is (188,81,134). Sum of RGB (Red+Green+Blue) = 188+81+134=403 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.65% from 403); Green value is 81 (32.03% from 255 or 20.10% from 403); Blue value is 134 (52.73% from 255 or 33.25% from 403); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5186 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5186 is #43AE79. Grayscale: #767676. Windows color (decimal): -4435578 or 8802748. OLE color: 8802748.
HSL color Cylindrical-coordinate representation of color #BC5186: hue angle of 330.28º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BC5186 is Cyan = 0, Magento = 0.57, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 81 | 134 | - |
| CMYK | 0 | 0.57 | 0.29 | 0.26 |
| HSL | 330.28º | 0.44% | 0.53% | - |
| HSV(B) | 330.28º | 0.57% | 0.74% | - |
| XYZ | 27.98 | 18.3 | 24.61 | - |
| YUV | 119.04 | 136.45 | 177.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 81 | 134 | 0 | 0.57 | 0.29 | 0.26 | 330.28 | 0.44 | 0.53 |
| Hex | BC | 51 | 86 | 0 | 39 | 1D | 1A | 14A | 2C | 35 |
| Octal | 274 | 121 | 206 | 0 | 71 | 35 | 32 | 512 | 54 | 65 |
| Binary | 10111100 | 1010001 | 10000110 | 0 | 111001 | 11101 | 11010 | 101001010 | 101100 | 110101 |
Color Harmonies of #BC5186
Complementary color
Monochromatic Colors of #BC5186
Black with #BC5186
Text Example
Text Example
White with #BC5186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5186; }
p { color: rgb(188,81,134); }
H1.HeaderClassName
{
color: #BC5186;
}
.AnyTagClassName
{
color: #BC5186;
}
</style>
background-color css
<style>
a { background-color: #BC5186; }
a { background-color: rgb(188,81,134); }
div.DivClassName
{
background-color: #BC5186;
}
.BgClassName
{
background-color: #BC5186;
}
</style>
border-color css
<style>
span { border-color: #BC5186; }
span { border-color: rgb(188,81,134); }
td.TdClassName
{
border-color: #BC5186;
}
.TagClassName
{
border-color: #BC5186;
}
</style>