Shades of Mulberry #BA4D9B
Tints of Mulberry #BA4D9B
RGB
CMYK
RGB Variations
Color information
#BA4D9B (or 0xBA4D9B) is known color: Mulberry. HEX triplet: BA, 4D and 9B. RGB value is (186,77,155). Sum of RGB (Red+Green+Blue) = 186+77+155=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 77 (30.47% from 255 or 18.42% from 418); Blue value is 155 (60.94% from 255 or 37.08% from 418); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4D9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA4D9B is #45B264. Grayscale: #767676. Windows color (decimal): -4567653 or 10177978. OLE color: 10177978.
HSL color Cylindrical-coordinate representation of color #BA4D9B: hue angle of 317.06º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BA4D9B is Cyan = 0, Magento = 0.59, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 77 | 155 | - |
| CMYK | 0 | 0.59 | 0.17 | 0.27 |
| HSL | 317.06º | 0.44% | 0.52% | - |
| HSV(B) | 317.06º | 0.59% | 0.73% | - |
| XYZ | 28.82 | 18.11 | 32.99 | - |
| YUV | 118.48 | 148.61 | 176.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 77 | 155 | 0 | 0.59 | 0.17 | 0.27 | 317.06 | 0.44 | 0.52 |
| Hex | BA | 4D | 9B | 0 | 3B | 11 | 1B | 13D | 2C | 34 |
| Octal | 272 | 115 | 233 | 0 | 73 | 21 | 33 | 475 | 54 | 64 |
| Binary | 10111010 | 1001101 | 10011011 | 0 | 111011 | 10001 | 11011 | 100111101 | 101100 | 110100 |
Color Harmonies of #BA4D9B
Complementary color
Monochromatic Colors of #BA4D9B
Black with #BA4D9B
Text Example
Text Example
White with #BA4D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4D9B; }
p { color: rgb(186,77,155); }
H1.HeaderClassName
{
color: #BA4D9B;
}
.AnyTagClassName
{
color: #BA4D9B;
}
</style>
background-color css
<style>
a { background-color: #BA4D9B; }
a { background-color: rgb(186,77,155); }
div.DivClassName
{
background-color: #BA4D9B;
}
.BgClassName
{
background-color: #BA4D9B;
}
</style>
border-color css
<style>
span { border-color: #BA4D9B; }
span { border-color: rgb(186,77,155); }
td.TdClassName
{
border-color: #BA4D9B;
}
.TagClassName
{
border-color: #BA4D9B;
}
</style>