Shades of Mulberry #BA40A2
Tints of Mulberry #BA40A2
RGB
CMYK
RGB Variations
Color information
#BA40A2 (or 0xBA40A2) is known color: Mulberry. HEX triplet: BA, 40 and A2. RGB value is (186,64,162). Sum of RGB (Red+Green+Blue) = 186+64+162=412 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.15% from 412); Green value is 64 (25.39% from 255 or 15.53% from 412); Blue value is 162 (63.67% from 255 or 39.32% from 412); Max value from RGB is 186 - color contains mainly: red. Hex color #BA40A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA40A2 is #45BF5D. Grayscale: #6F6F6F. Windows color (decimal): -4570974 or 10633402. OLE color: 10633402.
HSL color Cylindrical-coordinate representation of color #BA40A2: hue angle of 311.8º 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 #BA40A2 is Cyan = 0, Magento = 0.66, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 64 | 162 | - |
| CMYK | 0 | 0.66 | 0.13 | 0.27 |
| HSL | 311.8º | 0.49% | 0.49% | - |
| HSV(B) | 311.8º | 0.66% | 0.73% | - |
| XYZ | 28.6 | 16.71 | 35.9 | - |
| YUV | 111.65 | 156.42 | 181.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 64 | 162 | 0 | 0.66 | 0.13 | 0.27 | 311.8 | 0.49 | 0.49 |
| Hex | BA | 40 | A2 | 0 | 42 | D | 1B | 138 | 31 | 31 |
| Octal | 272 | 100 | 242 | 0 | 102 | 15 | 33 | 470 | 61 | 61 |
| Binary | 10111010 | 1000000 | 10100010 | 0 | 1000010 | 1101 | 11011 | 100111000 | 110001 | 110001 |
Color Harmonies of #BA40A2
Complementary color
Monochromatic Colors of #BA40A2
Black with #BA40A2
Text Example
Text Example
White with #BA40A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA40A2; }
p { color: rgb(186,64,162); }
H1.HeaderClassName
{
color: #BA40A2;
}
.AnyTagClassName
{
color: #BA40A2;
}
</style>
background-color css
<style>
a { background-color: #BA40A2; }
a { background-color: rgb(186,64,162); }
div.DivClassName
{
background-color: #BA40A2;
}
.BgClassName
{
background-color: #BA40A2;
}
</style>
border-color css
<style>
span { border-color: #BA40A2; }
span { border-color: rgb(186,64,162); }
td.TdClassName
{
border-color: #BA40A2;
}
.TagClassName
{
border-color: #BA40A2;
}
</style>