Shades of Mulberry #BA499E
Tints of Mulberry #BA499E
RGB
CMYK
RGB Variations
Color information
#BA499E (or 0xBA499E) is known color: Mulberry. HEX triplet: BA, 49 and 9E. RGB value is (186,73,158). Sum of RGB (Red+Green+Blue) = 186+73+158=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 73 (28.91% from 255 or 17.51% from 417); Blue value is 158 (62.11% from 255 or 37.89% from 417); Max value from RGB is 186 - color contains mainly: red. Hex color #BA499E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA499E is #45B661. Grayscale: #747474. Windows color (decimal): -4568674 or 10373562. OLE color: 10373562.
HSL color Cylindrical-coordinate representation of color #BA499E: hue angle of 314.87º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA499E is Cyan = 0, Magento = 0.61, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 73 | 158 | - |
| CMYK | 0 | 0.61 | 0.15 | 0.27 |
| HSL | 314.87º | 0.45% | 0.51% | - |
| HSV(B) | 314.87º | 0.61% | 0.73% | - |
| XYZ | 28.8 | 17.67 | 34.24 | - |
| YUV | 116.48 | 151.44 | 177.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 73 | 158 | 0 | 0.61 | 0.15 | 0.27 | 314.87 | 0.45 | 0.51 |
| Hex | BA | 49 | 9E | 0 | 3D | F | 1B | 13B | 2D | 33 |
| Octal | 272 | 111 | 236 | 0 | 75 | 17 | 33 | 473 | 55 | 63 |
| Binary | 10111010 | 1001001 | 10011110 | 0 | 111101 | 1111 | 11011 | 100111011 | 101101 | 110011 |
Color Harmonies of #BA499E
Complementary color
Monochromatic Colors of #BA499E
Black with #BA499E
Text Example
Text Example
White with #BA499E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA499E; }
p { color: rgb(186,73,158); }
H1.HeaderClassName
{
color: #BA499E;
}
.AnyTagClassName
{
color: #BA499E;
}
</style>
background-color css
<style>
a { background-color: #BA499E; }
a { background-color: rgb(186,73,158); }
div.DivClassName
{
background-color: #BA499E;
}
.BgClassName
{
background-color: #BA499E;
}
</style>
border-color css
<style>
span { border-color: #BA499E; }
span { border-color: rgb(186,73,158); }
td.TdClassName
{
border-color: #BA499E;
}
.TagClassName
{
border-color: #BA499E;
}
</style>