Shades of Mulberry #BC5992
Tints of Mulberry #BC5992
RGB
CMYK
RGB Variations
Color information
#BC5992 (or 0xBC5992) is known color: Mulberry. HEX triplet: BC, 59 and 92. RGB value is (188,89,146). Sum of RGB (Red+Green+Blue) = 188+89+146=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 89 (35.16% from 255 or 21.04% from 423); Blue value is 146 (57.42% from 255 or 34.52% from 423); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5992 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5992 is #43A66D. Grayscale: #7C7C7C. Windows color (decimal): -4433518 or 9591228. OLE color: 9591228.
HSL color Cylindrical-coordinate representation of color #BC5992: hue angle of 325.45º 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 #BC5992 is Cyan = 0, Magento = 0.53, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 89 | 146 | - |
| CMYK | 0 | 0.53 | 0.22 | 0.26 |
| HSL | 325.45º | 0.42% | 0.54% | - |
| HSV(B) | 325.45º | 0.53% | 0.74% | - |
| XYZ | 29.5 | 19.91 | 29.48 | - |
| YUV | 125.1 | 139.8 | 172.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 89 | 146 | 0 | 0.53 | 0.22 | 0.26 | 325.45 | 0.42 | 0.54 |
| Hex | BC | 59 | 92 | 0 | 35 | 16 | 1A | 145 | 2A | 36 |
| Octal | 274 | 131 | 222 | 0 | 65 | 26 | 32 | 505 | 52 | 66 |
| Binary | 10111100 | 1011001 | 10010010 | 0 | 110101 | 10110 | 11010 | 101000101 | 101010 | 110110 |
Color Harmonies of #BC5992
Complementary color
Monochromatic Colors of #BC5992
Black with #BC5992
Text Example
Text Example
White with #BC5992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5992; }
p { color: rgb(188,89,146); }
H1.HeaderClassName
{
color: #BC5992;
}
.AnyTagClassName
{
color: #BC5992;
}
</style>
background-color css
<style>
a { background-color: #BC5992; }
a { background-color: rgb(188,89,146); }
div.DivClassName
{
background-color: #BC5992;
}
.BgClassName
{
background-color: #BC5992;
}
</style>
border-color css
<style>
span { border-color: #BC5992; }
span { border-color: rgb(188,89,146); }
td.TdClassName
{
border-color: #BC5992;
}
.TagClassName
{
border-color: #BC5992;
}
</style>