Shades of Mulberry #BC5590
Tints of Mulberry #BC5590
RGB
CMYK
RGB Variations
Color information
#BC5590 (or 0xBC5590) is known color: Mulberry. HEX triplet: BC, 55 and 90. RGB value is (188,85,144). Sum of RGB (Red+Green+Blue) = 188+85+144=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 85 (33.59% from 255 or 20.38% from 417); Blue value is 144 (56.64% from 255 or 34.53% from 417); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5590 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5590 is #43AA6F. Grayscale: #7A7A7A. Windows color (decimal): -4434544 or 9459132. OLE color: 9459132.
HSL color Cylindrical-coordinate representation of color #BC5590: hue angle of 325.63º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BC5590 is Cyan = 0, Magento = 0.55, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 85 | 144 | - |
| CMYK | 0 | 0.55 | 0.23 | 0.26 |
| HSL | 325.63º | 0.43% | 0.54% | - |
| HSV(B) | 325.63º | 0.55% | 0.74% | - |
| XYZ | 29.02 | 19.2 | 28.56 | - |
| YUV | 122.52 | 140.12 | 174.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 85 | 144 | 0 | 0.55 | 0.23 | 0.26 | 325.63 | 0.43 | 0.54 |
| Hex | BC | 55 | 90 | 0 | 37 | 17 | 1A | 146 | 2B | 36 |
| Octal | 274 | 125 | 220 | 0 | 67 | 27 | 32 | 506 | 53 | 66 |
| Binary | 10111100 | 1010101 | 10010000 | 0 | 110111 | 10111 | 11010 | 101000110 | 101011 | 110110 |
Color Harmonies of #BC5590
Complementary color
Monochromatic Colors of #BC5590
Black with #BC5590
Text Example
Text Example
White with #BC5590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5590; }
p { color: rgb(188,85,144); }
H1.HeaderClassName
{
color: #BC5590;
}
.AnyTagClassName
{
color: #BC5590;
}
</style>
background-color css
<style>
a { background-color: #BC5590; }
a { background-color: rgb(188,85,144); }
div.DivClassName
{
background-color: #BC5590;
}
.BgClassName
{
background-color: #BC5590;
}
</style>
border-color css
<style>
span { border-color: #BC5590; }
span { border-color: rgb(188,85,144); }
td.TdClassName
{
border-color: #BC5590;
}
.TagClassName
{
border-color: #BC5590;
}
</style>