Shades of Mulberry #BA5398
Tints of Mulberry #BA5398
RGB
CMYK
RGB Variations
Color information
#BA5398 (or 0xBA5398) is known color: Mulberry. HEX triplet: BA, 53 and 98. RGB value is (186,83,152). Sum of RGB (Red+Green+Blue) = 186+83+152=421 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.18% from 421); Green value is 83 (32.81% from 255 or 19.71% from 421); Blue value is 152 (59.77% from 255 or 36.10% from 421); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5398 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5398 is #45AC67. Grayscale: #797979. Windows color (decimal): -4566120 or 9982906. OLE color: 9982906.
HSL color Cylindrical-coordinate representation of color #BA5398: hue angle of 319.81º 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 #BA5398 is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 83 | 152 | - |
| CMYK | 0 | 0.55 | 0.18 | 0.27 |
| HSL | 319.81º | 0.43% | 0.53% | - |
| HSV(B) | 319.81º | 0.55% | 0.73% | - |
| XYZ | 29.01 | 18.89 | 31.82 | - |
| YUV | 121.66 | 145.12 | 173.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 83 | 152 | 0 | 0.55 | 0.18 | 0.27 | 319.81 | 0.43 | 0.53 |
| Hex | BA | 53 | 98 | 0 | 37 | 12 | 1B | 140 | 2B | 35 |
| Octal | 272 | 123 | 230 | 0 | 67 | 22 | 33 | 500 | 53 | 65 |
| Binary | 10111010 | 1010011 | 10011000 | 0 | 110111 | 10010 | 11011 | 101000000 | 101011 | 110101 |
Color Harmonies of #BA5398
Complementary color
Monochromatic Colors of #BA5398
Black with #BA5398
Text Example
Text Example
White with #BA5398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5398; }
p { color: rgb(186,83,152); }
H1.HeaderClassName
{
color: #BA5398;
}
.AnyTagClassName
{
color: #BA5398;
}
</style>
background-color css
<style>
a { background-color: #BA5398; }
a { background-color: rgb(186,83,152); }
div.DivClassName
{
background-color: #BA5398;
}
.BgClassName
{
background-color: #BA5398;
}
</style>
border-color css
<style>
span { border-color: #BA5398; }
span { border-color: rgb(186,83,152); }
td.TdClassName
{
border-color: #BA5398;
}
.TagClassName
{
border-color: #BA5398;
}
</style>