Shades of Mulberry #BA54A2
Tints of Mulberry #BA54A2
RGB
CMYK
RGB Variations
Color information
#BA54A2 (or 0xBA54A2) is known color: Mulberry. HEX triplet: BA, 54 and A2. RGB value is (186,84,162). Sum of RGB (Red+Green+Blue) = 186+84+162=432 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.06% from 432); Green value is 84 (33.20% from 255 or 19.44% from 432); Blue value is 162 (63.67% from 255 or 37.5% from 432); Max value from RGB is 186 - color contains mainly: red. Hex color #BA54A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA54A2 is #45AB5D. Grayscale: #7B7B7B. Windows color (decimal): -4565854 or 10638522. OLE color: 10638522.
HSL color Cylindrical-coordinate representation of color #BA54A2: hue angle of 314.12º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BA54A2 is Cyan = 0, Magento = 0.55, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 84 | 162 | - |
| CMYK | 0 | 0.55 | 0.13 | 0.27 |
| HSL | 314.12º | 0.43% | 0.53% | - |
| HSV(B) | 314.12º | 0.55% | 0.73% | - |
| XYZ | 29.94 | 19.39 | 36.35 | - |
| YUV | 123.39 | 149.79 | 172.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 84 | 162 | 0 | 0.55 | 0.13 | 0.27 | 314.12 | 0.43 | 0.53 |
| Hex | BA | 54 | A2 | 0 | 37 | D | 1B | 13A | 2A | 35 |
| Octal | 272 | 124 | 242 | 0 | 67 | 15 | 33 | 472 | 52 | 65 |
| Binary | 10111010 | 1010100 | 10100010 | 0 | 110111 | 1101 | 11011 | 100111010 | 101010 | 110101 |
Color Harmonies of #BA54A2
Complementary color
Monochromatic Colors of #BA54A2
Black with #BA54A2
Text Example
Text Example
White with #BA54A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA54A2; }
p { color: rgb(186,84,162); }
H1.HeaderClassName
{
color: #BA54A2;
}
.AnyTagClassName
{
color: #BA54A2;
}
</style>
background-color css
<style>
a { background-color: #BA54A2; }
a { background-color: rgb(186,84,162); }
div.DivClassName
{
background-color: #BA54A2;
}
.BgClassName
{
background-color: #BA54A2;
}
</style>
border-color css
<style>
span { border-color: #BA54A2; }
span { border-color: rgb(186,84,162); }
td.TdClassName
{
border-color: #BA54A2;
}
.TagClassName
{
border-color: #BA54A2;
}
</style>