Shades of Mulberry #BA509D
Tints of Mulberry #BA509D
RGB
CMYK
RGB Variations
Color information
#BA509D (or 0xBA509D) is known color: Mulberry. HEX triplet: BA, 50 and 9D. RGB value is (186,80,157). Sum of RGB (Red+Green+Blue) = 186+80+157=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 80 (31.64% from 255 or 18.91% from 423); Blue value is 157 (61.72% from 255 or 37.12% from 423); Max value from RGB is 186 - color contains mainly: red. Hex color #BA509D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA509D is #45AF62. Grayscale: #787878. Windows color (decimal): -4566883 or 10309818. OLE color: 10309818.
HSL color Cylindrical-coordinate representation of color #BA509D: hue angle of 316.42º 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 #BA509D is Cyan = 0, Magento = 0.57, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 80 | 157 | - |
| CMYK | 0 | 0.57 | 0.16 | 0.27 |
| HSL | 316.42º | 0.43% | 0.52% | - |
| HSV(B) | 316.42º | 0.57% | 0.73% | - |
| XYZ | 29.2 | 18.61 | 33.95 | - |
| YUV | 120.47 | 148.62 | 174.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 80 | 157 | 0 | 0.57 | 0.16 | 0.27 | 316.42 | 0.43 | 0.52 |
| Hex | BA | 50 | 9D | 0 | 39 | 10 | 1B | 13C | 2B | 34 |
| Octal | 272 | 120 | 235 | 0 | 71 | 20 | 33 | 474 | 53 | 64 |
| Binary | 10111010 | 1010000 | 10011101 | 0 | 111001 | 10000 | 11011 | 100111100 | 101011 | 110100 |
Color Harmonies of #BA509D
Complementary color
Monochromatic Colors of #BA509D
Black with #BA509D
Text Example
Text Example
White with #BA509D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA509D; }
p { color: rgb(186,80,157); }
H1.HeaderClassName
{
color: #BA509D;
}
.AnyTagClassName
{
color: #BA509D;
}
</style>
background-color css
<style>
a { background-color: #BA509D; }
a { background-color: rgb(186,80,157); }
div.DivClassName
{
background-color: #BA509D;
}
.BgClassName
{
background-color: #BA509D;
}
</style>
border-color css
<style>
span { border-color: #BA509D; }
span { border-color: rgb(186,80,157); }
td.TdClassName
{
border-color: #BA509D;
}
.TagClassName
{
border-color: #BA509D;
}
</style>