Shades of Mulberry #BA4E95
Tints of Mulberry #BA4E95
RGB
CMYK
RGB Variations
Color information
#BA4E95 (or 0xBA4E95) is known color: Mulberry. HEX triplet: BA, 4E and 95. RGB value is (186,78,149). Sum of RGB (Red+Green+Blue) = 186+78+149=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 78 (30.86% from 255 or 18.89% from 413); Blue value is 149 (58.59% from 255 or 36.08% from 413); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4E95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA4E95 is #45B16A. Grayscale: #767676. Windows color (decimal): -4567403 or 9785018. OLE color: 9785018.
HSL color Cylindrical-coordinate representation of color #BA4E95: hue angle of 320.56º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BA4E95 is Cyan = 0, Magento = 0.58, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 78 | 149 | - |
| CMYK | 0 | 0.58 | 0.20 | 0.27 |
| HSL | 320.56º | 0.44% | 0.52% | - |
| HSV(B) | 320.56º | 0.58% | 0.73% | - |
| XYZ | 28.4 | 18.06 | 30.42 | - |
| YUV | 118.39 | 145.28 | 176.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 78 | 149 | 0 | 0.58 | 0.20 | 0.27 | 320.56 | 0.44 | 0.52 |
| Hex | BA | 4E | 95 | 0 | 3A | 14 | 1B | 141 | 2C | 34 |
| Octal | 272 | 116 | 225 | 0 | 72 | 24 | 33 | 501 | 54 | 64 |
| Binary | 10111010 | 1001110 | 10010101 | 0 | 111010 | 10100 | 11011 | 101000001 | 101100 | 110100 |
Color Harmonies of #BA4E95
Complementary color
Monochromatic Colors of #BA4E95
Black with #BA4E95
Text Example
Text Example
White with #BA4E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4E95; }
p { color: rgb(186,78,149); }
H1.HeaderClassName
{
color: #BA4E95;
}
.AnyTagClassName
{
color: #BA4E95;
}
</style>
background-color css
<style>
a { background-color: #BA4E95; }
a { background-color: rgb(186,78,149); }
div.DivClassName
{
background-color: #BA4E95;
}
.BgClassName
{
background-color: #BA4E95;
}
</style>
border-color css
<style>
span { border-color: #BA4E95; }
span { border-color: rgb(186,78,149); }
td.TdClassName
{
border-color: #BA4E95;
}
.TagClassName
{
border-color: #BA4E95;
}
</style>