Shades of Mulberry #BA518E
Tints of Mulberry #BA518E
RGB
CMYK
RGB Variations
Color information
#BA518E (or 0xBA518E) is known color: Mulberry. HEX triplet: BA, 51 and 8E. RGB value is (186,81,142). Sum of RGB (Red+Green+Blue) = 186+81+142=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 81 (32.03% from 255 or 19.80% from 409); Blue value is 142 (55.86% from 255 or 34.72% from 409); Max value from RGB is 186 - color contains mainly: red. Hex color #BA518E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA518E is #45AE71. Grayscale: #777777. Windows color (decimal): -4566642 or 9327034. OLE color: 9327034.
HSL color Cylindrical-coordinate representation of color #BA518E: hue angle of 325.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 #BA518E is Cyan = 0, Magento = 0.56, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 81 | 142 | - |
| CMYK | 0 | 0.56 | 0.24 | 0.27 |
| HSL | 325.14º | 0.43% | 0.52% | - |
| HSV(B) | 325.14º | 0.56% | 0.73% | - |
| XYZ | 28.07 | 18.28 | 27.64 | - |
| YUV | 119.35 | 140.79 | 175.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 81 | 142 | 0 | 0.56 | 0.24 | 0.27 | 325.14 | 0.43 | 0.52 |
| Hex | BA | 51 | 8E | 0 | 38 | 18 | 1B | 145 | 2B | 34 |
| Octal | 272 | 121 | 216 | 0 | 70 | 30 | 33 | 505 | 53 | 64 |
| Binary | 10111010 | 1010001 | 10001110 | 0 | 111000 | 11000 | 11011 | 101000101 | 101011 | 110100 |
Color Harmonies of #BA518E
Complementary color
Monochromatic Colors of #BA518E
Black with #BA518E
Text Example
Text Example
White with #BA518E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA518E; }
p { color: rgb(186,81,142); }
H1.HeaderClassName
{
color: #BA518E;
}
.AnyTagClassName
{
color: #BA518E;
}
</style>
background-color css
<style>
a { background-color: #BA518E; }
a { background-color: rgb(186,81,142); }
div.DivClassName
{
background-color: #BA518E;
}
.BgClassName
{
background-color: #BA518E;
}
</style>
border-color css
<style>
span { border-color: #BA518E; }
span { border-color: rgb(186,81,142); }
td.TdClassName
{
border-color: #BA518E;
}
.TagClassName
{
border-color: #BA518E;
}
</style>