Shades of Mulberry #BA42A4
Tints of Mulberry #BA42A4
RGB
CMYK
RGB Variations
Color information
#BA42A4 (or 0xBA42A4) is known color: Mulberry. HEX triplet: BA, 42 and A4. RGB value is (186,66,164). Sum of RGB (Red+Green+Blue) = 186+66+164=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 66 (26.17% from 255 or 15.87% from 416); Blue value is 164 (64.45% from 255 or 39.42% from 416); Max value from RGB is 186 - color contains mainly: red. Hex color #BA42A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA42A4 is #45BD5B. Grayscale: #707070. Windows color (decimal): -4570460 or 10764986. OLE color: 10764986.
HSL color Cylindrical-coordinate representation of color #BA42A4: hue angle of 311º 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 #BA42A4 is Cyan = 0, Magento = 0.65, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 66 | 164 | - |
| CMYK | 0 | 0.65 | 0.12 | 0.27 |
| HSL | 311º | 0.48% | 0.49% | - |
| HSV(B) | 311º | 0.65% | 0.73% | - |
| XYZ | 28.9 | 17.02 | 36.88 | - |
| YUV | 113.05 | 156.76 | 180.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 66 | 164 | 0 | 0.65 | 0.12 | 0.27 | 311 | 0.48 | 0.49 |
| Hex | BA | 42 | A4 | 0 | 41 | C | 1B | 137 | 30 | 31 |
| Octal | 272 | 102 | 244 | 0 | 101 | 14 | 33 | 467 | 60 | 61 |
| Binary | 10111010 | 1000010 | 10100100 | 0 | 1000001 | 1100 | 11011 | 100110111 | 110000 | 110001 |
Color Harmonies of #BA42A4
Complementary color
Monochromatic Colors of #BA42A4
Black with #BA42A4
Text Example
Text Example
White with #BA42A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA42A4; }
p { color: rgb(186,66,164); }
H1.HeaderClassName
{
color: #BA42A4;
}
.AnyTagClassName
{
color: #BA42A4;
}
</style>
background-color css
<style>
a { background-color: #BA42A4; }
a { background-color: rgb(186,66,164); }
div.DivClassName
{
background-color: #BA42A4;
}
.BgClassName
{
background-color: #BA42A4;
}
</style>
border-color css
<style>
span { border-color: #BA42A4; }
span { border-color: rgb(186,66,164); }
td.TdClassName
{
border-color: #BA42A4;
}
.TagClassName
{
border-color: #BA42A4;
}
</style>