Shades of Wisteria #BA81E5
Tints of Wisteria #BA81E5
RGB
CMYK
RGB Variations
Color information
#BA81E5 (or 0xBA81E5) is known color: Wisteria. HEX triplet: BA, 81 and E5. RGB value is (186,129,229). Sum of RGB (Red+Green+Blue) = 186+129+229=544 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.19% from 544); Green value is 129 (50.78% from 255 or 23.71% from 544); Blue value is 229 (89.84% from 255 or 42.10% from 544); Max value from RGB is 229 - color contains mainly: blue. Hex color #BA81E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA81E5 is #457E1A. Grayscale: #9D9D9D. Windows color (decimal): -4554267 or 15040954. OLE color: 15040954.
HSL color Cylindrical-coordinate representation of color #BA81E5: hue angle of 274.2º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BA81E5 is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 129 | 229 | - |
| CMYK | 0.19 | 0.44 | 0 | 0.10 |
| HSL | 274.2º | 0.66% | 0.7% | - |
| HSV(B) | 274.2º | 0.44% | 0.9% | - |
| XYZ | 42.24 | 31.8 | 78.04 | - |
| YUV | 157.44 | 168.38 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 129 | 229 | 0.19 | 0.44 | 0 | 0.10 | 274.2 | 0.66 | 0.7 |
| Hex | BA | 81 | E5 | 13 | 2C | 0 | A | 112 | 42 | 46 |
| Octal | 272 | 201 | 345 | 23 | 54 | 0 | 12 | 422 | 102 | 106 |
| Binary | 10111010 | 10000001 | 11100101 | 10011 | 101100 | 0 | 1010 | 100010010 | 1000010 | 1000110 |
Color Harmonies of #BA81E5
Complementary color
Monochromatic Colors of #BA81E5
Black with #BA81E5
Text Example
Text Example
White with #BA81E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA81E5; }
p { color: rgb(186,129,229); }
H1.HeaderClassName
{
color: #BA81E5;
}
.AnyTagClassName
{
color: #BA81E5;
}
</style>
background-color css
<style>
a { background-color: #BA81E5; }
a { background-color: rgb(186,129,229); }
div.DivClassName
{
background-color: #BA81E5;
}
.BgClassName
{
background-color: #BA81E5;
}
</style>
border-color css
<style>
span { border-color: #BA81E5; }
span { border-color: rgb(186,129,229); }
td.TdClassName
{
border-color: #BA81E5;
}
.TagClassName
{
border-color: #BA81E5;
}
</style>