Shades of Wisteria #BA7EEC
Tints of Wisteria #BA7EEC
RGB
CMYK
RGB Variations
Color information
#BA7EEC (or 0xBA7EEC) is known color: Wisteria. HEX triplet: BA, 7E and EC. RGB value is (186,126,236). Sum of RGB (Red+Green+Blue) = 186+126+236=548 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.94% from 548); Green value is 126 (49.61% from 255 or 22.99% from 548); Blue value is 236 (92.58% from 255 or 43.07% from 548); Max value from RGB is 236 - color contains mainly: blue. Hex color #BA7EEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA7EEC is #458113. Grayscale: #9C9C9C. Windows color (decimal): -4555028 or 15498938. OLE color: 15498938.
HSL color Cylindrical-coordinate representation of color #BA7EEC: hue angle of 272.73º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BA7EEC is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 126 | 236 | - |
| CMYK | 0.21 | 0.47 | 0 | 0.07 |
| HSL | 272.73º | 0.74% | 0.71% | - |
| HSV(B) | 272.73º | 0.47% | 0.93% | - |
| XYZ | 42.85 | 31.42 | 83.16 | - |
| YUV | 156.48 | 172.88 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 126 | 236 | 0.21 | 0.47 | 0 | 0.07 | 272.73 | 0.74 | 0.71 |
| Hex | BA | 7E | EC | 15 | 2F | 0 | 7 | 111 | 4A | 47 |
| Octal | 272 | 176 | 354 | 25 | 57 | 0 | 7 | 421 | 112 | 107 |
| Binary | 10111010 | 1111110 | 11101100 | 10101 | 101111 | 0 | 111 | 100010001 | 1001010 | 1000111 |
Color Harmonies of #BA7EEC
Complementary color
Monochromatic Colors of #BA7EEC
Black with #BA7EEC
Text Example
Text Example
White with #BA7EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7EEC; }
p { color: rgb(186,126,236); }
H1.HeaderClassName
{
color: #BA7EEC;
}
.AnyTagClassName
{
color: #BA7EEC;
}
</style>
background-color css
<style>
a { background-color: #BA7EEC; }
a { background-color: rgb(186,126,236); }
div.DivClassName
{
background-color: #BA7EEC;
}
.BgClassName
{
background-color: #BA7EEC;
}
</style>
border-color css
<style>
span { border-color: #BA7EEC; }
span { border-color: rgb(186,126,236); }
td.TdClassName
{
border-color: #BA7EEC;
}
.TagClassName
{
border-color: #BA7EEC;
}
</style>