Shades of Mulberry #BA469E
Tints of Mulberry #BA469E
RGB
CMYK
RGB Variations
Color information
#BA469E (or 0xBA469E) is known color: Mulberry. HEX triplet: BA, 46 and 9E. RGB value is (186,70,158). Sum of RGB (Red+Green+Blue) = 186+70+158=414 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.93% from 414); Green value is 70 (27.73% from 255 or 16.91% from 414); Blue value is 158 (62.11% from 255 or 38.16% from 414); Max value from RGB is 186 - color contains mainly: red. Hex color #BA469E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA469E is #45B961. Grayscale: #727272. Windows color (decimal): -4569442 or 10372794. OLE color: 10372794.
HSL color Cylindrical-coordinate representation of color #BA469E: hue angle of 314.48º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA469E is Cyan = 0, Magento = 0.62, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 70 | 158 | - |
| CMYK | 0 | 0.62 | 0.15 | 0.27 |
| HSL | 314.48º | 0.46% | 0.5% | - |
| HSV(B) | 314.48º | 0.62% | 0.73% | - |
| XYZ | 28.61 | 17.29 | 34.18 | - |
| YUV | 114.72 | 152.43 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 70 | 158 | 0 | 0.62 | 0.15 | 0.27 | 314.48 | 0.46 | 0.5 |
| Hex | BA | 46 | 9E | 0 | 3E | F | 1B | 13A | 2E | 32 |
| Octal | 272 | 106 | 236 | 0 | 76 | 17 | 33 | 472 | 56 | 62 |
| Binary | 10111010 | 1000110 | 10011110 | 0 | 111110 | 1111 | 11011 | 100111010 | 101110 | 110010 |
Color Harmonies of #BA469E
Complementary color
Monochromatic Colors of #BA469E
Black with #BA469E
Text Example
Text Example
White with #BA469E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA469E; }
p { color: rgb(186,70,158); }
H1.HeaderClassName
{
color: #BA469E;
}
.AnyTagClassName
{
color: #BA469E;
}
</style>
background-color css
<style>
a { background-color: #BA469E; }
a { background-color: rgb(186,70,158); }
div.DivClassName
{
background-color: #BA469E;
}
.BgClassName
{
background-color: #BA469E;
}
</style>
border-color css
<style>
span { border-color: #BA469E; }
span { border-color: rgb(186,70,158); }
td.TdClassName
{
border-color: #BA469E;
}
.TagClassName
{
border-color: #BA469E;
}
</style>