Shades of Mulberry #BA45A3
Tints of Mulberry #BA45A3
RGB
CMYK
RGB Variations
Color information
#BA45A3 (or 0xBA45A3) is known color: Mulberry. HEX triplet: BA, 45 and A3. RGB value is (186,69,163). Sum of RGB (Red+Green+Blue) = 186+69+163=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 69 (27.34% from 255 or 16.51% from 418); Blue value is 163 (64.06% from 255 or 39.00% from 418); Max value from RGB is 186 - color contains mainly: red. Hex color #BA45A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA45A3 is #45BA5C. Grayscale: #727272. Windows color (decimal): -4569693 or 10700218. OLE color: 10700218.
HSL color Cylindrical-coordinate representation of color #BA45A3: hue angle of 311.79º 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 #BA45A3 is Cyan = 0, Magento = 0.63, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 69 | 163 | - |
| CMYK | 0 | 0.63 | 0.12 | 0.27 |
| HSL | 311.79º | 0.46% | 0.5% | - |
| HSV(B) | 311.79º | 0.63% | 0.73% | - |
| XYZ | 28.99 | 17.34 | 36.47 | - |
| YUV | 114.7 | 155.26 | 178.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 69 | 163 | 0 | 0.63 | 0.12 | 0.27 | 311.79 | 0.46 | 0.5 |
| Hex | BA | 45 | A3 | 0 | 3F | C | 1B | 138 | 2E | 32 |
| Octal | 272 | 105 | 243 | 0 | 77 | 14 | 33 | 470 | 56 | 62 |
| Binary | 10111010 | 1000101 | 10100011 | 0 | 111111 | 1100 | 11011 | 100111000 | 101110 | 110010 |
Color Harmonies of #BA45A3
Complementary color
Monochromatic Colors of #BA45A3
Black with #BA45A3
Text Example
Text Example
White with #BA45A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA45A3; }
p { color: rgb(186,69,163); }
H1.HeaderClassName
{
color: #BA45A3;
}
.AnyTagClassName
{
color: #BA45A3;
}
</style>
background-color css
<style>
a { background-color: #BA45A3; }
a { background-color: rgb(186,69,163); }
div.DivClassName
{
background-color: #BA45A3;
}
.BgClassName
{
background-color: #BA45A3;
}
</style>
border-color css
<style>
span { border-color: #BA45A3; }
span { border-color: rgb(186,69,163); }
td.TdClassName
{
border-color: #BA45A3;
}
.TagClassName
{
border-color: #BA45A3;
}
</style>