Shades of Wisteria #BA86E1
Tints of Wisteria #BA86E1
RGB
CMYK
RGB Variations
Color information
#BA86E1 (or 0xBA86E1) is known color: Wisteria. HEX triplet: BA, 86 and E1. RGB value is (186,134,225). Sum of RGB (Red+Green+Blue) = 186+134+225=545 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.13% from 545); Green value is 134 (52.73% from 255 or 24.59% from 545); Blue value is 225 (88.28% from 255 or 41.28% from 545); Max value from RGB is 225 - color contains mainly: blue. Hex color #BA86E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA86E1 is #45791E. Grayscale: #9F9F9F. Windows color (decimal): -4552991 or 14780090. OLE color: 14780090.
HSL color Cylindrical-coordinate representation of color #BA86E1: hue angle of 274.29º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BA86E1 is Cyan = 0.17, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 134 | 225 | - |
| CMYK | 0.17 | 0.40 | 0 | 0.12 |
| HSL | 274.29º | 0.6% | 0.7% | - |
| HSV(B) | 274.29º | 0.4% | 0.88% | - |
| XYZ | 42.37 | 32.93 | 75.36 | - |
| YUV | 159.92 | 164.73 | 146.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 134 | 225 | 0.17 | 0.40 | 0 | 0.12 | 274.29 | 0.6 | 0.7 |
| Hex | BA | 86 | E1 | 11 | 28 | 0 | C | 112 | 3C | 46 |
| Octal | 272 | 206 | 341 | 21 | 50 | 0 | 14 | 422 | 74 | 106 |
| Binary | 10111010 | 10000110 | 11100001 | 10001 | 101000 | 0 | 1100 | 100010010 | 111100 | 1000110 |
Color Harmonies of #BA86E1
Complementary color
Monochromatic Colors of #BA86E1
Black with #BA86E1
Text Example
Text Example
White with #BA86E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA86E1; }
p { color: rgb(186,134,225); }
H1.HeaderClassName
{
color: #BA86E1;
}
.AnyTagClassName
{
color: #BA86E1;
}
</style>
background-color css
<style>
a { background-color: #BA86E1; }
a { background-color: rgb(186,134,225); }
div.DivClassName
{
background-color: #BA86E1;
}
.BgClassName
{
background-color: #BA86E1;
}
</style>
border-color css
<style>
span { border-color: #BA86E1; }
span { border-color: rgb(186,134,225); }
td.TdClassName
{
border-color: #BA86E1;
}
.TagClassName
{
border-color: #BA86E1;
}
</style>