Shades of Mulberry #BC578C
Tints of Mulberry #BC578C
RGB
CMYK
RGB Variations
Color information
#BC578C (or 0xBC578C) is known color: Mulberry. HEX triplet: BC, 57 and 8C. RGB value is (188,87,140). Sum of RGB (Red+Green+Blue) = 188+87+140=415 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.30% from 415); Green value is 87 (34.38% from 255 or 20.96% from 415); Blue value is 140 (55.08% from 255 or 33.73% from 415); Max value from RGB is 188 - color contains mainly: red. Hex color #BC578C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC578C is #43A873. Grayscale: #7B7B7B. Windows color (decimal): -4434036 or 9197500. OLE color: 9197500.
HSL color Cylindrical-coordinate representation of color #BC578C: hue angle of 328.51º 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 #BC578C is Cyan = 0, Magento = 0.54, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 87 | 140 | - |
| CMYK | 0 | 0.54 | 0.26 | 0.26 |
| HSL | 328.51º | 0.43% | 0.54% | - |
| HSV(B) | 328.51º | 0.54% | 0.74% | - |
| XYZ | 28.88 | 19.4 | 27.03 | - |
| YUV | 123.24 | 137.46 | 174.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 87 | 140 | 0 | 0.54 | 0.26 | 0.26 | 328.51 | 0.43 | 0.54 |
| Hex | BC | 57 | 8C | 0 | 36 | 1A | 1A | 149 | 2B | 36 |
| Octal | 274 | 127 | 214 | 0 | 66 | 32 | 32 | 511 | 53 | 66 |
| Binary | 10111100 | 1010111 | 10001100 | 0 | 110110 | 11010 | 11010 | 101001001 | 101011 | 110110 |
Color Harmonies of #BC578C
Complementary color
Monochromatic Colors of #BC578C
Black with #BC578C
Text Example
Text Example
White with #BC578C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC578C; }
p { color: rgb(188,87,140); }
H1.HeaderClassName
{
color: #BC578C;
}
.AnyTagClassName
{
color: #BC578C;
}
</style>
background-color css
<style>
a { background-color: #BC578C; }
a { background-color: rgb(188,87,140); }
div.DivClassName
{
background-color: #BC578C;
}
.BgClassName
{
background-color: #BC578C;
}
</style>
border-color css
<style>
span { border-color: #BC578C; }
span { border-color: rgb(188,87,140); }
td.TdClassName
{
border-color: #BC578C;
}
.TagClassName
{
border-color: #BC578C;
}
</style>