Shades of Mulberry #BA5394
Tints of Mulberry #BA5394
RGB
CMYK
RGB Variations
Color information
#BA5394 (or 0xBA5394) is known color: Mulberry. HEX triplet: BA, 53 and 94. RGB value is (186,83,148). Sum of RGB (Red+Green+Blue) = 186+83+148=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 83 (32.81% from 255 or 19.90% from 417); Blue value is 148 (58.20% from 255 or 35.49% from 417); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5394 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5394 is #45AC6B. Grayscale: #797979. Windows color (decimal): -4566124 or 9720762. OLE color: 9720762.
HSL color Cylindrical-coordinate representation of color #BA5394: hue angle of 322.14º 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 #BA5394 is Cyan = 0, Magento = 0.55, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 83 | 148 | - |
| CMYK | 0 | 0.55 | 0.20 | 0.27 |
| HSL | 322.14º | 0.43% | 0.53% | - |
| HSV(B) | 322.14º | 0.55% | 0.73% | - |
| XYZ | 28.69 | 18.76 | 30.13 | - |
| YUV | 121.21 | 143.12 | 174.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 83 | 148 | 0 | 0.55 | 0.20 | 0.27 | 322.14 | 0.43 | 0.53 |
| Hex | BA | 53 | 94 | 0 | 37 | 14 | 1B | 142 | 2B | 35 |
| Octal | 272 | 123 | 224 | 0 | 67 | 24 | 33 | 502 | 53 | 65 |
| Binary | 10111010 | 1010011 | 10010100 | 0 | 110111 | 10100 | 11011 | 101000010 | 101011 | 110101 |
Color Harmonies of #BA5394
Complementary color
Monochromatic Colors of #BA5394
Black with #BA5394
Text Example
Text Example
White with #BA5394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5394; }
p { color: rgb(186,83,148); }
H1.HeaderClassName
{
color: #BA5394;
}
.AnyTagClassName
{
color: #BA5394;
}
</style>
background-color css
<style>
a { background-color: #BA5394; }
a { background-color: rgb(186,83,148); }
div.DivClassName
{
background-color: #BA5394;
}
.BgClassName
{
background-color: #BA5394;
}
</style>
border-color css
<style>
span { border-color: #BA5394; }
span { border-color: rgb(186,83,148); }
td.TdClassName
{
border-color: #BA5394;
}
.TagClassName
{
border-color: #BA5394;
}
</style>