Shades of Mulberry #BA40A0
Tints of Mulberry #BA40A0
RGB
CMYK
RGB Variations
Color information
#BA40A0 (or 0xBA40A0) is known color: Mulberry. HEX triplet: BA, 40 and A0. RGB value is (186,64,160). Sum of RGB (Red+Green+Blue) = 186+64+160=410 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.37% from 410); Green value is 64 (25.39% from 255 or 15.61% from 410); Blue value is 160 (62.89% from 255 or 39.02% from 410); Max value from RGB is 186 - color contains mainly: red. Hex color #BA40A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA40A0 is #45BF5F. Grayscale: #6F6F6F. Windows color (decimal): -4570976 or 10502330. OLE color: 10502330.
HSL color Cylindrical-coordinate representation of color #BA40A0: hue angle of 312.79º 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 #BA40A0 is Cyan = 0, Magento = 0.66, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 64 | 160 | - |
| CMYK | 0 | 0.66 | 0.14 | 0.27 |
| HSL | 312.79º | 0.49% | 0.49% | - |
| HSV(B) | 312.79º | 0.66% | 0.73% | - |
| XYZ | 28.43 | 16.64 | 34.97 | - |
| YUV | 111.42 | 155.42 | 181.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 64 | 160 | 0 | 0.66 | 0.14 | 0.27 | 312.79 | 0.49 | 0.49 |
| Hex | BA | 40 | A0 | 0 | 42 | E | 1B | 139 | 31 | 31 |
| Octal | 272 | 100 | 240 | 0 | 102 | 16 | 33 | 471 | 61 | 61 |
| Binary | 10111010 | 1000000 | 10100000 | 0 | 1000010 | 1110 | 11011 | 100111001 | 110001 | 110001 |
Color Harmonies of #BA40A0
Complementary color
Monochromatic Colors of #BA40A0
Black with #BA40A0
Text Example
Text Example
White with #BA40A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA40A0; }
p { color: rgb(186,64,160); }
H1.HeaderClassName
{
color: #BA40A0;
}
.AnyTagClassName
{
color: #BA40A0;
}
</style>
background-color css
<style>
a { background-color: #BA40A0; }
a { background-color: rgb(186,64,160); }
div.DivClassName
{
background-color: #BA40A0;
}
.BgClassName
{
background-color: #BA40A0;
}
</style>
border-color css
<style>
span { border-color: #BA40A0; }
span { border-color: rgb(186,64,160); }
td.TdClassName
{
border-color: #BA40A0;
}
.TagClassName
{
border-color: #BA40A0;
}
</style>