Shades of Mulberry #BA508B
Tints of Mulberry #BA508B
RGB
CMYK
RGB Variations
Color information
#BA508B (or 0xBA508B) is known color: Mulberry. HEX triplet: BA, 50 and 8B. RGB value is (186,80,139). Sum of RGB (Red+Green+Blue) = 186+80+139=405 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.93% from 405); Green value is 80 (31.64% from 255 or 19.75% from 405); Blue value is 139 (54.69% from 255 or 34.32% from 405); Max value from RGB is 186 - color contains mainly: red. Hex color #BA508B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA508B is #45AF74. Grayscale: #767676. Windows color (decimal): -4566901 or 9130170. OLE color: 9130170.
HSL color Cylindrical-coordinate representation of color #BA508B: hue angle of 326.6º 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 #BA508B is Cyan = 0, Magento = 0.57, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 80 | 139 | - |
| CMYK | 0 | 0.57 | 0.25 | 0.27 |
| HSL | 326.6º | 0.43% | 0.52% | - |
| HSV(B) | 326.6º | 0.57% | 0.73% | - |
| XYZ | 27.78 | 18.04 | 26.44 | - |
| YUV | 118.42 | 139.62 | 176.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 80 | 139 | 0 | 0.57 | 0.25 | 0.27 | 326.6 | 0.43 | 0.52 |
| Hex | BA | 50 | 8B | 0 | 39 | 19 | 1B | 147 | 2B | 34 |
| Octal | 272 | 120 | 213 | 0 | 71 | 31 | 33 | 507 | 53 | 64 |
| Binary | 10111010 | 1010000 | 10001011 | 0 | 111001 | 11001 | 11011 | 101000111 | 101011 | 110100 |
Color Harmonies of #BA508B
Complementary color
Monochromatic Colors of #BA508B
Black with #BA508B
Text Example
Text Example
White with #BA508B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA508B; }
p { color: rgb(186,80,139); }
H1.HeaderClassName
{
color: #BA508B;
}
.AnyTagClassName
{
color: #BA508B;
}
</style>
background-color css
<style>
a { background-color: #BA508B; }
a { background-color: rgb(186,80,139); }
div.DivClassName
{
background-color: #BA508B;
}
.BgClassName
{
background-color: #BA508B;
}
</style>
border-color css
<style>
span { border-color: #BA508B; }
span { border-color: rgb(186,80,139); }
td.TdClassName
{
border-color: #BA508B;
}
.TagClassName
{
border-color: #BA508B;
}
</style>