Shades of Wisteria #BA83E5
Tints of Wisteria #BA83E5
RGB
CMYK
RGB Variations
Color information
#BA83E5 (or 0xBA83E5) is known color: Wisteria. HEX triplet: BA, 83 and E5. RGB value is (186,131,229). Sum of RGB (Red+Green+Blue) = 186+131+229=546 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.07% from 546); Green value is 131 (51.56% from 255 or 23.99% from 546); Blue value is 229 (89.84% from 255 or 41.94% from 546); Max value from RGB is 229 - color contains mainly: blue. Hex color #BA83E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA83E5 is #457C1A. Grayscale: #9E9E9E. Windows color (decimal): -4553755 or 15041466. OLE color: 15041466.
HSL color Cylindrical-coordinate representation of color #BA83E5: hue angle of 273.67º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BA83E5 is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 131 | 229 | - |
| CMYK | 0.19 | 0.43 | 0 | 0.10 |
| HSL | 273.67º | 0.65% | 0.71% | - |
| HSV(B) | 273.67º | 0.43% | 0.9% | - |
| XYZ | 42.51 | 32.33 | 78.13 | - |
| YUV | 158.62 | 167.72 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 131 | 229 | 0.19 | 0.43 | 0 | 0.10 | 273.67 | 0.65 | 0.71 |
| Hex | BA | 83 | E5 | 13 | 2B | 0 | A | 112 | 41 | 47 |
| Octal | 272 | 203 | 345 | 23 | 53 | 0 | 12 | 422 | 101 | 107 |
| Binary | 10111010 | 10000011 | 11100101 | 10011 | 101011 | 0 | 1010 | 100010010 | 1000001 | 1000111 |
Color Harmonies of #BA83E5
Complementary color
Monochromatic Colors of #BA83E5
Black with #BA83E5
Text Example
Text Example
White with #BA83E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA83E5; }
p { color: rgb(186,131,229); }
H1.HeaderClassName
{
color: #BA83E5;
}
.AnyTagClassName
{
color: #BA83E5;
}
</style>
background-color css
<style>
a { background-color: #BA83E5; }
a { background-color: rgb(186,131,229); }
div.DivClassName
{
background-color: #BA83E5;
}
.BgClassName
{
background-color: #BA83E5;
}
</style>
border-color css
<style>
span { border-color: #BA83E5; }
span { border-color: rgb(186,131,229); }
td.TdClassName
{
border-color: #BA83E5;
}
.TagClassName
{
border-color: #BA83E5;
}
</style>