Shades of Mulberry #BC5690
Tints of Mulberry #BC5690
RGB
CMYK
RGB Variations
Color information
#BC5690 (or 0xBC5690) is known color: Mulberry. HEX triplet: BC, 56 and 90. RGB value is (188,86,144). Sum of RGB (Red+Green+Blue) = 188+86+144=418 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.98% from 418); Green value is 86 (33.98% from 255 or 20.57% from 418); Blue value is 144 (56.64% from 255 or 34.45% from 418); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5690 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5690 is #43A96F. Grayscale: #7A7A7A. Windows color (decimal): -4434288 or 9459388. OLE color: 9459388.
HSL color Cylindrical-coordinate representation of color #BC5690: hue angle of 325.88º 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 #BC5690 is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 86 | 144 | - |
| CMYK | 0 | 0.54 | 0.23 | 0.26 |
| HSL | 325.88º | 0.43% | 0.54% | - |
| HSV(B) | 325.88º | 0.54% | 0.74% | - |
| XYZ | 29.1 | 19.36 | 28.59 | - |
| YUV | 123.11 | 139.79 | 174.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 86 | 144 | 0 | 0.54 | 0.23 | 0.26 | 325.88 | 0.43 | 0.54 |
| Hex | BC | 56 | 90 | 0 | 36 | 17 | 1A | 146 | 2B | 36 |
| Octal | 274 | 126 | 220 | 0 | 66 | 27 | 32 | 506 | 53 | 66 |
| Binary | 10111100 | 1010110 | 10010000 | 0 | 110110 | 10111 | 11010 | 101000110 | 101011 | 110110 |
Color Harmonies of #BC5690
Complementary color
Monochromatic Colors of #BC5690
Black with #BC5690
Text Example
Text Example
White with #BC5690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5690; }
p { color: rgb(188,86,144); }
H1.HeaderClassName
{
color: #BC5690;
}
.AnyTagClassName
{
color: #BC5690;
}
</style>
background-color css
<style>
a { background-color: #BC5690; }
a { background-color: rgb(188,86,144); }
div.DivClassName
{
background-color: #BC5690;
}
.BgClassName
{
background-color: #BC5690;
}
</style>
border-color css
<style>
span { border-color: #BC5690; }
span { border-color: rgb(188,86,144); }
td.TdClassName
{
border-color: #BC5690;
}
.TagClassName
{
border-color: #BC5690;
}
</style>