Shades of Mulberry #BC4E8D
Tints of Mulberry #BC4E8D
RGB
CMYK
RGB Variations
Color information
#BC4E8D (or 0xBC4E8D) is known color: Mulberry. HEX triplet: BC, 4E and 8D. RGB value is (188,78,141). Sum of RGB (Red+Green+Blue) = 188+78+141=407 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.19% from 407); Green value is 78 (30.86% from 255 or 19.16% from 407); Blue value is 141 (55.47% from 255 or 34.64% from 407); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4E8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC4E8D is #43B172. Grayscale: #757575. Windows color (decimal): -4436339 or 9260732. OLE color: 9260732.
HSL color Cylindrical-coordinate representation of color #BC4E8D: hue angle of 325.64º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BC4E8D is Cyan = 0, Magento = 0.59, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 78 | 141 | - |
| CMYK | 0 | 0.59 | 0.25 | 0.26 |
| HSL | 325.64º | 0.45% | 0.52% | - |
| HSV(B) | 325.64º | 0.59% | 0.74% | - |
| XYZ | 28.27 | 18.06 | 27.2 | - |
| YUV | 118.07 | 140.94 | 177.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 78 | 141 | 0 | 0.59 | 0.25 | 0.26 | 325.64 | 0.45 | 0.52 |
| Hex | BC | 4E | 8D | 0 | 3B | 19 | 1A | 146 | 2D | 34 |
| Octal | 274 | 116 | 215 | 0 | 73 | 31 | 32 | 506 | 55 | 64 |
| Binary | 10111100 | 1001110 | 10001101 | 0 | 111011 | 11001 | 11010 | 101000110 | 101101 | 110100 |
Color Harmonies of #BC4E8D
Complementary color
Monochromatic Colors of #BC4E8D
Black with #BC4E8D
Text Example
Text Example
White with #BC4E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4E8D; }
p { color: rgb(188,78,141); }
H1.HeaderClassName
{
color: #BC4E8D;
}
.AnyTagClassName
{
color: #BC4E8D;
}
</style>
background-color css
<style>
a { background-color: #BC4E8D; }
a { background-color: rgb(188,78,141); }
div.DivClassName
{
background-color: #BC4E8D;
}
.BgClassName
{
background-color: #BC4E8D;
}
</style>
border-color css
<style>
span { border-color: #BC4E8D; }
span { border-color: rgb(188,78,141); }
td.TdClassName
{
border-color: #BC4E8D;
}
.TagClassName
{
border-color: #BC4E8D;
}
</style>