Shades of Mulberry #BA45A1
Tints of Mulberry #BA45A1
RGB
CMYK
RGB Variations
Color information
#BA45A1 (or 0xBA45A1) is known color: Mulberry. HEX triplet: BA, 45 and A1. RGB value is (186,69,161). Sum of RGB (Red+Green+Blue) = 186+69+161=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 69 (27.34% from 255 or 16.59% from 416); Blue value is 161 (63.28% from 255 or 38.70% from 416); Max value from RGB is 186 - color contains mainly: red. Hex color #BA45A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA45A1 is #45BA5E. Grayscale: #727272. Windows color (decimal): -4569695 or 10569146. OLE color: 10569146.
HSL color Cylindrical-coordinate representation of color #BA45A1: hue angle of 312.82º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BA45A1 is Cyan = 0, Magento = 0.63, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 69 | 161 | - |
| CMYK | 0 | 0.63 | 0.13 | 0.27 |
| HSL | 312.82º | 0.46% | 0.5% | - |
| HSV(B) | 312.82º | 0.63% | 0.73% | - |
| XYZ | 28.81 | 17.27 | 35.53 | - |
| YUV | 114.47 | 154.26 | 179.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 69 | 161 | 0 | 0.63 | 0.13 | 0.27 | 312.82 | 0.46 | 0.5 |
| Hex | BA | 45 | A1 | 0 | 3F | D | 1B | 139 | 2E | 32 |
| Octal | 272 | 105 | 241 | 0 | 77 | 15 | 33 | 471 | 56 | 62 |
| Binary | 10111010 | 1000101 | 10100001 | 0 | 111111 | 1101 | 11011 | 100111001 | 101110 | 110010 |
Color Harmonies of #BA45A1
Complementary color
Monochromatic Colors of #BA45A1
Black with #BA45A1
Text Example
Text Example
White with #BA45A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA45A1; }
p { color: rgb(186,69,161); }
H1.HeaderClassName
{
color: #BA45A1;
}
.AnyTagClassName
{
color: #BA45A1;
}
</style>
background-color css
<style>
a { background-color: #BA45A1; }
a { background-color: rgb(186,69,161); }
div.DivClassName
{
background-color: #BA45A1;
}
.BgClassName
{
background-color: #BA45A1;
}
</style>
border-color css
<style>
span { border-color: #BA45A1; }
span { border-color: rgb(186,69,161); }
td.TdClassName
{
border-color: #BA45A1;
}
.TagClassName
{
border-color: #BA45A1;
}
</style>