Shades of Mulberry #BA409A
Tints of Mulberry #BA409A
RGB
CMYK
RGB Variations
Color information
#BA409A (or 0xBA409A) is known color: Mulberry. HEX triplet: BA, 40 and 9A. RGB value is (186,64,154). Sum of RGB (Red+Green+Blue) = 186+64+154=404 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.04% from 404); Green value is 64 (25.39% from 255 or 15.84% from 404); Blue value is 154 (60.55% from 255 or 38.12% from 404); Max value from RGB is 186 - color contains mainly: red. Hex color #BA409A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA409A is #45BF65. Grayscale: #6E6E6E. Windows color (decimal): -4570982 or 10109114. OLE color: 10109114.
HSL color Cylindrical-coordinate representation of color #BA409A: hue angle of 315.74º 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 #BA409A is Cyan = 0, Magento = 0.66, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 64 | 154 | - |
| CMYK | 0 | 0.66 | 0.17 | 0.27 |
| HSL | 315.74º | 0.49% | 0.49% | - |
| HSV(B) | 315.74º | 0.66% | 0.73% | - |
| XYZ | 27.92 | 16.44 | 32.27 | - |
| YUV | 110.74 | 152.42 | 181.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 64 | 154 | 0 | 0.66 | 0.17 | 0.27 | 315.74 | 0.49 | 0.49 |
| Hex | BA | 40 | 9A | 0 | 42 | 11 | 1B | 13C | 31 | 31 |
| Octal | 272 | 100 | 232 | 0 | 102 | 21 | 33 | 474 | 61 | 61 |
| Binary | 10111010 | 1000000 | 10011010 | 0 | 1000010 | 10001 | 11011 | 100111100 | 110001 | 110001 |
Color Harmonies of #BA409A
Complementary color
Monochromatic Colors of #BA409A
Black with #BA409A
Text Example
Text Example
White with #BA409A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA409A; }
p { color: rgb(186,64,154); }
H1.HeaderClassName
{
color: #BA409A;
}
.AnyTagClassName
{
color: #BA409A;
}
</style>
background-color css
<style>
a { background-color: #BA409A; }
a { background-color: rgb(186,64,154); }
div.DivClassName
{
background-color: #BA409A;
}
.BgClassName
{
background-color: #BA409A;
}
</style>
border-color css
<style>
span { border-color: #BA409A; }
span { border-color: rgb(186,64,154); }
td.TdClassName
{
border-color: #BA409A;
}
.TagClassName
{
border-color: #BA409A;
}
</style>