Shades of Mulberry #BA46A2
Tints of Mulberry #BA46A2
RGB
CMYK
RGB Variations
Color information
#BA46A2 (or 0xBA46A2) is known color: Mulberry. HEX triplet: BA, 46 and A2. RGB value is (186,70,162). Sum of RGB (Red+Green+Blue) = 186+70+162=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 70 (27.73% from 255 or 16.75% from 418); Blue value is 162 (63.67% from 255 or 38.76% from 418); Max value from RGB is 186 - color contains mainly: red. Hex color #BA46A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA46A2 is #45B95D. Grayscale: #727272. Windows color (decimal): -4569438 or 10634938. OLE color: 10634938.
HSL color Cylindrical-coordinate representation of color #BA46A2: hue angle of 312.41º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA46A2 is Cyan = 0, Magento = 0.62, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 70 | 162 | - |
| CMYK | 0 | 0.62 | 0.13 | 0.27 |
| HSL | 312.41º | 0.46% | 0.5% | - |
| HSV(B) | 312.41º | 0.62% | 0.73% | - |
| XYZ | 28.96 | 17.43 | 36.02 | - |
| YUV | 115.17 | 154.43 | 178.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 70 | 162 | 0 | 0.62 | 0.13 | 0.27 | 312.41 | 0.46 | 0.5 |
| Hex | BA | 46 | A2 | 0 | 3E | D | 1B | 138 | 2E | 32 |
| Octal | 272 | 106 | 242 | 0 | 76 | 15 | 33 | 470 | 56 | 62 |
| Binary | 10111010 | 1000110 | 10100010 | 0 | 111110 | 1101 | 11011 | 100111000 | 101110 | 110010 |
Color Harmonies of #BA46A2
Complementary color
Monochromatic Colors of #BA46A2
Black with #BA46A2
Text Example
Text Example
White with #BA46A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA46A2; }
p { color: rgb(186,70,162); }
H1.HeaderClassName
{
color: #BA46A2;
}
.AnyTagClassName
{
color: #BA46A2;
}
</style>
background-color css
<style>
a { background-color: #BA46A2; }
a { background-color: rgb(186,70,162); }
div.DivClassName
{
background-color: #BA46A2;
}
.BgClassName
{
background-color: #BA46A2;
}
</style>
border-color css
<style>
span { border-color: #BA46A2; }
span { border-color: rgb(186,70,162); }
td.TdClassName
{
border-color: #BA46A2;
}
.TagClassName
{
border-color: #BA46A2;
}
</style>