Shades of Mulberry #BA419E
Tints of Mulberry #BA419E
RGB
CMYK
RGB Variations
Color information
#BA419E (or 0xBA419E) is known color: Mulberry. HEX triplet: BA, 41 and 9E. RGB value is (186,65,158). Sum of RGB (Red+Green+Blue) = 186+65+158=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 65 (25.78% from 255 or 15.89% from 409); Blue value is 158 (62.11% from 255 or 38.63% from 409); Max value from RGB is 186 - color contains mainly: red. Hex color #BA419E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA419E is #45BE61. Grayscale: #6F6F6F. Windows color (decimal): -4570722 or 10371514. OLE color: 10371514.
HSL color Cylindrical-coordinate representation of color #BA419E: hue angle of 313.88º 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 #BA419E is Cyan = 0, Magento = 0.65, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 65 | 158 | - |
| CMYK | 0 | 0.65 | 0.15 | 0.27 |
| HSL | 313.88º | 0.48% | 0.49% | - |
| HSV(B) | 313.88º | 0.65% | 0.73% | - |
| XYZ | 28.31 | 16.69 | 34.08 | - |
| YUV | 111.78 | 154.09 | 180.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 65 | 158 | 0 | 0.65 | 0.15 | 0.27 | 313.88 | 0.48 | 0.49 |
| Hex | BA | 41 | 9E | 0 | 41 | F | 1B | 13A | 30 | 31 |
| Octal | 272 | 101 | 236 | 0 | 101 | 17 | 33 | 472 | 60 | 61 |
| Binary | 10111010 | 1000001 | 10011110 | 0 | 1000001 | 1111 | 11011 | 100111010 | 110000 | 110001 |
Color Harmonies of #BA419E
Complementary color
Monochromatic Colors of #BA419E
Black with #BA419E
Text Example
Text Example
White with #BA419E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA419E; }
p { color: rgb(186,65,158); }
H1.HeaderClassName
{
color: #BA419E;
}
.AnyTagClassName
{
color: #BA419E;
}
</style>
background-color css
<style>
a { background-color: #BA419E; }
a { background-color: rgb(186,65,158); }
div.DivClassName
{
background-color: #BA419E;
}
.BgClassName
{
background-color: #BA419E;
}
</style>
border-color css
<style>
span { border-color: #BA419E; }
span { border-color: rgb(186,65,158); }
td.TdClassName
{
border-color: #BA419E;
}
.TagClassName
{
border-color: #BA419E;
}
</style>