Shades of Wisteria #BA8BD8
Tints of Wisteria #BA8BD8
RGB
CMYK
RGB Variations
Color information
#BA8BD8 (or 0xBA8BD8) is known color: Wisteria. HEX triplet: BA, 8B and D8. RGB value is (186,139,216). Sum of RGB (Red+Green+Blue) = 186+139+216=541 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.38% from 541); Green value is 139 (54.69% from 255 or 25.69% from 541); Blue value is 216 (84.77% from 255 or 39.93% from 541); Max value from RGB is 216 - color contains mainly: blue. Hex color #BA8BD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8BD8 is #457427. Grayscale: #A1A1A1. Windows color (decimal): -4551720 or 14191546. OLE color: 14191546.
HSL color Cylindrical-coordinate representation of color #BA8BD8: hue angle of 276.62º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BA8BD8 is Cyan = 0.14, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 139 | 216 | - |
| CMYK | 0.14 | 0.36 | 0 | 0.15 |
| HSL | 276.62º | 0.5% | 0.7% | - |
| HSV(B) | 276.62º | 0.36% | 0.85% | - |
| XYZ | 41.88 | 33.86 | 69.29 | - |
| YUV | 161.83 | 158.57 | 145.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 139 | 216 | 0.14 | 0.36 | 0 | 0.15 | 276.62 | 0.5 | 0.7 |
| Hex | BA | 8B | D8 | E | 24 | 0 | F | 115 | 32 | 46 |
| Octal | 272 | 213 | 330 | 16 | 44 | 0 | 17 | 425 | 62 | 106 |
| Binary | 10111010 | 10001011 | 11011000 | 1110 | 100100 | 0 | 1111 | 100010101 | 110010 | 1000110 |
Color Harmonies of #BA8BD8
Complementary color
Monochromatic Colors of #BA8BD8
Black with #BA8BD8
Text Example
Text Example
White with #BA8BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8BD8; }
p { color: rgb(186,139,216); }
H1.HeaderClassName
{
color: #BA8BD8;
}
.AnyTagClassName
{
color: #BA8BD8;
}
</style>
background-color css
<style>
a { background-color: #BA8BD8; }
a { background-color: rgb(186,139,216); }
div.DivClassName
{
background-color: #BA8BD8;
}
.BgClassName
{
background-color: #BA8BD8;
}
</style>
border-color css
<style>
span { border-color: #BA8BD8; }
span { border-color: rgb(186,139,216); }
td.TdClassName
{
border-color: #BA8BD8;
}
.TagClassName
{
border-color: #BA8BD8;
}
</style>