Shades of Mulberry #BA579B
Tints of Mulberry #BA579B
RGB
CMYK
RGB Variations
Color information
#BA579B (or 0xBA579B) is known color: Mulberry. HEX triplet: BA, 57 and 9B. RGB value is (186,87,155). Sum of RGB (Red+Green+Blue) = 186+87+155=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 87 (34.38% from 255 or 20.33% from 428); Blue value is 155 (60.94% from 255 or 36.21% from 428); Max value from RGB is 186 - color contains mainly: red. Hex color #BA579B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA579B is #45A864. Grayscale: #7C7C7C. Windows color (decimal): -4565093 or 10180538. OLE color: 10180538.
HSL color Cylindrical-coordinate representation of color #BA579B: hue angle of 318.79º 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 #BA579B is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 87 | 155 | - |
| CMYK | 0 | 0.53 | 0.17 | 0.27 |
| HSL | 318.79º | 0.42% | 0.54% | - |
| HSV(B) | 318.79º | 0.53% | 0.73% | - |
| XYZ | 29.57 | 19.62 | 33.24 | - |
| YUV | 124.35 | 145.3 | 171.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 87 | 155 | 0 | 0.53 | 0.17 | 0.27 | 318.79 | 0.42 | 0.54 |
| Hex | BA | 57 | 9B | 0 | 35 | 11 | 1B | 13F | 2A | 36 |
| Octal | 272 | 127 | 233 | 0 | 65 | 21 | 33 | 477 | 52 | 66 |
| Binary | 10111010 | 1010111 | 10011011 | 0 | 110101 | 10001 | 11011 | 100111111 | 101010 | 110110 |
Color Harmonies of #BA579B
Complementary color
Monochromatic Colors of #BA579B
Black with #BA579B
Text Example
Text Example
White with #BA579B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA579B; }
p { color: rgb(186,87,155); }
H1.HeaderClassName
{
color: #BA579B;
}
.AnyTagClassName
{
color: #BA579B;
}
</style>
background-color css
<style>
a { background-color: #BA579B; }
a { background-color: rgb(186,87,155); }
div.DivClassName
{
background-color: #BA579B;
}
.BgClassName
{
background-color: #BA579B;
}
</style>
border-color css
<style>
span { border-color: #BA579B; }
span { border-color: rgb(186,87,155); }
td.TdClassName
{
border-color: #BA579B;
}
.TagClassName
{
border-color: #BA579B;
}
</style>