Shades of Mulberry #BA4C9E
Tints of Mulberry #BA4C9E
RGB
CMYK
RGB Variations
Color information
#BA4C9E (or 0xBA4C9E) is known color: Mulberry. HEX triplet: BA, 4C and 9E. RGB value is (186,76,158). Sum of RGB (Red+Green+Blue) = 186+76+158=420 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.29% from 420); Green value is 76 (30.08% from 255 or 18.10% from 420); Blue value is 158 (62.11% from 255 or 37.62% from 420); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4C9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4C9E is #45B361. Grayscale: #767676. Windows color (decimal): -4567906 or 10374330. OLE color: 10374330.
HSL color Cylindrical-coordinate representation of color #BA4C9E: hue angle of 315.27º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BA4C9E is Cyan = 0, Magento = 0.59, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 76 | 158 | - |
| CMYK | 0 | 0.59 | 0.15 | 0.27 |
| HSL | 315.27º | 0.44% | 0.51% | - |
| HSV(B) | 315.27º | 0.59% | 0.73% | - |
| XYZ | 29.01 | 18.08 | 34.31 | - |
| YUV | 118.24 | 150.44 | 176.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 76 | 158 | 0 | 0.59 | 0.15 | 0.27 | 315.27 | 0.44 | 0.51 |
| Hex | BA | 4C | 9E | 0 | 3B | F | 1B | 13B | 2C | 33 |
| Octal | 272 | 114 | 236 | 0 | 73 | 17 | 33 | 473 | 54 | 63 |
| Binary | 10111010 | 1001100 | 10011110 | 0 | 111011 | 1111 | 11011 | 100111011 | 101100 | 110011 |
Color Harmonies of #BA4C9E
Complementary color
Monochromatic Colors of #BA4C9E
Black with #BA4C9E
Text Example
Text Example
White with #BA4C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4C9E; }
p { color: rgb(186,76,158); }
H1.HeaderClassName
{
color: #BA4C9E;
}
.AnyTagClassName
{
color: #BA4C9E;
}
</style>
background-color css
<style>
a { background-color: #BA4C9E; }
a { background-color: rgb(186,76,158); }
div.DivClassName
{
background-color: #BA4C9E;
}
.BgClassName
{
background-color: #BA4C9E;
}
</style>
border-color css
<style>
span { border-color: #BA4C9E; }
span { border-color: rgb(186,76,158); }
td.TdClassName
{
border-color: #BA4C9E;
}
.TagClassName
{
border-color: #BA4C9E;
}
</style>