Shades of Mulberry #BC5790
Tints of Mulberry #BC5790
RGB
CMYK
RGB Variations
Color information
#BC5790 (or 0xBC5790) is known color: Mulberry. HEX triplet: BC, 57 and 90. RGB value is (188,87,144). Sum of RGB (Red+Green+Blue) = 188+87+144=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 87 (34.38% from 255 or 20.76% from 419); Blue value is 144 (56.64% from 255 or 34.37% from 419); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5790 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5790 is #43A86F. Grayscale: #7B7B7B. Windows color (decimal): -4434032 or 9459644. OLE color: 9459644.
HSL color Cylindrical-coordinate representation of color #BC5790: hue angle of 326.14º 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 #BC5790 is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 87 | 144 | - |
| CMYK | 0 | 0.54 | 0.23 | 0.26 |
| HSL | 326.14º | 0.43% | 0.54% | - |
| HSV(B) | 326.14º | 0.54% | 0.74% | - |
| XYZ | 29.18 | 19.52 | 28.62 | - |
| YUV | 123.7 | 139.46 | 173.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 87 | 144 | 0 | 0.54 | 0.23 | 0.26 | 326.14 | 0.43 | 0.54 |
| Hex | BC | 57 | 90 | 0 | 36 | 17 | 1A | 146 | 2B | 36 |
| Octal | 274 | 127 | 220 | 0 | 66 | 27 | 32 | 506 | 53 | 66 |
| Binary | 10111100 | 1010111 | 10010000 | 0 | 110110 | 10111 | 11010 | 101000110 | 101011 | 110110 |
Color Harmonies of #BC5790
Complementary color
Monochromatic Colors of #BC5790
Black with #BC5790
Text Example
Text Example
White with #BC5790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5790; }
p { color: rgb(188,87,144); }
H1.HeaderClassName
{
color: #BC5790;
}
.AnyTagClassName
{
color: #BC5790;
}
</style>
background-color css
<style>
a { background-color: #BC5790; }
a { background-color: rgb(188,87,144); }
div.DivClassName
{
background-color: #BC5790;
}
.BgClassName
{
background-color: #BC5790;
}
</style>
border-color css
<style>
span { border-color: #BC5790; }
span { border-color: rgb(188,87,144); }
td.TdClassName
{
border-color: #BC5790;
}
.TagClassName
{
border-color: #BC5790;
}
</style>