Shades of Mulberry #BC5999
Tints of Mulberry #BC5999
RGB
CMYK
RGB Variations
Color information
#BC5999 (or 0xBC5999) is known color: Mulberry. HEX triplet: BC, 59 and 99. RGB value is (188,89,153). Sum of RGB (Red+Green+Blue) = 188+89+153=430 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.72% from 430); Green value is 89 (35.16% from 255 or 20.70% from 430); Blue value is 153 (60.16% from 255 or 35.58% from 430); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5999 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5999 is #43A666. Grayscale: #7D7D7D. Windows color (decimal): -4433511 or 10049980. OLE color: 10049980.
HSL color Cylindrical-coordinate representation of color #BC5999: hue angle of 321.21º degrees, saturation: 0.42, 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 #BC5999 is Cyan = 0, Magento = 0.53, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 89 | 153 | - |
| CMYK | 0 | 0.53 | 0.19 | 0.26 |
| HSL | 321.21º | 0.42% | 0.54% | - |
| HSV(B) | 321.21º | 0.53% | 0.74% | - |
| XYZ | 30.06 | 20.14 | 32.44 | - |
| YUV | 125.9 | 143.3 | 172.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 89 | 153 | 0 | 0.53 | 0.19 | 0.26 | 321.21 | 0.42 | 0.54 |
| Hex | BC | 59 | 99 | 0 | 35 | 13 | 1A | 141 | 2A | 36 |
| Octal | 274 | 131 | 231 | 0 | 65 | 23 | 32 | 501 | 52 | 66 |
| Binary | 10111100 | 1011001 | 10011001 | 0 | 110101 | 10011 | 11010 | 101000001 | 101010 | 110110 |
Color Harmonies of #BC5999
Complementary color
Monochromatic Colors of #BC5999
Black with #BC5999
Text Example
Text Example
White with #BC5999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5999; }
p { color: rgb(188,89,153); }
H1.HeaderClassName
{
color: #BC5999;
}
.AnyTagClassName
{
color: #BC5999;
}
</style>
background-color css
<style>
a { background-color: #BC5999; }
a { background-color: rgb(188,89,153); }
div.DivClassName
{
background-color: #BC5999;
}
.BgClassName
{
background-color: #BC5999;
}
</style>
border-color css
<style>
span { border-color: #BC5999; }
span { border-color: rgb(188,89,153); }
td.TdClassName
{
border-color: #BC5999;
}
.TagClassName
{
border-color: #BC5999;
}
</style>