Shades of Mulberry #BA50A1
Tints of Mulberry #BA50A1
RGB
CMYK
RGB Variations
Color information
#BA50A1 (or 0xBA50A1) is known color: Mulberry. HEX triplet: BA, 50 and A1. RGB value is (186,80,161). Sum of RGB (Red+Green+Blue) = 186+80+161=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 80 (31.64% from 255 or 18.74% from 427); Blue value is 161 (63.28% from 255 or 37.70% from 427); Max value from RGB is 186 - color contains mainly: red. Hex color #BA50A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA50A1 is #45AF5E. Grayscale: #787878. Windows color (decimal): -4566879 or 10571962. OLE color: 10571962.
HSL color Cylindrical-coordinate representation of color #BA50A1: hue angle of 314.15º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BA50A1 is Cyan = 0, Magento = 0.57, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 80 | 161 | - |
| CMYK | 0 | 0.57 | 0.13 | 0.27 |
| HSL | 314.15º | 0.43% | 0.52% | - |
| HSV(B) | 314.15º | 0.57% | 0.73% | - |
| XYZ | 29.55 | 18.75 | 35.78 | - |
| YUV | 120.93 | 150.62 | 174.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 80 | 161 | 0 | 0.57 | 0.13 | 0.27 | 314.15 | 0.43 | 0.52 |
| Hex | BA | 50 | A1 | 0 | 39 | D | 1B | 13A | 2B | 34 |
| Octal | 272 | 120 | 241 | 0 | 71 | 15 | 33 | 472 | 53 | 64 |
| Binary | 10111010 | 1010000 | 10100001 | 0 | 111001 | 1101 | 11011 | 100111010 | 101011 | 110100 |
Color Harmonies of #BA50A1
Complementary color
Monochromatic Colors of #BA50A1
Black with #BA50A1
Text Example
Text Example
White with #BA50A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA50A1; }
p { color: rgb(186,80,161); }
H1.HeaderClassName
{
color: #BA50A1;
}
.AnyTagClassName
{
color: #BA50A1;
}
</style>
background-color css
<style>
a { background-color: #BA50A1; }
a { background-color: rgb(186,80,161); }
div.DivClassName
{
background-color: #BA50A1;
}
.BgClassName
{
background-color: #BA50A1;
}
</style>
border-color css
<style>
span { border-color: #BA50A1; }
span { border-color: rgb(186,80,161); }
td.TdClassName
{
border-color: #BA50A1;
}
.TagClassName
{
border-color: #BA50A1;
}
</style>