Shades of Mulberry #BA5FA1
Tints of Mulberry #BA5FA1
RGB
CMYK
RGB Variations
Color information
#BA5FA1 (or 0xBA5FA1) is known color: Mulberry. HEX triplet: BA, 5F and A1. RGB value is (186,95,161). Sum of RGB (Red+Green+Blue) = 186+95+161=442 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.08% from 442); Green value is 95 (37.5% from 255 or 21.49% from 442); Blue value is 161 (63.28% from 255 or 36.43% from 442); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5FA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5FA1 is #45A05E. Grayscale: #818181. Windows color (decimal): -4563039 or 10575802. OLE color: 10575802.
HSL color Cylindrical-coordinate representation of color #BA5FA1: hue angle of 316.48º 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 #BA5FA1 is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 95 | 161 | - |
| CMYK | 0 | 0.49 | 0.13 | 0.27 |
| HSL | 316.48º | 0.4% | 0.55% | - |
| HSV(B) | 316.48º | 0.49% | 0.73% | - |
| XYZ | 30.77 | 21.2 | 36.19 | - |
| YUV | 129.73 | 145.65 | 168.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 95 | 161 | 0 | 0.49 | 0.13 | 0.27 | 316.48 | 0.4 | 0.55 |
| Hex | BA | 5F | A1 | 0 | 31 | D | 1B | 13C | 28 | 37 |
| Octal | 272 | 137 | 241 | 0 | 61 | 15 | 33 | 474 | 50 | 67 |
| Binary | 10111010 | 1011111 | 10100001 | 0 | 110001 | 1101 | 11011 | 100111100 | 101000 | 110111 |
Color Harmonies of #BA5FA1
Complementary color
Monochromatic Colors of #BA5FA1
Black with #BA5FA1
Text Example
Text Example
White with #BA5FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5FA1; }
p { color: rgb(186,95,161); }
H1.HeaderClassName
{
color: #BA5FA1;
}
.AnyTagClassName
{
color: #BA5FA1;
}
</style>
background-color css
<style>
a { background-color: #BA5FA1; }
a { background-color: rgb(186,95,161); }
div.DivClassName
{
background-color: #BA5FA1;
}
.BgClassName
{
background-color: #BA5FA1;
}
</style>
border-color css
<style>
span { border-color: #BA5FA1; }
span { border-color: rgb(186,95,161); }
td.TdClassName
{
border-color: #BA5FA1;
}
.TagClassName
{
border-color: #BA5FA1;
}
</style>