Shades of Mulberry #BC5982
Tints of Mulberry #BC5982
RGB
CMYK
RGB Variations
Color information
#BC5982 (or 0xBC5982) is known color: Mulberry. HEX triplet: BC, 59 and 82. RGB value is (188,89,130). Sum of RGB (Red+Green+Blue) = 188+89+130=407 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.19% from 407); Green value is 89 (35.16% from 255 or 21.87% from 407); Blue value is 130 (51.17% from 255 or 31.94% from 407); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5982 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5982 is #43A67D. Grayscale: #7B7B7B. Windows color (decimal): -4433534 or 8542652. OLE color: 8542652.
HSL color Cylindrical-coordinate representation of color #BC5982: hue angle of 335.15º 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 #BC5982 is Cyan = 0, Magento = 0.53, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 89 | 130 | - |
| CMYK | 0 | 0.53 | 0.31 | 0.26 |
| HSL | 335.15º | 0.42% | 0.54% | - |
| HSV(B) | 335.15º | 0.53% | 0.74% | - |
| XYZ | 28.34 | 19.45 | 23.38 | - |
| YUV | 123.28 | 131.8 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 89 | 130 | 0 | 0.53 | 0.31 | 0.26 | 335.15 | 0.42 | 0.54 |
| Hex | BC | 59 | 82 | 0 | 35 | 1F | 1A | 14F | 2A | 36 |
| Octal | 274 | 131 | 202 | 0 | 65 | 37 | 32 | 517 | 52 | 66 |
| Binary | 10111100 | 1011001 | 10000010 | 0 | 110101 | 11111 | 11010 | 101001111 | 101010 | 110110 |
Color Harmonies of #BC5982
Complementary color
Monochromatic Colors of #BC5982
Black with #BC5982
Text Example
Text Example
White with #BC5982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5982; }
p { color: rgb(188,89,130); }
H1.HeaderClassName
{
color: #BC5982;
}
.AnyTagClassName
{
color: #BC5982;
}
</style>
background-color css
<style>
a { background-color: #BC5982; }
a { background-color: rgb(188,89,130); }
div.DivClassName
{
background-color: #BC5982;
}
.BgClassName
{
background-color: #BC5982;
}
</style>
border-color css
<style>
span { border-color: #BC5982; }
span { border-color: rgb(188,89,130); }
td.TdClassName
{
border-color: #BC5982;
}
.TagClassName
{
border-color: #BC5982;
}
</style>