Shades of Mulberry #BA508F
Tints of Mulberry #BA508F
RGB
CMYK
RGB Variations
Color information
#BA508F (or 0xBA508F) is known color: Mulberry. HEX triplet: BA, 50 and 8F. RGB value is (186,80,143). Sum of RGB (Red+Green+Blue) = 186+80+143=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 80 (31.64% from 255 or 19.56% from 409); Blue value is 143 (56.25% from 255 or 34.96% from 409); Max value from RGB is 186 - color contains mainly: red. Hex color #BA508F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA508F is #45AF70. Grayscale: #767676. Windows color (decimal): -4566897 or 9392314. OLE color: 9392314.
HSL color Cylindrical-coordinate representation of color #BA508F: hue angle of 324.34º 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 #BA508F is Cyan = 0, Magento = 0.57, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 80 | 143 | - |
| CMYK | 0 | 0.57 | 0.23 | 0.27 |
| HSL | 324.34º | 0.43% | 0.52% | - |
| HSV(B) | 324.34º | 0.57% | 0.73% | - |
| XYZ | 28.08 | 18.16 | 28.01 | - |
| YUV | 118.88 | 141.62 | 175.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 80 | 143 | 0 | 0.57 | 0.23 | 0.27 | 324.34 | 0.43 | 0.52 |
| Hex | BA | 50 | 8F | 0 | 39 | 17 | 1B | 144 | 2B | 34 |
| Octal | 272 | 120 | 217 | 0 | 71 | 27 | 33 | 504 | 53 | 64 |
| Binary | 10111010 | 1010000 | 10001111 | 0 | 111001 | 10111 | 11011 | 101000100 | 101011 | 110100 |
Color Harmonies of #BA508F
Complementary color
Monochromatic Colors of #BA508F
Black with #BA508F
Text Example
Text Example
White with #BA508F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA508F; }
p { color: rgb(186,80,143); }
H1.HeaderClassName
{
color: #BA508F;
}
.AnyTagClassName
{
color: #BA508F;
}
</style>
background-color css
<style>
a { background-color: #BA508F; }
a { background-color: rgb(186,80,143); }
div.DivClassName
{
background-color: #BA508F;
}
.BgClassName
{
background-color: #BA508F;
}
</style>
border-color css
<style>
span { border-color: #BA508F; }
span { border-color: rgb(186,80,143); }
td.TdClassName
{
border-color: #BA508F;
}
.TagClassName
{
border-color: #BA508F;
}
</style>