Shades of Mulberry #BA489E
Tints of Mulberry #BA489E
RGB
CMYK
RGB Variations
Color information
#BA489E (or 0xBA489E) is known color: Mulberry. HEX triplet: BA, 48 and 9E. RGB value is (186,72,158). Sum of RGB (Red+Green+Blue) = 186+72+158=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 72 (28.52% from 255 or 17.31% from 416); Blue value is 158 (62.11% from 255 or 37.98% from 416); Max value from RGB is 186 - color contains mainly: red. Hex color #BA489E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA489E is #45B761. Grayscale: #737373. Windows color (decimal): -4568930 or 10373306. OLE color: 10373306.
HSL color Cylindrical-coordinate representation of color #BA489E: hue angle of 314.74º 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 #BA489E is Cyan = 0, Magento = 0.61, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 72 | 158 | - |
| CMYK | 0 | 0.61 | 0.15 | 0.27 |
| HSL | 314.74º | 0.45% | 0.51% | - |
| HSV(B) | 314.74º | 0.61% | 0.73% | - |
| XYZ | 28.74 | 17.54 | 34.22 | - |
| YUV | 115.89 | 151.77 | 178.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 72 | 158 | 0 | 0.61 | 0.15 | 0.27 | 314.74 | 0.45 | 0.51 |
| Hex | BA | 48 | 9E | 0 | 3D | F | 1B | 13B | 2D | 33 |
| Octal | 272 | 110 | 236 | 0 | 75 | 17 | 33 | 473 | 55 | 63 |
| Binary | 10111010 | 1001000 | 10011110 | 0 | 111101 | 1111 | 11011 | 100111011 | 101101 | 110011 |
Color Harmonies of #BA489E
Complementary color
Monochromatic Colors of #BA489E
Black with #BA489E
Text Example
Text Example
White with #BA489E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA489E; }
p { color: rgb(186,72,158); }
H1.HeaderClassName
{
color: #BA489E;
}
.AnyTagClassName
{
color: #BA489E;
}
</style>
background-color css
<style>
a { background-color: #BA489E; }
a { background-color: rgb(186,72,158); }
div.DivClassName
{
background-color: #BA489E;
}
.BgClassName
{
background-color: #BA489E;
}
</style>
border-color css
<style>
span { border-color: #BA489E; }
span { border-color: rgb(186,72,158); }
td.TdClassName
{
border-color: #BA489E;
}
.TagClassName
{
border-color: #BA489E;
}
</style>