Shades of Mulberry #BA579F
Tints of Mulberry #BA579F
RGB
CMYK
RGB Variations
Color information
#BA579F (or 0xBA579F) is known color: Mulberry. HEX triplet: BA, 57 and 9F. RGB value is (186,87,159). Sum of RGB (Red+Green+Blue) = 186+87+159=432 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.06% from 432); Green value is 87 (34.38% from 255 or 20.14% from 432); Blue value is 159 (62.5% from 255 or 36.81% from 432); Max value from RGB is 186 - color contains mainly: red. Hex color #BA579F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA579F is #45A860. Grayscale: #7C7C7C. Windows color (decimal): -4565089 or 10442682. OLE color: 10442682.
HSL color Cylindrical-coordinate representation of color #BA579F: hue angle of 316.36º 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 #BA579F is Cyan = 0, Magento = 0.53, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 87 | 159 | - |
| CMYK | 0 | 0.53 | 0.15 | 0.27 |
| HSL | 316.36º | 0.42% | 0.54% | - |
| HSV(B) | 316.36º | 0.53% | 0.73% | - |
| XYZ | 29.92 | 19.76 | 35.04 | - |
| YUV | 124.81 | 147.3 | 171.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 87 | 159 | 0 | 0.53 | 0.15 | 0.27 | 316.36 | 0.42 | 0.54 |
| Hex | BA | 57 | 9F | 0 | 35 | F | 1B | 13C | 2A | 36 |
| Octal | 272 | 127 | 237 | 0 | 65 | 17 | 33 | 474 | 52 | 66 |
| Binary | 10111010 | 1010111 | 10011111 | 0 | 110101 | 1111 | 11011 | 100111100 | 101010 | 110110 |
Color Harmonies of #BA579F
Complementary color
Monochromatic Colors of #BA579F
Black with #BA579F
Text Example
Text Example
White with #BA579F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA579F; }
p { color: rgb(186,87,159); }
H1.HeaderClassName
{
color: #BA579F;
}
.AnyTagClassName
{
color: #BA579F;
}
</style>
background-color css
<style>
a { background-color: #BA579F; }
a { background-color: rgb(186,87,159); }
div.DivClassName
{
background-color: #BA579F;
}
.BgClassName
{
background-color: #BA579F;
}
</style>
border-color css
<style>
span { border-color: #BA579F; }
span { border-color: rgb(186,87,159); }
td.TdClassName
{
border-color: #BA579F;
}
.TagClassName
{
border-color: #BA579F;
}
</style>