Shades of Mulberry #BA5EA1
Tints of Mulberry #BA5EA1
RGB
CMYK
RGB Variations
Color information
#BA5EA1 (or 0xBA5EA1) is known color: Mulberry. HEX triplet: BA, 5E and A1. RGB value is (186,94,161). Sum of RGB (Red+Green+Blue) = 186+94+161=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 94 (37.11% from 255 or 21.32% from 441); Blue value is 161 (63.28% from 255 or 36.51% from 441); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5EA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5EA1 is #45A15E. Grayscale: #808080. Windows color (decimal): -4563295 or 10575546. OLE color: 10575546.
HSL color Cylindrical-coordinate representation of color #BA5EA1: hue angle of 316.3º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BA5EA1 is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 94 | 161 | - |
| CMYK | 0 | 0.49 | 0.13 | 0.27 |
| HSL | 316.3º | 0.4% | 0.55% | - |
| HSV(B) | 316.3º | 0.49% | 0.73% | - |
| XYZ | 30.69 | 21.02 | 36.16 | - |
| YUV | 129.15 | 145.98 | 168.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 94 | 161 | 0 | 0.49 | 0.13 | 0.27 | 316.3 | 0.4 | 0.55 |
| Hex | BA | 5E | A1 | 0 | 31 | D | 1B | 13C | 28 | 37 |
| Octal | 272 | 136 | 241 | 0 | 61 | 15 | 33 | 474 | 50 | 67 |
| Binary | 10111010 | 1011110 | 10100001 | 0 | 110001 | 1101 | 11011 | 100111100 | 101000 | 110111 |
Color Harmonies of #BA5EA1
Complementary color
Monochromatic Colors of #BA5EA1
Black with #BA5EA1
Text Example
Text Example
White with #BA5EA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5EA1; }
p { color: rgb(186,94,161); }
H1.HeaderClassName
{
color: #BA5EA1;
}
.AnyTagClassName
{
color: #BA5EA1;
}
</style>
background-color css
<style>
a { background-color: #BA5EA1; }
a { background-color: rgb(186,94,161); }
div.DivClassName
{
background-color: #BA5EA1;
}
.BgClassName
{
background-color: #BA5EA1;
}
</style>
border-color css
<style>
span { border-color: #BA5EA1; }
span { border-color: rgb(186,94,161); }
td.TdClassName
{
border-color: #BA5EA1;
}
.TagClassName
{
border-color: #BA5EA1;
}
</style>