Shades of Wisteria #BA86D6
Tints of Wisteria #BA86D6
RGB
CMYK
RGB Variations
Color information
#BA86D6 (or 0xBA86D6) is known color: Wisteria. HEX triplet: BA, 86 and D6. RGB value is (186,134,214). Sum of RGB (Red+Green+Blue) = 186+134+214=534 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.83% from 534); Green value is 134 (52.73% from 255 or 25.09% from 534); Blue value is 214 (83.98% from 255 or 40.07% from 534); Max value from RGB is 214 - color contains mainly: blue. Hex color #BA86D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA86D6 is #457929. Grayscale: #9E9E9E. Windows color (decimal): -4553002 or 14059194. OLE color: 14059194.
HSL color Cylindrical-coordinate representation of color #BA86D6: hue angle of 279º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BA86D6 is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 134 | 214 | - |
| CMYK | 0.13 | 0.37 | 0 | 0.16 |
| HSL | 279º | 0.49% | 0.68% | - |
| HSV(B) | 279º | 0.37% | 0.84% | - |
| XYZ | 40.91 | 32.34 | 67.71 | - |
| YUV | 158.67 | 159.23 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 134 | 214 | 0.13 | 0.37 | 0 | 0.16 | 279 | 0.49 | 0.68 |
| Hex | BA | 86 | D6 | D | 25 | 0 | 10 | 117 | 31 | 44 |
| Octal | 272 | 206 | 326 | 15 | 45 | 0 | 20 | 427 | 61 | 104 |
| Binary | 10111010 | 10000110 | 11010110 | 1101 | 100101 | 0 | 10000 | 100010111 | 110001 | 1000100 |
Color Harmonies of #BA86D6
Complementary color
Monochromatic Colors of #BA86D6
Black with #BA86D6
Text Example
Text Example
White with #BA86D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA86D6; }
p { color: rgb(186,134,214); }
H1.HeaderClassName
{
color: #BA86D6;
}
.AnyTagClassName
{
color: #BA86D6;
}
</style>
background-color css
<style>
a { background-color: #BA86D6; }
a { background-color: rgb(186,134,214); }
div.DivClassName
{
background-color: #BA86D6;
}
.BgClassName
{
background-color: #BA86D6;
}
</style>
border-color css
<style>
span { border-color: #BA86D6; }
span { border-color: rgb(186,134,214); }
td.TdClassName
{
border-color: #BA86D6;
}
.TagClassName
{
border-color: #BA86D6;
}
</style>