Shades of Mulberry #BA47A1
Tints of Mulberry #BA47A1
RGB
CMYK
RGB Variations
Color information
#BA47A1 (or 0xBA47A1) is known color: Mulberry. HEX triplet: BA, 47 and A1. RGB value is (186,71,161). Sum of RGB (Red+Green+Blue) = 186+71+161=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 71 (28.12% from 255 or 16.99% from 418); Blue value is 161 (63.28% from 255 or 38.52% from 418); Max value from RGB is 186 - color contains mainly: red. Hex color #BA47A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA47A1 is #45B85E. Grayscale: #737373. Windows color (decimal): -4569183 or 10569658. OLE color: 10569658.
HSL color Cylindrical-coordinate representation of color #BA47A1: hue angle of 313.04º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA47A1 is Cyan = 0, Magento = 0.62, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 71 | 161 | - |
| CMYK | 0 | 0.62 | 0.13 | 0.27 |
| HSL | 313.04º | 0.45% | 0.5% | - |
| HSV(B) | 313.04º | 0.62% | 0.73% | - |
| XYZ | 28.94 | 17.52 | 35.57 | - |
| YUV | 115.65 | 153.6 | 178.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 71 | 161 | 0 | 0.62 | 0.13 | 0.27 | 313.04 | 0.45 | 0.5 |
| Hex | BA | 47 | A1 | 0 | 3E | D | 1B | 139 | 2D | 32 |
| Octal | 272 | 107 | 241 | 0 | 76 | 15 | 33 | 471 | 55 | 62 |
| Binary | 10111010 | 1000111 | 10100001 | 0 | 111110 | 1101 | 11011 | 100111001 | 101101 | 110010 |
Color Harmonies of #BA47A1
Complementary color
Monochromatic Colors of #BA47A1
Black with #BA47A1
Text Example
Text Example
White with #BA47A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA47A1; }
p { color: rgb(186,71,161); }
H1.HeaderClassName
{
color: #BA47A1;
}
.AnyTagClassName
{
color: #BA47A1;
}
</style>
background-color css
<style>
a { background-color: #BA47A1; }
a { background-color: rgb(186,71,161); }
div.DivClassName
{
background-color: #BA47A1;
}
.BgClassName
{
background-color: #BA47A1;
}
</style>
border-color css
<style>
span { border-color: #BA47A1; }
span { border-color: rgb(186,71,161); }
td.TdClassName
{
border-color: #BA47A1;
}
.TagClassName
{
border-color: #BA47A1;
}
</style>