Shades of Mulberry #BA5490
Tints of Mulberry #BA5490
RGB
CMYK
RGB Variations
Color information
#BA5490 (or 0xBA5490) is known color: Mulberry. HEX triplet: BA, 54 and 90. RGB value is (186,84,144). Sum of RGB (Red+Green+Blue) = 186+84+144=414 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.93% from 414); Green value is 84 (33.20% from 255 or 20.29% from 414); Blue value is 144 (56.64% from 255 or 34.78% from 414); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5490 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5490 is #45AB6F. Grayscale: #797979. Windows color (decimal): -4565872 or 9458874. OLE color: 9458874.
HSL color Cylindrical-coordinate representation of color #BA5490: hue angle of 324.71º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BA5490 is Cyan = 0, Magento = 0.55, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 84 | 144 | - |
| CMYK | 0 | 0.55 | 0.23 | 0.27 |
| HSL | 324.71º | 0.43% | 0.53% | - |
| HSV(B) | 324.71º | 0.55% | 0.73% | - |
| XYZ | 28.45 | 18.79 | 28.51 | - |
| YUV | 121.34 | 140.79 | 174.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 84 | 144 | 0 | 0.55 | 0.23 | 0.27 | 324.71 | 0.43 | 0.53 |
| Hex | BA | 54 | 90 | 0 | 37 | 17 | 1B | 145 | 2A | 35 |
| Octal | 272 | 124 | 220 | 0 | 67 | 27 | 33 | 505 | 52 | 65 |
| Binary | 10111010 | 1010100 | 10010000 | 0 | 110111 | 10111 | 11011 | 101000101 | 101010 | 110101 |
Color Harmonies of #BA5490
Complementary color
Monochromatic Colors of #BA5490
Black with #BA5490
Text Example
Text Example
White with #BA5490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5490; }
p { color: rgb(186,84,144); }
H1.HeaderClassName
{
color: #BA5490;
}
.AnyTagClassName
{
color: #BA5490;
}
</style>
background-color css
<style>
a { background-color: #BA5490; }
a { background-color: rgb(186,84,144); }
div.DivClassName
{
background-color: #BA5490;
}
.BgClassName
{
background-color: #BA5490;
}
</style>
border-color css
<style>
span { border-color: #BA5490; }
span { border-color: rgb(186,84,144); }
td.TdClassName
{
border-color: #BA5490;
}
.TagClassName
{
border-color: #BA5490;
}
</style>