Shades of Mulberry #BA3FA4
Tints of Mulberry #BA3FA4
RGB
CMYK
RGB Variations
Color information
#BA3FA4 (or 0xBA3FA4) is known color: Mulberry. HEX triplet: BA, 3F and A4. RGB value is (186,63,164). Sum of RGB (Red+Green+Blue) = 186+63+164=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 63 (25% from 255 or 15.25% from 413); Blue value is 164 (64.45% from 255 or 39.71% from 413); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3FA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3FA4 is #45C05B. Grayscale: #6F6F6F. Windows color (decimal): -4571228 or 10764218. OLE color: 10764218.
HSL color Cylindrical-coordinate representation of color #BA3FA4: hue angle of 310.73º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA3FA4 is Cyan = 0, Magento = 0.66, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 63 | 164 | - |
| CMYK | 0 | 0.66 | 0.12 | 0.27 |
| HSL | 310.73º | 0.49% | 0.49% | - |
| HSV(B) | 310.73º | 0.66% | 0.73% | - |
| XYZ | 28.73 | 16.67 | 36.83 | - |
| YUV | 111.29 | 157.75 | 181.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 63 | 164 | 0 | 0.66 | 0.12 | 0.27 | 310.73 | 0.49 | 0.49 |
| Hex | BA | 3F | A4 | 0 | 42 | C | 1B | 137 | 31 | 31 |
| Octal | 272 | 77 | 244 | 0 | 102 | 14 | 33 | 467 | 61 | 61 |
| Binary | 10111010 | 111111 | 10100100 | 0 | 1000010 | 1100 | 11011 | 100110111 | 110001 | 110001 |
Color Harmonies of #BA3FA4
Complementary color
Monochromatic Colors of #BA3FA4
Black with #BA3FA4
Text Example
Text Example
White with #BA3FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3FA4; }
p { color: rgb(186,63,164); }
H1.HeaderClassName
{
color: #BA3FA4;
}
.AnyTagClassName
{
color: #BA3FA4;
}
</style>
background-color css
<style>
a { background-color: #BA3FA4; }
a { background-color: rgb(186,63,164); }
div.DivClassName
{
background-color: #BA3FA4;
}
.BgClassName
{
background-color: #BA3FA4;
}
</style>
border-color css
<style>
span { border-color: #BA3FA4; }
span { border-color: rgb(186,63,164); }
td.TdClassName
{
border-color: #BA3FA4;
}
.TagClassName
{
border-color: #BA3FA4;
}
</style>