Shades of Mulberry #BA40A1
Tints of Mulberry #BA40A1
RGB
CMYK
RGB Variations
Color information
#BA40A1 (or 0xBA40A1) is known color: Mulberry. HEX triplet: BA, 40 and A1. RGB value is (186,64,161). Sum of RGB (Red+Green+Blue) = 186+64+161=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 64 (25.39% from 255 or 15.57% from 411); Blue value is 161 (63.28% from 255 or 39.17% from 411); Max value from RGB is 186 - color contains mainly: red. Hex color #BA40A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA40A1 is #45BF5E. Grayscale: #6F6F6F. Windows color (decimal): -4570975 or 10567866. OLE color: 10567866.
HSL color Cylindrical-coordinate representation of color #BA40A1: hue angle of 312.3º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA40A1 is Cyan = 0, Magento = 0.66, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 64 | 161 | - |
| CMYK | 0 | 0.66 | 0.13 | 0.27 |
| HSL | 312.3º | 0.49% | 0.49% | - |
| HSV(B) | 312.3º | 0.66% | 0.73% | - |
| XYZ | 28.52 | 16.68 | 35.43 | - |
| YUV | 111.54 | 155.92 | 181.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 64 | 161 | 0 | 0.66 | 0.13 | 0.27 | 312.3 | 0.49 | 0.49 |
| Hex | BA | 40 | A1 | 0 | 42 | D | 1B | 138 | 31 | 31 |
| Octal | 272 | 100 | 241 | 0 | 102 | 15 | 33 | 470 | 61 | 61 |
| Binary | 10111010 | 1000000 | 10100001 | 0 | 1000010 | 1101 | 11011 | 100111000 | 110001 | 110001 |
Color Harmonies of #BA40A1
Complementary color
Monochromatic Colors of #BA40A1
Black with #BA40A1
Text Example
Text Example
White with #BA40A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA40A1; }
p { color: rgb(186,64,161); }
H1.HeaderClassName
{
color: #BA40A1;
}
.AnyTagClassName
{
color: #BA40A1;
}
</style>
background-color css
<style>
a { background-color: #BA40A1; }
a { background-color: rgb(186,64,161); }
div.DivClassName
{
background-color: #BA40A1;
}
.BgClassName
{
background-color: #BA40A1;
}
</style>
border-color css
<style>
span { border-color: #BA40A1; }
span { border-color: rgb(186,64,161); }
td.TdClassName
{
border-color: #BA40A1;
}
.TagClassName
{
border-color: #BA40A1;
}
</style>