Shades of Mulberry #BA48A1
Tints of Mulberry #BA48A1
RGB
CMYK
RGB Variations
Color information
#BA48A1 (or 0xBA48A1) is known color: Mulberry. HEX triplet: BA, 48 and A1. RGB value is (186,72,161). Sum of RGB (Red+Green+Blue) = 186+72+161=419 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.39% from 419); Green value is 72 (28.52% from 255 or 17.18% from 419); Blue value is 161 (63.28% from 255 or 38.42% from 419); Max value from RGB is 186 - color contains mainly: red. Hex color #BA48A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA48A1 is #45B75E. Grayscale: #737373. Windows color (decimal): -4568927 or 10569914. OLE color: 10569914.
HSL color Cylindrical-coordinate representation of color #BA48A1: hue angle of 313.16º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA48A1 is Cyan = 0, Magento = 0.61, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 72 | 161 | - |
| CMYK | 0 | 0.61 | 0.13 | 0.27 |
| HSL | 313.16º | 0.45% | 0.51% | - |
| HSV(B) | 313.16º | 0.61% | 0.73% | - |
| XYZ | 29 | 17.65 | 35.6 | - |
| YUV | 116.23 | 153.27 | 177.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 72 | 161 | 0 | 0.61 | 0.13 | 0.27 | 313.16 | 0.45 | 0.51 |
| Hex | BA | 48 | A1 | 0 | 3D | D | 1B | 139 | 2D | 33 |
| Octal | 272 | 110 | 241 | 0 | 75 | 15 | 33 | 471 | 55 | 63 |
| Binary | 10111010 | 1001000 | 10100001 | 0 | 111101 | 1101 | 11011 | 100111001 | 101101 | 110011 |
Color Harmonies of #BA48A1
Complementary color
Monochromatic Colors of #BA48A1
Black with #BA48A1
Text Example
Text Example
White with #BA48A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA48A1; }
p { color: rgb(186,72,161); }
H1.HeaderClassName
{
color: #BA48A1;
}
.AnyTagClassName
{
color: #BA48A1;
}
</style>
background-color css
<style>
a { background-color: #BA48A1; }
a { background-color: rgb(186,72,161); }
div.DivClassName
{
background-color: #BA48A1;
}
.BgClassName
{
background-color: #BA48A1;
}
</style>
border-color css
<style>
span { border-color: #BA48A1; }
span { border-color: rgb(186,72,161); }
td.TdClassName
{
border-color: #BA48A1;
}
.TagClassName
{
border-color: #BA48A1;
}
</style>