Shades of Wisteria #BA83E0
Tints of Wisteria #BA83E0
RGB
CMYK
RGB Variations
Color information
#BA83E0 (or 0xBA83E0) is known color: Wisteria. HEX triplet: BA, 83 and E0. RGB value is (186,131,224). Sum of RGB (Red+Green+Blue) = 186+131+224=541 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.38% from 541); Green value is 131 (51.56% from 255 or 24.21% from 541); Blue value is 224 (87.89% from 255 or 41.40% from 541); Max value from RGB is 224 - color contains mainly: blue. Hex color #BA83E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA83E0 is #457C1F. Grayscale: #9D9D9D. Windows color (decimal): -4553760 or 14713786. OLE color: 14713786.
HSL color Cylindrical-coordinate representation of color #BA83E0: hue angle of 275.48º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BA83E0 is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 131 | 224 | - |
| CMYK | 0.17 | 0.42 | 0 | 0.12 |
| HSL | 275.48º | 0.6% | 0.7% | - |
| HSV(B) | 275.48º | 0.42% | 0.88% | - |
| XYZ | 41.82 | 32.05 | 74.5 | - |
| YUV | 158.05 | 165.22 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 131 | 224 | 0.17 | 0.42 | 0 | 0.12 | 275.48 | 0.6 | 0.7 |
| Hex | BA | 83 | E0 | 11 | 2A | 0 | C | 113 | 3C | 46 |
| Octal | 272 | 203 | 340 | 21 | 52 | 0 | 14 | 423 | 74 | 106 |
| Binary | 10111010 | 10000011 | 11100000 | 10001 | 101010 | 0 | 1100 | 100010011 | 111100 | 1000110 |
Color Harmonies of #BA83E0
Complementary color
Monochromatic Colors of #BA83E0
Black with #BA83E0
Text Example
Text Example
White with #BA83E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA83E0; }
p { color: rgb(186,131,224); }
H1.HeaderClassName
{
color: #BA83E0;
}
.AnyTagClassName
{
color: #BA83E0;
}
</style>
background-color css
<style>
a { background-color: #BA83E0; }
a { background-color: rgb(186,131,224); }
div.DivClassName
{
background-color: #BA83E0;
}
.BgClassName
{
background-color: #BA83E0;
}
</style>
border-color css
<style>
span { border-color: #BA83E0; }
span { border-color: rgb(186,131,224); }
td.TdClassName
{
border-color: #BA83E0;
}
.TagClassName
{
border-color: #BA83E0;
}
</style>