Shades of Mulberry #BA579A
Tints of Mulberry #BA579A
RGB
CMYK
RGB Variations
Color information
#BA579A (or 0xBA579A) is known color: Mulberry. HEX triplet: BA, 57 and 9A. RGB value is (186,87,154). Sum of RGB (Red+Green+Blue) = 186+87+154=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 87 (34.38% from 255 or 20.37% from 427); Blue value is 154 (60.55% from 255 or 36.07% from 427); Max value from RGB is 186 - color contains mainly: red. Hex color #BA579A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA579A is #45A865. Grayscale: #7C7C7C. Windows color (decimal): -4565094 or 10115002. OLE color: 10115002.
HSL color Cylindrical-coordinate representation of color #BA579A: hue angle of 319.39º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BA579A is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 87 | 154 | - |
| CMYK | 0 | 0.53 | 0.17 | 0.27 |
| HSL | 319.39º | 0.42% | 0.54% | - |
| HSV(B) | 319.39º | 0.53% | 0.73% | - |
| XYZ | 29.49 | 19.59 | 32.8 | - |
| YUV | 124.24 | 144.8 | 172.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 87 | 154 | 0 | 0.53 | 0.17 | 0.27 | 319.39 | 0.42 | 0.54 |
| Hex | BA | 57 | 9A | 0 | 35 | 11 | 1B | 13F | 2A | 36 |
| Octal | 272 | 127 | 232 | 0 | 65 | 21 | 33 | 477 | 52 | 66 |
| Binary | 10111010 | 1010111 | 10011010 | 0 | 110101 | 10001 | 11011 | 100111111 | 101010 | 110110 |
Color Harmonies of #BA579A
Complementary color
Monochromatic Colors of #BA579A
Black with #BA579A
Text Example
Text Example
White with #BA579A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA579A; }
p { color: rgb(186,87,154); }
H1.HeaderClassName
{
color: #BA579A;
}
.AnyTagClassName
{
color: #BA579A;
}
</style>
background-color css
<style>
a { background-color: #BA579A; }
a { background-color: rgb(186,87,154); }
div.DivClassName
{
background-color: #BA579A;
}
.BgClassName
{
background-color: #BA579A;
}
</style>
border-color css
<style>
span { border-color: #BA579A; }
span { border-color: rgb(186,87,154); }
td.TdClassName
{
border-color: #BA579A;
}
.TagClassName
{
border-color: #BA579A;
}
</style>