Shades of Mulberry #BA4FA1
Tints of Mulberry #BA4FA1
RGB
CMYK
RGB Variations
Color information
#BA4FA1 (or 0xBA4FA1) is known color: Mulberry. HEX triplet: BA, 4F and A1. RGB value is (186,79,161). Sum of RGB (Red+Green+Blue) = 186+79+161=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 79 (31.25% from 255 or 18.54% from 426); Blue value is 161 (63.28% from 255 or 37.79% from 426); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4FA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA4FA1 is #45B05E. Grayscale: #787878. Windows color (decimal): -4567135 or 10571706. OLE color: 10571706.
HSL color Cylindrical-coordinate representation of color #BA4FA1: hue angle of 314.02º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BA4FA1 is Cyan = 0, Magento = 0.58, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 79 | 161 | - |
| CMYK | 0 | 0.58 | 0.13 | 0.27 |
| HSL | 314.02º | 0.44% | 0.52% | - |
| HSV(B) | 314.02º | 0.58% | 0.73% | - |
| XYZ | 29.48 | 18.6 | 35.76 | - |
| YUV | 120.34 | 150.95 | 174.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 79 | 161 | 0 | 0.58 | 0.13 | 0.27 | 314.02 | 0.44 | 0.52 |
| Hex | BA | 4F | A1 | 0 | 3A | D | 1B | 13A | 2C | 34 |
| Octal | 272 | 117 | 241 | 0 | 72 | 15 | 33 | 472 | 54 | 64 |
| Binary | 10111010 | 1001111 | 10100001 | 0 | 111010 | 1101 | 11011 | 100111010 | 101100 | 110100 |
Color Harmonies of #BA4FA1
Complementary color
Monochromatic Colors of #BA4FA1
Black with #BA4FA1
Text Example
Text Example
White with #BA4FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4FA1; }
p { color: rgb(186,79,161); }
H1.HeaderClassName
{
color: #BA4FA1;
}
.AnyTagClassName
{
color: #BA4FA1;
}
</style>
background-color css
<style>
a { background-color: #BA4FA1; }
a { background-color: rgb(186,79,161); }
div.DivClassName
{
background-color: #BA4FA1;
}
.BgClassName
{
background-color: #BA4FA1;
}
</style>
border-color css
<style>
span { border-color: #BA4FA1; }
span { border-color: rgb(186,79,161); }
td.TdClassName
{
border-color: #BA4FA1;
}
.TagClassName
{
border-color: #BA4FA1;
}
</style>