Shades of Mulberry #BA5BA2
Tints of Mulberry #BA5BA2
RGB
CMYK
RGB Variations
Color information
#BA5BA2 (or 0xBA5BA2) is known color: Mulberry. HEX triplet: BA, 5B and A2. RGB value is (186,91,162). Sum of RGB (Red+Green+Blue) = 186+91+162=439 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.37% from 439); Green value is 91 (35.94% from 255 or 20.73% from 439); Blue value is 162 (63.67% from 255 or 36.90% from 439); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5BA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5BA2 is #45A45D. Grayscale: #7F7F7F. Windows color (decimal): -4564062 or 10640314. OLE color: 10640314.
HSL color Cylindrical-coordinate representation of color #BA5BA2: hue angle of 315.16º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA5BA2 is Cyan = 0, Magento = 0.51, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 91 | 162 | - |
| CMYK | 0 | 0.51 | 0.13 | 0.27 |
| HSL | 315.16º | 0.41% | 0.54% | - |
| HSV(B) | 315.16º | 0.51% | 0.73% | - |
| XYZ | 30.51 | 20.53 | 36.54 | - |
| YUV | 127.5 | 147.47 | 169.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 91 | 162 | 0 | 0.51 | 0.13 | 0.27 | 315.16 | 0.41 | 0.54 |
| Hex | BA | 5B | A2 | 0 | 33 | D | 1B | 13B | 29 | 36 |
| Octal | 272 | 133 | 242 | 0 | 63 | 15 | 33 | 473 | 51 | 66 |
| Binary | 10111010 | 1011011 | 10100010 | 0 | 110011 | 1101 | 11011 | 100111011 | 101001 | 110110 |
Color Harmonies of #BA5BA2
Complementary color
Monochromatic Colors of #BA5BA2
Black with #BA5BA2
Text Example
Text Example
White with #BA5BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5BA2; }
p { color: rgb(186,91,162); }
H1.HeaderClassName
{
color: #BA5BA2;
}
.AnyTagClassName
{
color: #BA5BA2;
}
</style>
background-color css
<style>
a { background-color: #BA5BA2; }
a { background-color: rgb(186,91,162); }
div.DivClassName
{
background-color: #BA5BA2;
}
.BgClassName
{
background-color: #BA5BA2;
}
</style>
border-color css
<style>
span { border-color: #BA5BA2; }
span { border-color: rgb(186,91,162); }
td.TdClassName
{
border-color: #BA5BA2;
}
.TagClassName
{
border-color: #BA5BA2;
}
</style>