Shades of Mulberry #BA4E90
Tints of Mulberry #BA4E90
RGB
CMYK
RGB Variations
Color information
#BA4E90 (or 0xBA4E90) is known color: Mulberry. HEX triplet: BA, 4E and 90. RGB value is (186,78,144). Sum of RGB (Red+Green+Blue) = 186+78+144=408 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.59% from 408); Green value is 78 (30.86% from 255 or 19.12% from 408); Blue value is 144 (56.64% from 255 or 35.29% from 408); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4E90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA4E90 is #45B16F. Grayscale: #757575. Windows color (decimal): -4567408 or 9457338. OLE color: 9457338.
HSL color Cylindrical-coordinate representation of color #BA4E90: hue angle of 323.33º 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 #BA4E90 is Cyan = 0, Magento = 0.58, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 78 | 144 | - |
| CMYK | 0 | 0.58 | 0.23 | 0.27 |
| HSL | 323.33º | 0.44% | 0.52% | - |
| HSV(B) | 323.33º | 0.58% | 0.73% | - |
| XYZ | 28.01 | 17.9 | 28.36 | - |
| YUV | 117.82 | 142.78 | 176.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 78 | 144 | 0 | 0.58 | 0.23 | 0.27 | 323.33 | 0.44 | 0.52 |
| Hex | BA | 4E | 90 | 0 | 3A | 17 | 1B | 143 | 2C | 34 |
| Octal | 272 | 116 | 220 | 0 | 72 | 27 | 33 | 503 | 54 | 64 |
| Binary | 10111010 | 1001110 | 10010000 | 0 | 111010 | 10111 | 11011 | 101000011 | 101100 | 110100 |
Color Harmonies of #BA4E90
Complementary color
Monochromatic Colors of #BA4E90
Black with #BA4E90
Text Example
Text Example
White with #BA4E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4E90; }
p { color: rgb(186,78,144); }
H1.HeaderClassName
{
color: #BA4E90;
}
.AnyTagClassName
{
color: #BA4E90;
}
</style>
background-color css
<style>
a { background-color: #BA4E90; }
a { background-color: rgb(186,78,144); }
div.DivClassName
{
background-color: #BA4E90;
}
.BgClassName
{
background-color: #BA4E90;
}
</style>
border-color css
<style>
span { border-color: #BA4E90; }
span { border-color: rgb(186,78,144); }
td.TdClassName
{
border-color: #BA4E90;
}
.TagClassName
{
border-color: #BA4E90;
}
</style>