Shades of Mulberry #BA459F
Tints of Mulberry #BA459F
RGB
CMYK
RGB Variations
Color information
#BA459F (or 0xBA459F) is known color: Mulberry. HEX triplet: BA, 45 and 9F. RGB value is (186,69,159). Sum of RGB (Red+Green+Blue) = 186+69+159=414 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.93% from 414); Green value is 69 (27.34% from 255 or 16.67% from 414); Blue value is 159 (62.5% from 255 or 38.41% from 414); Max value from RGB is 186 - color contains mainly: red. Hex color #BA459F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA459F is #45BA60. Grayscale: #717171. Windows color (decimal): -4569697 or 10438074. OLE color: 10438074.
HSL color Cylindrical-coordinate representation of color #BA459F: hue angle of 313.85º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BA459F is Cyan = 0, Magento = 0.63, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 69 | 159 | - |
| CMYK | 0 | 0.63 | 0.15 | 0.27 |
| HSL | 313.85º | 0.46% | 0.5% | - |
| HSV(B) | 313.85º | 0.63% | 0.73% | - |
| XYZ | 28.64 | 17.2 | 34.61 | - |
| YUV | 114.24 | 153.26 | 179.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 69 | 159 | 0 | 0.63 | 0.15 | 0.27 | 313.85 | 0.46 | 0.5 |
| Hex | BA | 45 | 9F | 0 | 3F | F | 1B | 13A | 2E | 32 |
| Octal | 272 | 105 | 237 | 0 | 77 | 17 | 33 | 472 | 56 | 62 |
| Binary | 10111010 | 1000101 | 10011111 | 0 | 111111 | 1111 | 11011 | 100111010 | 101110 | 110010 |
Color Harmonies of #BA459F
Complementary color
Monochromatic Colors of #BA459F
Black with #BA459F
Text Example
Text Example
White with #BA459F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA459F; }
p { color: rgb(186,69,159); }
H1.HeaderClassName
{
color: #BA459F;
}
.AnyTagClassName
{
color: #BA459F;
}
</style>
background-color css
<style>
a { background-color: #BA459F; }
a { background-color: rgb(186,69,159); }
div.DivClassName
{
background-color: #BA459F;
}
.BgClassName
{
background-color: #BA459F;
}
</style>
border-color css
<style>
span { border-color: #BA459F; }
span { border-color: rgb(186,69,159); }
td.TdClassName
{
border-color: #BA459F;
}
.TagClassName
{
border-color: #BA459F;
}
</style>