Shades of Mulberry #BA48A2
Tints of Mulberry #BA48A2
RGB
CMYK
RGB Variations
Color information
#BA48A2 (or 0xBA48A2) is known color: Mulberry. HEX triplet: BA, 48 and A2. RGB value is (186,72,162). Sum of RGB (Red+Green+Blue) = 186+72+162=420 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.29% from 420); Green value is 72 (28.52% from 255 or 17.14% from 420); Blue value is 162 (63.67% from 255 or 38.57% from 420); Max value from RGB is 186 - color contains mainly: red. Hex color #BA48A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA48A2 is #45B75D. Grayscale: #747474. Windows color (decimal): -4568926 or 10635450. OLE color: 10635450.
HSL color Cylindrical-coordinate representation of color #BA48A2: hue angle of 312.63º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA48A2 is Cyan = 0, Magento = 0.61, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 72 | 162 | - |
| CMYK | 0 | 0.61 | 0.13 | 0.27 |
| HSL | 312.63º | 0.45% | 0.51% | - |
| HSV(B) | 312.63º | 0.61% | 0.73% | - |
| XYZ | 29.09 | 17.68 | 36.06 | - |
| YUV | 116.35 | 153.77 | 177.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 72 | 162 | 0 | 0.61 | 0.13 | 0.27 | 312.63 | 0.45 | 0.51 |
| Hex | BA | 48 | A2 | 0 | 3D | D | 1B | 139 | 2D | 33 |
| Octal | 272 | 110 | 242 | 0 | 75 | 15 | 33 | 471 | 55 | 63 |
| Binary | 10111010 | 1001000 | 10100010 | 0 | 111101 | 1101 | 11011 | 100111001 | 101101 | 110011 |
Color Harmonies of #BA48A2
Complementary color
Monochromatic Colors of #BA48A2
Black with #BA48A2
Text Example
Text Example
White with #BA48A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA48A2; }
p { color: rgb(186,72,162); }
H1.HeaderClassName
{
color: #BA48A2;
}
.AnyTagClassName
{
color: #BA48A2;
}
</style>
background-color css
<style>
a { background-color: #BA48A2; }
a { background-color: rgb(186,72,162); }
div.DivClassName
{
background-color: #BA48A2;
}
.BgClassName
{
background-color: #BA48A2;
}
</style>
border-color css
<style>
span { border-color: #BA48A2; }
span { border-color: rgb(186,72,162); }
td.TdClassName
{
border-color: #BA48A2;
}
.TagClassName
{
border-color: #BA48A2;
}
</style>