Shades of Mulberry #BA4A9E
Tints of Mulberry #BA4A9E
RGB
CMYK
RGB Variations
Color information
#BA4A9E (or 0xBA4A9E) is known color: Mulberry. HEX triplet: BA, 4A and 9E. RGB value is (186,74,158). Sum of RGB (Red+Green+Blue) = 186+74+158=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 74 (29.30% from 255 or 17.70% from 418); Blue value is 158 (62.11% from 255 or 37.80% from 418); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4A9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4A9E is #45B561. Grayscale: #747474. Windows color (decimal): -4568418 or 10373818. OLE color: 10373818.
HSL color Cylindrical-coordinate representation of color #BA4A9E: hue angle of 315º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA4A9E is Cyan = 0, Magento = 0.60, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 74 | 158 | - |
| CMYK | 0 | 0.60 | 0.15 | 0.27 |
| HSL | 315º | 0.45% | 0.51% | - |
| HSV(B) | 315º | 0.6% | 0.73% | - |
| XYZ | 28.87 | 17.81 | 34.26 | - |
| YUV | 117.06 | 151.11 | 177.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 74 | 158 | 0 | 0.60 | 0.15 | 0.27 | 315 | 0.45 | 0.51 |
| Hex | BA | 4A | 9E | 0 | 3C | F | 1B | 13B | 2D | 33 |
| Octal | 272 | 112 | 236 | 0 | 74 | 17 | 33 | 473 | 55 | 63 |
| Binary | 10111010 | 1001010 | 10011110 | 0 | 111100 | 1111 | 11011 | 100111011 | 101101 | 110011 |
Color Harmonies of #BA4A9E
Complementary color
Monochromatic Colors of #BA4A9E
Black with #BA4A9E
Text Example
Text Example
White with #BA4A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4A9E; }
p { color: rgb(186,74,158); }
H1.HeaderClassName
{
color: #BA4A9E;
}
.AnyTagClassName
{
color: #BA4A9E;
}
</style>
background-color css
<style>
a { background-color: #BA4A9E; }
a { background-color: rgb(186,74,158); }
div.DivClassName
{
background-color: #BA4A9E;
}
.BgClassName
{
background-color: #BA4A9E;
}
</style>
border-color css
<style>
span { border-color: #BA4A9E; }
span { border-color: rgb(186,74,158); }
td.TdClassName
{
border-color: #BA4A9E;
}
.TagClassName
{
border-color: #BA4A9E;
}
</style>