Shades of Mulberry #BA519C
Tints of Mulberry #BA519C
RGB
CMYK
RGB Variations
Color information
#BA519C (or 0xBA519C) is known color: Mulberry. HEX triplet: BA, 51 and 9C. RGB value is (186,81,156). Sum of RGB (Red+Green+Blue) = 186+81+156=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 81 (32.03% from 255 or 19.15% from 423); Blue value is 156 (61.33% from 255 or 36.88% from 423); Max value from RGB is 186 - color contains mainly: red. Hex color #BA519C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA519C is #45AE63. Grayscale: #787878. Windows color (decimal): -4566628 or 10244538. OLE color: 10244538.
HSL color Cylindrical-coordinate representation of color #BA519C: hue angle of 317.14º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA519C is Cyan = 0, Magento = 0.56, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 81 | 156 | - |
| CMYK | 0 | 0.56 | 0.16 | 0.27 |
| HSL | 317.14º | 0.43% | 0.52% | - |
| HSV(B) | 317.14º | 0.56% | 0.73% | - |
| XYZ | 29.19 | 18.72 | 33.53 | - |
| YUV | 120.95 | 147.79 | 174.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 81 | 156 | 0 | 0.56 | 0.16 | 0.27 | 317.14 | 0.43 | 0.52 |
| Hex | BA | 51 | 9C | 0 | 38 | 10 | 1B | 13D | 2B | 34 |
| Octal | 272 | 121 | 234 | 0 | 70 | 20 | 33 | 475 | 53 | 64 |
| Binary | 10111010 | 1010001 | 10011100 | 0 | 111000 | 10000 | 11011 | 100111101 | 101011 | 110100 |
Color Harmonies of #BA519C
Complementary color
Monochromatic Colors of #BA519C
Black with #BA519C
Text Example
Text Example
White with #BA519C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA519C; }
p { color: rgb(186,81,156); }
H1.HeaderClassName
{
color: #BA519C;
}
.AnyTagClassName
{
color: #BA519C;
}
</style>
background-color css
<style>
a { background-color: #BA519C; }
a { background-color: rgb(186,81,156); }
div.DivClassName
{
background-color: #BA519C;
}
.BgClassName
{
background-color: #BA519C;
}
</style>
border-color css
<style>
span { border-color: #BA519C; }
span { border-color: rgb(186,81,156); }
td.TdClassName
{
border-color: #BA519C;
}
.TagClassName
{
border-color: #BA519C;
}
</style>