Shades of Mulberry #BA5397
Tints of Mulberry #BA5397
RGB
CMYK
RGB Variations
Color information
#BA5397 (or 0xBA5397) is known color: Mulberry. HEX triplet: BA, 53 and 97. RGB value is (186,83,151). Sum of RGB (Red+Green+Blue) = 186+83+151=420 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.29% from 420); Green value is 83 (32.81% from 255 or 19.76% from 420); Blue value is 151 (59.38% from 255 or 35.95% from 420); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5397 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5397 is #45AC68. Grayscale: #797979. Windows color (decimal): -4566121 or 9917370. OLE color: 9917370.
HSL color Cylindrical-coordinate representation of color #BA5397: hue angle of 320.39º 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 #BA5397 is Cyan = 0, Magento = 0.55, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 83 | 151 | - |
| CMYK | 0 | 0.55 | 0.19 | 0.27 |
| HSL | 320.39º | 0.43% | 0.53% | - |
| HSV(B) | 320.39º | 0.55% | 0.73% | - |
| XYZ | 28.93 | 18.86 | 31.39 | - |
| YUV | 121.55 | 144.62 | 173.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 83 | 151 | 0 | 0.55 | 0.19 | 0.27 | 320.39 | 0.43 | 0.53 |
| Hex | BA | 53 | 97 | 0 | 37 | 13 | 1B | 140 | 2B | 35 |
| Octal | 272 | 123 | 227 | 0 | 67 | 23 | 33 | 500 | 53 | 65 |
| Binary | 10111010 | 1010011 | 10010111 | 0 | 110111 | 10011 | 11011 | 101000000 | 101011 | 110101 |
Color Harmonies of #BA5397
Complementary color
Monochromatic Colors of #BA5397
Black with #BA5397
Text Example
Text Example
White with #BA5397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5397; }
p { color: rgb(186,83,151); }
H1.HeaderClassName
{
color: #BA5397;
}
.AnyTagClassName
{
color: #BA5397;
}
</style>
background-color css
<style>
a { background-color: #BA5397; }
a { background-color: rgb(186,83,151); }
div.DivClassName
{
background-color: #BA5397;
}
.BgClassName
{
background-color: #BA5397;
}
</style>
border-color css
<style>
span { border-color: #BA5397; }
span { border-color: rgb(186,83,151); }
td.TdClassName
{
border-color: #BA5397;
}
.TagClassName
{
border-color: #BA5397;
}
</style>