Shades of Mulberry #BA4AA2
Tints of Mulberry #BA4AA2
RGB
CMYK
RGB Variations
Color information
#BA4AA2 (or 0xBA4AA2) is known color: Mulberry. HEX triplet: BA, 4A and A2. RGB value is (186,74,162). Sum of RGB (Red+Green+Blue) = 186+74+162=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 74 (29.30% from 255 or 17.54% from 422); Blue value is 162 (63.67% from 255 or 38.39% from 422); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4AA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4AA2 is #45B55D. Grayscale: #757575. Windows color (decimal): -4568414 or 10635962. OLE color: 10635962.
HSL color Cylindrical-coordinate representation of color #BA4AA2: hue angle of 312.86º 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 #BA4AA2 is Cyan = 0, Magento = 0.60, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 74 | 162 | - |
| CMYK | 0 | 0.60 | 0.13 | 0.27 |
| HSL | 312.86º | 0.45% | 0.51% | - |
| HSV(B) | 312.86º | 0.6% | 0.73% | - |
| XYZ | 29.22 | 17.95 | 36.11 | - |
| YUV | 117.52 | 153.11 | 176.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 74 | 162 | 0 | 0.60 | 0.13 | 0.27 | 312.86 | 0.45 | 0.51 |
| Hex | BA | 4A | A2 | 0 | 3C | D | 1B | 139 | 2D | 33 |
| Octal | 272 | 112 | 242 | 0 | 74 | 15 | 33 | 471 | 55 | 63 |
| Binary | 10111010 | 1001010 | 10100010 | 0 | 111100 | 1101 | 11011 | 100111001 | 101101 | 110011 |
Color Harmonies of #BA4AA2
Complementary color
Monochromatic Colors of #BA4AA2
Black with #BA4AA2
Text Example
Text Example
White with #BA4AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4AA2; }
p { color: rgb(186,74,162); }
H1.HeaderClassName
{
color: #BA4AA2;
}
.AnyTagClassName
{
color: #BA4AA2;
}
</style>
background-color css
<style>
a { background-color: #BA4AA2; }
a { background-color: rgb(186,74,162); }
div.DivClassName
{
background-color: #BA4AA2;
}
.BgClassName
{
background-color: #BA4AA2;
}
</style>
border-color css
<style>
span { border-color: #BA4AA2; }
span { border-color: rgb(186,74,162); }
td.TdClassName
{
border-color: #BA4AA2;
}
.TagClassName
{
border-color: #BA4AA2;
}
</style>