Shades of Mulberry #BC57A0
Tints of Mulberry #BC57A0
RGB
CMYK
RGB Variations
Color information
#BC57A0 (or 0xBC57A0) is known color: Mulberry. HEX triplet: BC, 57 and A0. RGB value is (188,87,160). Sum of RGB (Red+Green+Blue) = 188+87+160=435 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.22% from 435); Green value is 87 (34.38% from 255 or 20% from 435); Blue value is 160 (62.89% from 255 or 36.78% from 435); Max value from RGB is 188 - color contains mainly: red. Hex color #BC57A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC57A0 is #43A85F. Grayscale: #7D7D7D. Windows color (decimal): -4434016 or 10508220. OLE color: 10508220.
HSL color Cylindrical-coordinate representation of color #BC57A0: hue angle of 316.63º 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 #BC57A0 is Cyan = 0, Magento = 0.54, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 87 | 160 | - |
| CMYK | 0 | 0.54 | 0.15 | 0.26 |
| HSL | 316.63º | 0.43% | 0.54% | - |
| HSV(B) | 316.63º | 0.54% | 0.74% | - |
| XYZ | 30.49 | 20.05 | 35.52 | - |
| YUV | 125.52 | 147.46 | 172.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 87 | 160 | 0 | 0.54 | 0.15 | 0.26 | 316.63 | 0.43 | 0.54 |
| Hex | BC | 57 | A0 | 0 | 36 | F | 1A | 13D | 2B | 36 |
| Octal | 274 | 127 | 240 | 0 | 66 | 17 | 32 | 475 | 53 | 66 |
| Binary | 10111100 | 1010111 | 10100000 | 0 | 110110 | 1111 | 11010 | 100111101 | 101011 | 110110 |
Color Harmonies of #BC57A0
Complementary color
Monochromatic Colors of #BC57A0
Black with #BC57A0
Text Example
Text Example
White with #BC57A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC57A0; }
p { color: rgb(188,87,160); }
H1.HeaderClassName
{
color: #BC57A0;
}
.AnyTagClassName
{
color: #BC57A0;
}
</style>
background-color css
<style>
a { background-color: #BC57A0; }
a { background-color: rgb(188,87,160); }
div.DivClassName
{
background-color: #BC57A0;
}
.BgClassName
{
background-color: #BC57A0;
}
</style>
border-color css
<style>
span { border-color: #BC57A0; }
span { border-color: rgb(188,87,160); }
td.TdClassName
{
border-color: #BC57A0;
}
.TagClassName
{
border-color: #BC57A0;
}
</style>