Shades of Wisteria #BA86D8
Tints of Wisteria #BA86D8
RGB
CMYK
RGB Variations
Color information
#BA86D8 (or 0xBA86D8) is known color: Wisteria. HEX triplet: BA, 86 and D8. RGB value is (186,134,216). Sum of RGB (Red+Green+Blue) = 186+134+216=536 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.70% from 536); Green value is 134 (52.73% from 255 or 25% from 536); Blue value is 216 (84.77% from 255 or 40.30% from 536); Max value from RGB is 216 - color contains mainly: blue. Hex color #BA86D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA86D8 is #457927. Grayscale: #9E9E9E. Windows color (decimal): -4553000 or 14190266. OLE color: 14190266.
HSL color Cylindrical-coordinate representation of color #BA86D8: hue angle of 278.05º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BA86D8 is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 134 | 216 | - |
| CMYK | 0.14 | 0.38 | 0 | 0.15 |
| HSL | 278.05º | 0.51% | 0.69% | - |
| HSV(B) | 278.05º | 0.38% | 0.85% | - |
| XYZ | 41.17 | 32.45 | 69.06 | - |
| YUV | 158.9 | 160.23 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 134 | 216 | 0.14 | 0.38 | 0 | 0.15 | 278.05 | 0.51 | 0.69 |
| Hex | BA | 86 | D8 | E | 26 | 0 | F | 116 | 33 | 45 |
| Octal | 272 | 206 | 330 | 16 | 46 | 0 | 17 | 426 | 63 | 105 |
| Binary | 10111010 | 10000110 | 11011000 | 1110 | 100110 | 0 | 1111 | 100010110 | 110011 | 1000101 |
Color Harmonies of #BA86D8
Complementary color
Monochromatic Colors of #BA86D8
Black with #BA86D8
Text Example
Text Example
White with #BA86D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA86D8; }
p { color: rgb(186,134,216); }
H1.HeaderClassName
{
color: #BA86D8;
}
.AnyTagClassName
{
color: #BA86D8;
}
</style>
background-color css
<style>
a { background-color: #BA86D8; }
a { background-color: rgb(186,134,216); }
div.DivClassName
{
background-color: #BA86D8;
}
.BgClassName
{
background-color: #BA86D8;
}
</style>
border-color css
<style>
span { border-color: #BA86D8; }
span { border-color: rgb(186,134,216); }
td.TdClassName
{
border-color: #BA86D8;
}
.TagClassName
{
border-color: #BA86D8;
}
</style>