Shades of Mulberry #BA4BA3
Tints of Mulberry #BA4BA3
RGB
CMYK
RGB Variations
Color information
#BA4BA3 (or 0xBA4BA3) is known color: Mulberry. HEX triplet: BA, 4B and A3. RGB value is (186,75,163). Sum of RGB (Red+Green+Blue) = 186+75+163=424 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.87% from 424); Green value is 75 (29.69% from 255 or 17.69% from 424); Blue value is 163 (64.06% from 255 or 38.44% from 424); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4BA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4BA3 is #45B45C. Grayscale: #757575. Windows color (decimal): -4568157 or 10701754. OLE color: 10701754.
HSL color Cylindrical-coordinate representation of color #BA4BA3: hue angle of 312.43º 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 #BA4BA3 is Cyan = 0, Magento = 0.60, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 75 | 163 | - |
| CMYK | 0 | 0.60 | 0.12 | 0.27 |
| HSL | 312.43º | 0.45% | 0.51% | - |
| HSV(B) | 312.43º | 0.6% | 0.73% | - |
| XYZ | 29.38 | 18.12 | 36.6 | - |
| YUV | 118.22 | 153.27 | 176.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 75 | 163 | 0 | 0.60 | 0.12 | 0.27 | 312.43 | 0.45 | 0.51 |
| Hex | BA | 4B | A3 | 0 | 3C | C | 1B | 138 | 2D | 33 |
| Octal | 272 | 113 | 243 | 0 | 74 | 14 | 33 | 470 | 55 | 63 |
| Binary | 10111010 | 1001011 | 10100011 | 0 | 111100 | 1100 | 11011 | 100111000 | 101101 | 110011 |
Color Harmonies of #BA4BA3
Complementary color
Monochromatic Colors of #BA4BA3
Black with #BA4BA3
Text Example
Text Example
White with #BA4BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4BA3; }
p { color: rgb(186,75,163); }
H1.HeaderClassName
{
color: #BA4BA3;
}
.AnyTagClassName
{
color: #BA4BA3;
}
</style>
background-color css
<style>
a { background-color: #BA4BA3; }
a { background-color: rgb(186,75,163); }
div.DivClassName
{
background-color: #BA4BA3;
}
.BgClassName
{
background-color: #BA4BA3;
}
</style>
border-color css
<style>
span { border-color: #BA4BA3; }
span { border-color: rgb(186,75,163); }
td.TdClassName
{
border-color: #BA4BA3;
}
.TagClassName
{
border-color: #BA4BA3;
}
</style>