Shades of Mulberry #BC5899
Tints of Mulberry #BC5899
RGB
CMYK
RGB Variations
Color information
#BC5899 (or 0xBC5899) is known color: Mulberry. HEX triplet: BC, 58 and 99. RGB value is (188,88,153). Sum of RGB (Red+Green+Blue) = 188+88+153=429 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.82% from 429); Green value is 88 (34.77% from 255 or 20.51% from 429); Blue value is 153 (60.16% from 255 or 35.66% from 429); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5899 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5899 is #43A766. Grayscale: #7D7D7D. Windows color (decimal): -4433767 or 10049724. OLE color: 10049724.
HSL color Cylindrical-coordinate representation of color #BC5899: hue angle of 321º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BC5899 is Cyan = 0, Magento = 0.53, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 88 | 153 | - |
| CMYK | 0 | 0.53 | 0.19 | 0.26 |
| HSL | 321º | 0.43% | 0.54% | - |
| HSV(B) | 321º | 0.53% | 0.74% | - |
| XYZ | 29.98 | 19.97 | 32.41 | - |
| YUV | 125.31 | 143.63 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 88 | 153 | 0 | 0.53 | 0.19 | 0.26 | 321 | 0.43 | 0.54 |
| Hex | BC | 58 | 99 | 0 | 35 | 13 | 1A | 141 | 2B | 36 |
| Octal | 274 | 130 | 231 | 0 | 65 | 23 | 32 | 501 | 53 | 66 |
| Binary | 10111100 | 1011000 | 10011001 | 0 | 110101 | 10011 | 11010 | 101000001 | 101011 | 110110 |
Color Harmonies of #BC5899
Complementary color
Monochromatic Colors of #BC5899
Black with #BC5899
Text Example
Text Example
White with #BC5899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5899; }
p { color: rgb(188,88,153); }
H1.HeaderClassName
{
color: #BC5899;
}
.AnyTagClassName
{
color: #BC5899;
}
</style>
background-color css
<style>
a { background-color: #BC5899; }
a { background-color: rgb(188,88,153); }
div.DivClassName
{
background-color: #BC5899;
}
.BgClassName
{
background-color: #BC5899;
}
</style>
border-color css
<style>
span { border-color: #BC5899; }
span { border-color: rgb(188,88,153); }
td.TdClassName
{
border-color: #BC5899;
}
.TagClassName
{
border-color: #BC5899;
}
</style>