Shades of Mulberry #BC59A2
Tints of Mulberry #BC59A2
RGB
CMYK
RGB Variations
Color information
#BC59A2 (or 0xBC59A2) is known color: Mulberry. HEX triplet: BC, 59 and A2. RGB value is (188,89,162). Sum of RGB (Red+Green+Blue) = 188+89+162=439 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.82% from 439); Green value is 89 (35.16% from 255 or 20.27% from 439); Blue value is 162 (63.67% from 255 or 36.90% from 439); Max value from RGB is 188 - color contains mainly: red. Hex color #BC59A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC59A2 is #43A65D. Grayscale: #7E7E7E. Windows color (decimal): -4433502 or 10639804. OLE color: 10639804.
HSL color Cylindrical-coordinate representation of color #BC59A2: hue angle of 315.76º 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 #BC59A2 is Cyan = 0, Magento = 0.53, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 89 | 162 | - |
| CMYK | 0 | 0.53 | 0.14 | 0.26 |
| HSL | 315.76º | 0.42% | 0.54% | - |
| HSV(B) | 315.76º | 0.53% | 0.74% | - |
| XYZ | 30.83 | 20.44 | 36.5 | - |
| YUV | 126.92 | 147.8 | 171.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 89 | 162 | 0 | 0.53 | 0.14 | 0.26 | 315.76 | 0.42 | 0.54 |
| Hex | BC | 59 | A2 | 0 | 35 | E | 1A | 13C | 2A | 36 |
| Octal | 274 | 131 | 242 | 0 | 65 | 16 | 32 | 474 | 52 | 66 |
| Binary | 10111100 | 1011001 | 10100010 | 0 | 110101 | 1110 | 11010 | 100111100 | 101010 | 110110 |
Color Harmonies of #BC59A2
Complementary color
Monochromatic Colors of #BC59A2
Black with #BC59A2
Text Example
Text Example
White with #BC59A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC59A2; }
p { color: rgb(188,89,162); }
H1.HeaderClassName
{
color: #BC59A2;
}
.AnyTagClassName
{
color: #BC59A2;
}
</style>
background-color css
<style>
a { background-color: #BC59A2; }
a { background-color: rgb(188,89,162); }
div.DivClassName
{
background-color: #BC59A2;
}
.BgClassName
{
background-color: #BC59A2;
}
</style>
border-color css
<style>
span { border-color: #BC59A2; }
span { border-color: rgb(188,89,162); }
td.TdClassName
{
border-color: #BC59A2;
}
.TagClassName
{
border-color: #BC59A2;
}
</style>