Shades of Mulberry #BA5493
Tints of Mulberry #BA5493
RGB
CMYK
RGB Variations
Color information
#BA5493 (or 0xBA5493) is known color: Mulberry. HEX triplet: BA, 54 and 93. RGB value is (186,84,147). Sum of RGB (Red+Green+Blue) = 186+84+147=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 84 (33.20% from 255 or 20.14% from 417); Blue value is 147 (57.81% from 255 or 35.25% from 417); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5493 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5493 is #45AB6C. Grayscale: #797979. Windows color (decimal): -4565869 or 9655482. OLE color: 9655482.
HSL color Cylindrical-coordinate representation of color #BA5493: hue angle of 322.94º 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 #BA5493 is Cyan = 0, Magento = 0.55, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 84 | 147 | - |
| CMYK | 0 | 0.55 | 0.21 | 0.27 |
| HSL | 322.94º | 0.43% | 0.53% | - |
| HSV(B) | 322.94º | 0.55% | 0.73% | - |
| XYZ | 28.69 | 18.89 | 29.74 | - |
| YUV | 121.68 | 142.29 | 173.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 84 | 147 | 0 | 0.55 | 0.21 | 0.27 | 322.94 | 0.43 | 0.53 |
| Hex | BA | 54 | 93 | 0 | 37 | 15 | 1B | 143 | 2A | 35 |
| Octal | 272 | 124 | 223 | 0 | 67 | 25 | 33 | 503 | 52 | 65 |
| Binary | 10111010 | 1010100 | 10010011 | 0 | 110111 | 10101 | 11011 | 101000011 | 101010 | 110101 |
Color Harmonies of #BA5493
Complementary color
Monochromatic Colors of #BA5493
Black with #BA5493
Text Example
Text Example
White with #BA5493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5493; }
p { color: rgb(186,84,147); }
H1.HeaderClassName
{
color: #BA5493;
}
.AnyTagClassName
{
color: #BA5493;
}
</style>
background-color css
<style>
a { background-color: #BA5493; }
a { background-color: rgb(186,84,147); }
div.DivClassName
{
background-color: #BA5493;
}
.BgClassName
{
background-color: #BA5493;
}
</style>
border-color css
<style>
span { border-color: #BA5493; }
span { border-color: rgb(186,84,147); }
td.TdClassName
{
border-color: #BA5493;
}
.TagClassName
{
border-color: #BA5493;
}
</style>