Shades of Mulberry #BA43A1
Tints of Mulberry #BA43A1
RGB
CMYK
RGB Variations
Color information
#BA43A1 (or 0xBA43A1) is known color: Mulberry. HEX triplet: BA, 43 and A1. RGB value is (186,67,161). Sum of RGB (Red+Green+Blue) = 186+67+161=414 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.93% from 414); Green value is 67 (26.56% from 255 or 16.18% from 414); Blue value is 161 (63.28% from 255 or 38.89% from 414); Max value from RGB is 186 - color contains mainly: red. Hex color #BA43A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA43A1 is #45BC5E. Grayscale: #717171. Windows color (decimal): -4570207 or 10568634. OLE color: 10568634.
HSL color Cylindrical-coordinate representation of color #BA43A1: hue angle of 312.61º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BA43A1 is Cyan = 0, Magento = 0.64, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 67 | 161 | - |
| CMYK | 0 | 0.64 | 0.13 | 0.27 |
| HSL | 312.61º | 0.47% | 0.5% | - |
| HSV(B) | 312.61º | 0.64% | 0.73% | - |
| XYZ | 28.69 | 17.03 | 35.49 | - |
| YUV | 113.3 | 154.92 | 179.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 67 | 161 | 0 | 0.64 | 0.13 | 0.27 | 312.61 | 0.47 | 0.5 |
| Hex | BA | 43 | A1 | 0 | 40 | D | 1B | 139 | 2F | 32 |
| Octal | 272 | 103 | 241 | 0 | 100 | 15 | 33 | 471 | 57 | 62 |
| Binary | 10111010 | 1000011 | 10100001 | 0 | 1000000 | 1101 | 11011 | 100111001 | 101111 | 110010 |
Color Harmonies of #BA43A1
Complementary color
Monochromatic Colors of #BA43A1
Black with #BA43A1
Text Example
Text Example
White with #BA43A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA43A1; }
p { color: rgb(186,67,161); }
H1.HeaderClassName
{
color: #BA43A1;
}
.AnyTagClassName
{
color: #BA43A1;
}
</style>
background-color css
<style>
a { background-color: #BA43A1; }
a { background-color: rgb(186,67,161); }
div.DivClassName
{
background-color: #BA43A1;
}
.BgClassName
{
background-color: #BA43A1;
}
</style>
border-color css
<style>
span { border-color: #BA43A1; }
span { border-color: rgb(186,67,161); }
td.TdClassName
{
border-color: #BA43A1;
}
.TagClassName
{
border-color: #BA43A1;
}
</style>