Shades of Mulberry #BA47A3
Tints of Mulberry #BA47A3
RGB
CMYK
RGB Variations
Color information
#BA47A3 (or 0xBA47A3) is known color: Mulberry. HEX triplet: BA, 47 and A3. RGB value is (186,71,163). Sum of RGB (Red+Green+Blue) = 186+71+163=420 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.29% from 420); Green value is 71 (28.12% from 255 or 16.90% from 420); Blue value is 163 (64.06% from 255 or 38.81% from 420); Max value from RGB is 186 - color contains mainly: red. Hex color #BA47A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA47A3 is #45B85C. Grayscale: #737373. Windows color (decimal): -4569181 or 10700730. OLE color: 10700730.
HSL color Cylindrical-coordinate representation of color #BA47A3: hue angle of 312º 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 #BA47A3 is Cyan = 0, Magento = 0.62, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 71 | 163 | - |
| CMYK | 0 | 0.62 | 0.12 | 0.27 |
| HSL | 312º | 0.45% | 0.5% | - |
| HSV(B) | 312º | 0.62% | 0.73% | - |
| XYZ | 29.11 | 17.59 | 36.51 | - |
| YUV | 115.87 | 154.6 | 178.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 71 | 163 | 0 | 0.62 | 0.12 | 0.27 | 312 | 0.45 | 0.5 |
| Hex | BA | 47 | A3 | 0 | 3E | C | 1B | 138 | 2D | 32 |
| Octal | 272 | 107 | 243 | 0 | 76 | 14 | 33 | 470 | 55 | 62 |
| Binary | 10111010 | 1000111 | 10100011 | 0 | 111110 | 1100 | 11011 | 100111000 | 101101 | 110010 |
Color Harmonies of #BA47A3
Complementary color
Monochromatic Colors of #BA47A3
Black with #BA47A3
Text Example
Text Example
White with #BA47A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA47A3; }
p { color: rgb(186,71,163); }
H1.HeaderClassName
{
color: #BA47A3;
}
.AnyTagClassName
{
color: #BA47A3;
}
</style>
background-color css
<style>
a { background-color: #BA47A3; }
a { background-color: rgb(186,71,163); }
div.DivClassName
{
background-color: #BA47A3;
}
.BgClassName
{
background-color: #BA47A3;
}
</style>
border-color css
<style>
span { border-color: #BA47A3; }
span { border-color: rgb(186,71,163); }
td.TdClassName
{
border-color: #BA47A3;
}
.TagClassName
{
border-color: #BA47A3;
}
</style>