Shades of Mulberry #BA42A3
Tints of Mulberry #BA42A3
RGB
CMYK
RGB Variations
Color information
#BA42A3 (or 0xBA42A3) is known color: Mulberry. HEX triplet: BA, 42 and A3. RGB value is (186,66,163). Sum of RGB (Red+Green+Blue) = 186+66+163=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 66 (26.17% from 255 or 15.90% from 415); Blue value is 163 (64.06% from 255 or 39.28% from 415); Max value from RGB is 186 - color contains mainly: red. Hex color #BA42A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA42A3 is #45BD5C. Grayscale: #707070. Windows color (decimal): -4570461 or 10699450. OLE color: 10699450.
HSL color Cylindrical-coordinate representation of color #BA42A3: hue angle of 311.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA42A3 is Cyan = 0, Magento = 0.65, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 66 | 163 | - |
| CMYK | 0 | 0.65 | 0.12 | 0.27 |
| HSL | 311.5º | 0.48% | 0.49% | - |
| HSV(B) | 311.5º | 0.65% | 0.73% | - |
| XYZ | 28.81 | 16.98 | 36.41 | - |
| YUV | 112.94 | 156.26 | 180.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 66 | 163 | 0 | 0.65 | 0.12 | 0.27 | 311.5 | 0.48 | 0.49 |
| Hex | BA | 42 | A3 | 0 | 41 | C | 1B | 138 | 30 | 31 |
| Octal | 272 | 102 | 243 | 0 | 101 | 14 | 33 | 470 | 60 | 61 |
| Binary | 10111010 | 1000010 | 10100011 | 0 | 1000001 | 1100 | 11011 | 100111000 | 110000 | 110001 |
Color Harmonies of #BA42A3
Complementary color
Monochromatic Colors of #BA42A3
Black with #BA42A3
Text Example
Text Example
White with #BA42A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA42A3; }
p { color: rgb(186,66,163); }
H1.HeaderClassName
{
color: #BA42A3;
}
.AnyTagClassName
{
color: #BA42A3;
}
</style>
background-color css
<style>
a { background-color: #BA42A3; }
a { background-color: rgb(186,66,163); }
div.DivClassName
{
background-color: #BA42A3;
}
.BgClassName
{
background-color: #BA42A3;
}
</style>
border-color css
<style>
span { border-color: #BA42A3; }
span { border-color: rgb(186,66,163); }
td.TdClassName
{
border-color: #BA42A3;
}
.TagClassName
{
border-color: #BA42A3;
}
</style>