Shades of Mulberry #BA409E
Tints of Mulberry #BA409E
RGB
CMYK
RGB Variations
Color information
#BA409E (or 0xBA409E) is known color: Mulberry. HEX triplet: BA, 40 and 9E. RGB value is (186,64,158). Sum of RGB (Red+Green+Blue) = 186+64+158=408 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.59% from 408); Green value is 64 (25.39% from 255 or 15.69% from 408); Blue value is 158 (62.11% from 255 or 38.73% from 408); Max value from RGB is 186 - color contains mainly: red. Hex color #BA409E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA409E is #45BF61. Grayscale: #6E6E6E. Windows color (decimal): -4570978 or 10371258. OLE color: 10371258.
HSL color Cylindrical-coordinate representation of color #BA409E: hue angle of 313.77º 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 #BA409E is Cyan = 0, Magento = 0.66, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 64 | 158 | - |
| CMYK | 0 | 0.66 | 0.15 | 0.27 |
| HSL | 313.77º | 0.49% | 0.49% | - |
| HSV(B) | 313.77º | 0.66% | 0.73% | - |
| XYZ | 28.25 | 16.57 | 34.06 | - |
| YUV | 111.19 | 154.42 | 181.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 64 | 158 | 0 | 0.66 | 0.15 | 0.27 | 313.77 | 0.49 | 0.49 |
| Hex | BA | 40 | 9E | 0 | 42 | F | 1B | 13A | 31 | 31 |
| Octal | 272 | 100 | 236 | 0 | 102 | 17 | 33 | 472 | 61 | 61 |
| Binary | 10111010 | 1000000 | 10011110 | 0 | 1000010 | 1111 | 11011 | 100111010 | 110001 | 110001 |
Color Harmonies of #BA409E
Complementary color
Monochromatic Colors of #BA409E
Black with #BA409E
Text Example
Text Example
White with #BA409E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA409E; }
p { color: rgb(186,64,158); }
H1.HeaderClassName
{
color: #BA409E;
}
.AnyTagClassName
{
color: #BA409E;
}
</style>
background-color css
<style>
a { background-color: #BA409E; }
a { background-color: rgb(186,64,158); }
div.DivClassName
{
background-color: #BA409E;
}
.BgClassName
{
background-color: #BA409E;
}
</style>
border-color css
<style>
span { border-color: #BA409E; }
span { border-color: rgb(186,64,158); }
td.TdClassName
{
border-color: #BA409E;
}
.TagClassName
{
border-color: #BA409E;
}
</style>