Shades of Mulberry #BA509A
Tints of Mulberry #BA509A
RGB
CMYK
RGB Variations
Color information
#BA509A (or 0xBA509A) is known color: Mulberry. HEX triplet: BA, 50 and 9A. RGB value is (186,80,154). Sum of RGB (Red+Green+Blue) = 186+80+154=420 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.29% from 420); Green value is 80 (31.64% from 255 or 19.05% from 420); Blue value is 154 (60.55% from 255 or 36.67% from 420); Max value from RGB is 186 - color contains mainly: red. Hex color #BA509A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA509A is #45AF65. Grayscale: #777777. Windows color (decimal): -4566886 or 10113210. OLE color: 10113210.
HSL color Cylindrical-coordinate representation of color #BA509A: hue angle of 318.11º 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 #BA509A is Cyan = 0, Magento = 0.57, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 80 | 154 | - |
| CMYK | 0 | 0.57 | 0.17 | 0.27 |
| HSL | 318.11º | 0.43% | 0.52% | - |
| HSV(B) | 318.11º | 0.57% | 0.73% | - |
| XYZ | 28.95 | 18.51 | 32.62 | - |
| YUV | 120.13 | 147.12 | 174.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 80 | 154 | 0 | 0.57 | 0.17 | 0.27 | 318.11 | 0.43 | 0.52 |
| Hex | BA | 50 | 9A | 0 | 39 | 11 | 1B | 13E | 2B | 34 |
| Octal | 272 | 120 | 232 | 0 | 71 | 21 | 33 | 476 | 53 | 64 |
| Binary | 10111010 | 1010000 | 10011010 | 0 | 111001 | 10001 | 11011 | 100111110 | 101011 | 110100 |
Color Harmonies of #BA509A
Complementary color
Monochromatic Colors of #BA509A
Black with #BA509A
Text Example
Text Example
White with #BA509A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA509A; }
p { color: rgb(186,80,154); }
H1.HeaderClassName
{
color: #BA509A;
}
.AnyTagClassName
{
color: #BA509A;
}
</style>
background-color css
<style>
a { background-color: #BA509A; }
a { background-color: rgb(186,80,154); }
div.DivClassName
{
background-color: #BA509A;
}
.BgClassName
{
background-color: #BA509A;
}
</style>
border-color css
<style>
span { border-color: #BA509A; }
span { border-color: rgb(186,80,154); }
td.TdClassName
{
border-color: #BA509A;
}
.TagClassName
{
border-color: #BA509A;
}
</style>