Shades of Mulberry #BC5789
Tints of Mulberry #BC5789
RGB
CMYK
RGB Variations
Color information
#BC5789 (or 0xBC5789) is known color: Mulberry. HEX triplet: BC, 57 and 89. RGB value is (188,87,137). Sum of RGB (Red+Green+Blue) = 188+87+137=412 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.63% from 412); Green value is 87 (34.38% from 255 or 21.12% from 412); Blue value is 137 (53.91% from 255 or 33.25% from 412); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5789 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5789 is #43A876. Grayscale: #7A7A7A. Windows color (decimal): -4434039 or 9000892. OLE color: 9000892.
HSL color Cylindrical-coordinate representation of color #BC5789: hue angle of 330.3º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BC5789 is Cyan = 0, Magento = 0.54, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 87 | 137 | - |
| CMYK | 0 | 0.54 | 0.27 | 0.26 |
| HSL | 330.3º | 0.43% | 0.54% | - |
| HSV(B) | 330.3º | 0.54% | 0.74% | - |
| XYZ | 28.66 | 19.31 | 25.88 | - |
| YUV | 122.9 | 135.96 | 174.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 87 | 137 | 0 | 0.54 | 0.27 | 0.26 | 330.3 | 0.43 | 0.54 |
| Hex | BC | 57 | 89 | 0 | 36 | 1B | 1A | 14A | 2B | 36 |
| Octal | 274 | 127 | 211 | 0 | 66 | 33 | 32 | 512 | 53 | 66 |
| Binary | 10111100 | 1010111 | 10001001 | 0 | 110110 | 11011 | 11010 | 101001010 | 101011 | 110110 |
Color Harmonies of #BC5789
Complementary color
Monochromatic Colors of #BC5789
Black with #BC5789
Text Example
Text Example
White with #BC5789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5789; }
p { color: rgb(188,87,137); }
H1.HeaderClassName
{
color: #BC5789;
}
.AnyTagClassName
{
color: #BC5789;
}
</style>
background-color css
<style>
a { background-color: #BC5789; }
a { background-color: rgb(188,87,137); }
div.DivClassName
{
background-color: #BC5789;
}
.BgClassName
{
background-color: #BC5789;
}
</style>
border-color css
<style>
span { border-color: #BC5789; }
span { border-color: rgb(188,87,137); }
td.TdClassName
{
border-color: #BC5789;
}
.TagClassName
{
border-color: #BC5789;
}
</style>