Shades of Mulberry #BC5689
Tints of Mulberry #BC5689
RGB
CMYK
RGB Variations
Color information
#BC5689 (or 0xBC5689) is known color: Mulberry. HEX triplet: BC, 56 and 89. RGB value is (188,86,137). Sum of RGB (Red+Green+Blue) = 188+86+137=411 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.74% from 411); Green value is 86 (33.98% from 255 or 20.92% from 411); Blue value is 137 (53.91% from 255 or 33.33% from 411); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5689 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5689 is #43A976. Grayscale: #7A7A7A. Windows color (decimal): -4434295 or 9000636. OLE color: 9000636.
HSL color Cylindrical-coordinate representation of color #BC5689: hue angle of 330º 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 #BC5689 is Cyan = 0, Magento = 0.54, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 86 | 137 | - |
| CMYK | 0 | 0.54 | 0.27 | 0.26 |
| HSL | 330º | 0.43% | 0.54% | - |
| HSV(B) | 330º | 0.54% | 0.74% | - |
| XYZ | 28.58 | 19.15 | 25.86 | - |
| YUV | 122.31 | 136.29 | 174.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 86 | 137 | 0 | 0.54 | 0.27 | 0.26 | 330 | 0.43 | 0.54 |
| Hex | BC | 56 | 89 | 0 | 36 | 1B | 1A | 14A | 2B | 36 |
| Octal | 274 | 126 | 211 | 0 | 66 | 33 | 32 | 512 | 53 | 66 |
| Binary | 10111100 | 1010110 | 10001001 | 0 | 110110 | 11011 | 11010 | 101001010 | 101011 | 110110 |
Color Harmonies of #BC5689
Complementary color
Monochromatic Colors of #BC5689
Black with #BC5689
Text Example
Text Example
White with #BC5689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5689; }
p { color: rgb(188,86,137); }
H1.HeaderClassName
{
color: #BC5689;
}
.AnyTagClassName
{
color: #BC5689;
}
</style>
background-color css
<style>
a { background-color: #BC5689; }
a { background-color: rgb(188,86,137); }
div.DivClassName
{
background-color: #BC5689;
}
.BgClassName
{
background-color: #BC5689;
}
</style>
border-color css
<style>
span { border-color: #BC5689; }
span { border-color: rgb(188,86,137); }
td.TdClassName
{
border-color: #BC5689;
}
.TagClassName
{
border-color: #BC5689;
}
</style>