Shades of Wisteria #BA8BD6
Tints of Wisteria #BA8BD6
RGB
CMYK
RGB Variations
Color information
#BA8BD6 (or 0xBA8BD6) is known color: Wisteria. HEX triplet: BA, 8B and D6. RGB value is (186,139,214). Sum of RGB (Red+Green+Blue) = 186+139+214=539 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.51% from 539); Green value is 139 (54.69% from 255 or 25.79% from 539); Blue value is 214 (83.98% from 255 or 39.70% from 539); Max value from RGB is 214 - color contains mainly: blue. Hex color #BA8BD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8BD6 is #457429. Grayscale: #A1A1A1. Windows color (decimal): -4551722 or 14060474. OLE color: 14060474.
HSL color Cylindrical-coordinate representation of color #BA8BD6: hue angle of 277.6º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BA8BD6 is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 139 | 214 | - |
| CMYK | 0.13 | 0.35 | 0 | 0.16 |
| HSL | 277.6º | 0.48% | 0.69% | - |
| HSV(B) | 277.6º | 0.35% | 0.84% | - |
| XYZ | 41.62 | 33.76 | 67.94 | - |
| YUV | 161.6 | 157.57 | 145.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 139 | 214 | 0.13 | 0.35 | 0 | 0.16 | 277.6 | 0.48 | 0.69 |
| Hex | BA | 8B | D6 | D | 23 | 0 | 10 | 116 | 30 | 45 |
| Octal | 272 | 213 | 326 | 15 | 43 | 0 | 20 | 426 | 60 | 105 |
| Binary | 10111010 | 10001011 | 11010110 | 1101 | 100011 | 0 | 10000 | 100010110 | 110000 | 1000101 |
Color Harmonies of #BA8BD6
Complementary color
Monochromatic Colors of #BA8BD6
Black with #BA8BD6
Text Example
Text Example
White with #BA8BD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8BD6; }
p { color: rgb(186,139,214); }
H1.HeaderClassName
{
color: #BA8BD6;
}
.AnyTagClassName
{
color: #BA8BD6;
}
</style>
background-color css
<style>
a { background-color: #BA8BD6; }
a { background-color: rgb(186,139,214); }
div.DivClassName
{
background-color: #BA8BD6;
}
.BgClassName
{
background-color: #BA8BD6;
}
</style>
border-color css
<style>
span { border-color: #BA8BD6; }
span { border-color: rgb(186,139,214); }
td.TdClassName
{
border-color: #BA8BD6;
}
.TagClassName
{
border-color: #BA8BD6;
}
</style>