Shades of Mulberry #BA519B
Tints of Mulberry #BA519B
RGB
CMYK
RGB Variations
Color information
#BA519B (or 0xBA519B) is known color: Mulberry. HEX triplet: BA, 51 and 9B. RGB value is (186,81,155). Sum of RGB (Red+Green+Blue) = 186+81+155=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 81 (32.03% from 255 or 19.19% from 422); Blue value is 155 (60.94% from 255 or 36.73% from 422); Max value from RGB is 186 - color contains mainly: red. Hex color #BA519B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA519B is #45AE64. Grayscale: #787878. Windows color (decimal): -4566629 or 10179002. OLE color: 10179002.
HSL color Cylindrical-coordinate representation of color #BA519B: hue angle of 317.71º 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 #BA519B is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 81 | 155 | - |
| CMYK | 0 | 0.56 | 0.17 | 0.27 |
| HSL | 317.71º | 0.43% | 0.52% | - |
| HSV(B) | 317.71º | 0.56% | 0.73% | - |
| XYZ | 29.11 | 18.69 | 33.08 | - |
| YUV | 120.83 | 147.29 | 174.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 81 | 155 | 0 | 0.56 | 0.17 | 0.27 | 317.71 | 0.43 | 0.52 |
| Hex | BA | 51 | 9B | 0 | 38 | 11 | 1B | 13E | 2B | 34 |
| Octal | 272 | 121 | 233 | 0 | 70 | 21 | 33 | 476 | 53 | 64 |
| Binary | 10111010 | 1010001 | 10011011 | 0 | 111000 | 10001 | 11011 | 100111110 | 101011 | 110100 |
Color Harmonies of #BA519B
Complementary color
Monochromatic Colors of #BA519B
Black with #BA519B
Text Example
Text Example
White with #BA519B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA519B; }
p { color: rgb(186,81,155); }
H1.HeaderClassName
{
color: #BA519B;
}
.AnyTagClassName
{
color: #BA519B;
}
</style>
background-color css
<style>
a { background-color: #BA519B; }
a { background-color: rgb(186,81,155); }
div.DivClassName
{
background-color: #BA519B;
}
.BgClassName
{
background-color: #BA519B;
}
</style>
border-color css
<style>
span { border-color: #BA519B; }
span { border-color: rgb(186,81,155); }
td.TdClassName
{
border-color: #BA519B;
}
.TagClassName
{
border-color: #BA519B;
}
</style>