Shades of Mulberry #BC5995
Tints of Mulberry #BC5995
RGB
CMYK
RGB Variations
Color information
#BC5995 (or 0xBC5995) is known color: Mulberry. HEX triplet: BC, 59 and 95. RGB value is (188,89,149). Sum of RGB (Red+Green+Blue) = 188+89+149=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 89 (35.16% from 255 or 20.89% from 426); Blue value is 149 (58.59% from 255 or 34.98% from 426); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5995 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5995 is #43A66A. Grayscale: #7D7D7D. Windows color (decimal): -4433515 or 9787836. OLE color: 9787836.
HSL color Cylindrical-coordinate representation of color #BC5995: hue angle of 323.64º 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 #BC5995 is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 89 | 149 | - |
| CMYK | 0 | 0.53 | 0.21 | 0.26 |
| HSL | 323.64º | 0.42% | 0.54% | - |
| HSV(B) | 323.64º | 0.53% | 0.74% | - |
| XYZ | 29.74 | 20.01 | 30.73 | - |
| YUV | 125.44 | 141.3 | 172.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 89 | 149 | 0 | 0.53 | 0.21 | 0.26 | 323.64 | 0.42 | 0.54 |
| Hex | BC | 59 | 95 | 0 | 35 | 15 | 1A | 144 | 2A | 36 |
| Octal | 274 | 131 | 225 | 0 | 65 | 25 | 32 | 504 | 52 | 66 |
| Binary | 10111100 | 1011001 | 10010101 | 0 | 110101 | 10101 | 11010 | 101000100 | 101010 | 110110 |
Color Harmonies of #BC5995
Complementary color
Monochromatic Colors of #BC5995
Black with #BC5995
Text Example
Text Example
White with #BC5995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5995; }
p { color: rgb(188,89,149); }
H1.HeaderClassName
{
color: #BC5995;
}
.AnyTagClassName
{
color: #BC5995;
}
</style>
background-color css
<style>
a { background-color: #BC5995; }
a { background-color: rgb(188,89,149); }
div.DivClassName
{
background-color: #BC5995;
}
.BgClassName
{
background-color: #BC5995;
}
</style>
border-color css
<style>
span { border-color: #BC5995; }
span { border-color: rgb(188,89,149); }
td.TdClassName
{
border-color: #BC5995;
}
.TagClassName
{
border-color: #BC5995;
}
</style>