Shades of Mulberry #BA62A0
Tints of Mulberry #BA62A0
RGB
CMYK
RGB Variations
Color information
#BA62A0 (or 0xBA62A0) is known color: Mulberry. HEX triplet: BA, 62 and A0. RGB value is (186,98,160). Sum of RGB (Red+Green+Blue) = 186+98+160=444 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.89% from 444); Green value is 98 (38.67% from 255 or 22.07% from 444); Blue value is 160 (62.89% from 255 or 36.04% from 444); Max value from RGB is 186 - color contains mainly: red. Hex color #BA62A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA62A0 is #459D5F. Grayscale: #838383. Windows color (decimal): -4562272 or 10511034. OLE color: 10511034.
HSL color Cylindrical-coordinate representation of color #BA62A0: hue angle of 317.73º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BA62A0 is Cyan = 0, Magento = 0.47, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 98 | 160 | - |
| CMYK | 0 | 0.47 | 0.14 | 0.27 |
| HSL | 317.73º | 0.39% | 0.56% | - |
| HSV(B) | 317.73º | 0.47% | 0.73% | - |
| XYZ | 30.96 | 21.71 | 35.82 | - |
| YUV | 131.38 | 144.15 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 98 | 160 | 0 | 0.47 | 0.14 | 0.27 | 317.73 | 0.39 | 0.56 |
| Hex | BA | 62 | A0 | 0 | 2F | E | 1B | 13E | 27 | 38 |
| Octal | 272 | 142 | 240 | 0 | 57 | 16 | 33 | 476 | 47 | 70 |
| Binary | 10111010 | 1100010 | 10100000 | 0 | 101111 | 1110 | 11011 | 100111110 | 100111 | 111000 |
Color Harmonies of #BA62A0
Complementary color
Monochromatic Colors of #BA62A0
Black with #BA62A0
Text Example
Text Example
White with #BA62A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA62A0; }
p { color: rgb(186,98,160); }
H1.HeaderClassName
{
color: #BA62A0;
}
.AnyTagClassName
{
color: #BA62A0;
}
</style>
background-color css
<style>
a { background-color: #BA62A0; }
a { background-color: rgb(186,98,160); }
div.DivClassName
{
background-color: #BA62A0;
}
.BgClassName
{
background-color: #BA62A0;
}
</style>
border-color css
<style>
span { border-color: #BA62A0; }
span { border-color: rgb(186,98,160); }
td.TdClassName
{
border-color: #BA62A0;
}
.TagClassName
{
border-color: #BA62A0;
}
</style>