Shades of Mulberry #BC4D8C
Tints of Mulberry #BC4D8C
RGB
CMYK
RGB Variations
Color information
#BC4D8C (or 0xBC4D8C) is known color: Mulberry. HEX triplet: BC, 4D and 8C. RGB value is (188,77,140). Sum of RGB (Red+Green+Blue) = 188+77+140=405 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.42% from 405); Green value is 77 (30.47% from 255 or 19.01% from 405); Blue value is 140 (55.08% from 255 or 34.57% from 405); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4D8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC4D8C is #43B273. Grayscale: #757575. Windows color (decimal): -4436596 or 9194940. OLE color: 9194940.
HSL color Cylindrical-coordinate representation of color #BC4D8C: hue angle of 325.95º 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 #BC4D8C is Cyan = 0, Magento = 0.59, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 77 | 140 | - |
| CMYK | 0 | 0.59 | 0.26 | 0.26 |
| HSL | 325.95º | 0.45% | 0.52% | - |
| HSV(B) | 325.95º | 0.59% | 0.74% | - |
| XYZ | 28.13 | 17.89 | 26.78 | - |
| YUV | 117.37 | 140.77 | 178.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 77 | 140 | 0 | 0.59 | 0.26 | 0.26 | 325.95 | 0.45 | 0.52 |
| Hex | BC | 4D | 8C | 0 | 3B | 1A | 1A | 146 | 2D | 34 |
| Octal | 274 | 115 | 214 | 0 | 73 | 32 | 32 | 506 | 55 | 64 |
| Binary | 10111100 | 1001101 | 10001100 | 0 | 111011 | 11010 | 11010 | 101000110 | 101101 | 110100 |
Color Harmonies of #BC4D8C
Complementary color
Monochromatic Colors of #BC4D8C
Black with #BC4D8C
Text Example
Text Example
White with #BC4D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4D8C; }
p { color: rgb(188,77,140); }
H1.HeaderClassName
{
color: #BC4D8C;
}
.AnyTagClassName
{
color: #BC4D8C;
}
</style>
background-color css
<style>
a { background-color: #BC4D8C; }
a { background-color: rgb(188,77,140); }
div.DivClassName
{
background-color: #BC4D8C;
}
.BgClassName
{
background-color: #BC4D8C;
}
</style>
border-color css
<style>
span { border-color: #BC4D8C; }
span { border-color: rgb(188,77,140); }
td.TdClassName
{
border-color: #BC4D8C;
}
.TagClassName
{
border-color: #BC4D8C;
}
</style>