Shades of Mulberry #BA4FA0
Tints of Mulberry #BA4FA0
RGB
CMYK
RGB Variations
Color information
#BA4FA0 (or 0xBA4FA0) is known color: Mulberry. HEX triplet: BA, 4F and A0. RGB value is (186,79,160). Sum of RGB (Red+Green+Blue) = 186+79+160=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 79 (31.25% from 255 or 18.59% from 425); Blue value is 160 (62.89% from 255 or 37.65% from 425); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4FA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA4FA0 is #45B05F. Grayscale: #787878. Windows color (decimal): -4567136 or 10506170. OLE color: 10506170.
HSL color Cylindrical-coordinate representation of color #BA4FA0: hue angle of 314.58º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BA4FA0 is Cyan = 0, Magento = 0.58, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 79 | 160 | - |
| CMYK | 0 | 0.58 | 0.14 | 0.27 |
| HSL | 314.58º | 0.44% | 0.52% | - |
| HSV(B) | 314.58º | 0.58% | 0.73% | - |
| XYZ | 29.39 | 18.57 | 35.29 | - |
| YUV | 120.23 | 150.45 | 174.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 79 | 160 | 0 | 0.58 | 0.14 | 0.27 | 314.58 | 0.44 | 0.52 |
| Hex | BA | 4F | A0 | 0 | 3A | E | 1B | 13B | 2C | 34 |
| Octal | 272 | 117 | 240 | 0 | 72 | 16 | 33 | 473 | 54 | 64 |
| Binary | 10111010 | 1001111 | 10100000 | 0 | 111010 | 1110 | 11011 | 100111011 | 101100 | 110100 |
Color Harmonies of #BA4FA0
Complementary color
Monochromatic Colors of #BA4FA0
Black with #BA4FA0
Text Example
Text Example
White with #BA4FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4FA0; }
p { color: rgb(186,79,160); }
H1.HeaderClassName
{
color: #BA4FA0;
}
.AnyTagClassName
{
color: #BA4FA0;
}
</style>
background-color css
<style>
a { background-color: #BA4FA0; }
a { background-color: rgb(186,79,160); }
div.DivClassName
{
background-color: #BA4FA0;
}
.BgClassName
{
background-color: #BA4FA0;
}
</style>
border-color css
<style>
span { border-color: #BA4FA0; }
span { border-color: rgb(186,79,160); }
td.TdClassName
{
border-color: #BA4FA0;
}
.TagClassName
{
border-color: #BA4FA0;
}
</style>