Shades of Mulberry #BA5193
Tints of Mulberry #BA5193
RGB
CMYK
RGB Variations
Color information
#BA5193 (or 0xBA5193) is known color: Mulberry. HEX triplet: BA, 51 and 93. RGB value is (186,81,147). Sum of RGB (Red+Green+Blue) = 186+81+147=414 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.93% from 414); Green value is 81 (32.03% from 255 or 19.57% from 414); Blue value is 147 (57.81% from 255 or 35.51% from 414); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5193 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5193 is #45AE6C. Grayscale: #777777. Windows color (decimal): -4566637 or 9654714. OLE color: 9654714.
HSL color Cylindrical-coordinate representation of color #BA5193: hue angle of 322.29º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA5193 is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 81 | 147 | - |
| CMYK | 0 | 0.56 | 0.21 | 0.27 |
| HSL | 322.29º | 0.43% | 0.52% | - |
| HSV(B) | 322.29º | 0.56% | 0.73% | - |
| XYZ | 28.46 | 18.43 | 29.66 | - |
| YUV | 119.92 | 143.29 | 175.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 81 | 147 | 0 | 0.56 | 0.21 | 0.27 | 322.29 | 0.43 | 0.52 |
| Hex | BA | 51 | 93 | 0 | 38 | 15 | 1B | 142 | 2B | 34 |
| Octal | 272 | 121 | 223 | 0 | 70 | 25 | 33 | 502 | 53 | 64 |
| Binary | 10111010 | 1010001 | 10010011 | 0 | 111000 | 10101 | 11011 | 101000010 | 101011 | 110100 |
Color Harmonies of #BA5193
Complementary color
Monochromatic Colors of #BA5193
Black with #BA5193
Text Example
Text Example
White with #BA5193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5193; }
p { color: rgb(186,81,147); }
H1.HeaderClassName
{
color: #BA5193;
}
.AnyTagClassName
{
color: #BA5193;
}
</style>
background-color css
<style>
a { background-color: #BA5193; }
a { background-color: rgb(186,81,147); }
div.DivClassName
{
background-color: #BA5193;
}
.BgClassName
{
background-color: #BA5193;
}
</style>
border-color css
<style>
span { border-color: #BA5193; }
span { border-color: rgb(186,81,147); }
td.TdClassName
{
border-color: #BA5193;
}
.TagClassName
{
border-color: #BA5193;
}
</style>