Shades of Wisteria #BA7EDE
Tints of Wisteria #BA7EDE
RGB
CMYK
RGB Variations
Color information
#BA7EDE (or 0xBA7EDE) is known color: Wisteria. HEX triplet: BA, 7E and DE. RGB value is (186,126,222). Sum of RGB (Red+Green+Blue) = 186+126+222=534 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.83% from 534); Green value is 126 (49.61% from 255 or 23.60% from 534); Blue value is 222 (87.11% from 255 or 41.57% from 534); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA7EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA7EDE is #458121. Grayscale: #9A9A9A. Windows color (decimal): -4555042 or 14581434. OLE color: 14581434.
HSL color Cylindrical-coordinate representation of color #BA7EDE: hue angle of 277.5º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BA7EDE is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 126 | 222 | - |
| CMYK | 0.16 | 0.43 | 0 | 0.13 |
| HSL | 277.5º | 0.59% | 0.68% | - |
| HSV(B) | 277.5º | 0.43% | 0.87% | - |
| XYZ | 40.9 | 30.63 | 72.86 | - |
| YUV | 154.88 | 165.88 | 150.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 126 | 222 | 0.16 | 0.43 | 0 | 0.13 | 277.5 | 0.59 | 0.68 |
| Hex | BA | 7E | DE | 10 | 2B | 0 | D | 116 | 3B | 44 |
| Octal | 272 | 176 | 336 | 20 | 53 | 0 | 15 | 426 | 73 | 104 |
| Binary | 10111010 | 1111110 | 11011110 | 10000 | 101011 | 0 | 1101 | 100010110 | 111011 | 1000100 |
Color Harmonies of #BA7EDE
Complementary color
Monochromatic Colors of #BA7EDE
Black with #BA7EDE
Text Example
Text Example
White with #BA7EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7EDE; }
p { color: rgb(186,126,222); }
H1.HeaderClassName
{
color: #BA7EDE;
}
.AnyTagClassName
{
color: #BA7EDE;
}
</style>
background-color css
<style>
a { background-color: #BA7EDE; }
a { background-color: rgb(186,126,222); }
div.DivClassName
{
background-color: #BA7EDE;
}
.BgClassName
{
background-color: #BA7EDE;
}
</style>
border-color css
<style>
span { border-color: #BA7EDE; }
span { border-color: rgb(186,126,222); }
td.TdClassName
{
border-color: #BA7EDE;
}
.TagClassName
{
border-color: #BA7EDE;
}
</style>