Shades of Mulberry #BA619F
Tints of Mulberry #BA619F
RGB
CMYK
RGB Variations
Color information
#BA619F (or 0xBA619F) is known color: Mulberry. HEX triplet: BA, 61 and 9F. RGB value is (186,97,159). Sum of RGB (Red+Green+Blue) = 186+97+159=442 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.08% from 442); Green value is 97 (38.28% from 255 or 21.95% from 442); Blue value is 159 (62.5% from 255 or 35.97% from 442); Max value from RGB is 186 - color contains mainly: red. Hex color #BA619F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA619F is #459E60. Grayscale: #828282. Windows color (decimal): -4562529 or 10445242. OLE color: 10445242.
HSL color Cylindrical-coordinate representation of color #BA619F: hue angle of 318.2º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA619F is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 97 | 159 | - |
| CMYK | 0 | 0.48 | 0.15 | 0.27 |
| HSL | 318.2º | 0.39% | 0.55% | - |
| HSV(B) | 318.2º | 0.48% | 0.73% | - |
| XYZ | 30.78 | 21.49 | 35.33 | - |
| YUV | 130.68 | 143.99 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 97 | 159 | 0 | 0.48 | 0.15 | 0.27 | 318.2 | 0.39 | 0.55 |
| Hex | BA | 61 | 9F | 0 | 30 | F | 1B | 13E | 27 | 37 |
| Octal | 272 | 141 | 237 | 0 | 60 | 17 | 33 | 476 | 47 | 67 |
| Binary | 10111010 | 1100001 | 10011111 | 0 | 110000 | 1111 | 11011 | 100111110 | 100111 | 110111 |
Color Harmonies of #BA619F
Complementary color
Monochromatic Colors of #BA619F
Black with #BA619F
Text Example
Text Example
White with #BA619F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA619F; }
p { color: rgb(186,97,159); }
H1.HeaderClassName
{
color: #BA619F;
}
.AnyTagClassName
{
color: #BA619F;
}
</style>
background-color css
<style>
a { background-color: #BA619F; }
a { background-color: rgb(186,97,159); }
div.DivClassName
{
background-color: #BA619F;
}
.BgClassName
{
background-color: #BA619F;
}
</style>
border-color css
<style>
span { border-color: #BA619F; }
span { border-color: rgb(186,97,159); }
td.TdClassName
{
border-color: #BA619F;
}
.TagClassName
{
border-color: #BA619F;
}
</style>