Shades of Wisteria #BA7EE8
Tints of Wisteria #BA7EE8
RGB
CMYK
RGB Variations
Color information
#BA7EE8 (or 0xBA7EE8) is known color: Wisteria. HEX triplet: BA, 7E and E8. RGB value is (186,126,232). Sum of RGB (Red+Green+Blue) = 186+126+232=544 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.19% from 544); Green value is 126 (49.61% from 255 or 23.16% from 544); Blue value is 232 (91.02% from 255 or 42.65% from 544); Max value from RGB is 232 - color contains mainly: blue. Hex color #BA7EE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA7EE8 is #458117. Grayscale: #9B9B9B. Windows color (decimal): -4555032 or 15236794. OLE color: 15236794.
HSL color Cylindrical-coordinate representation of color #BA7EE8: hue angle of 273.96º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BA7EE8 is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 126 | 232 | - |
| CMYK | 0.20 | 0.46 | 0 | 0.09 |
| HSL | 273.96º | 0.7% | 0.7% | - |
| HSV(B) | 273.96º | 0.46% | 0.91% | - |
| XYZ | 42.28 | 31.19 | 80.14 | - |
| YUV | 156.02 | 170.88 | 149.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 126 | 232 | 0.20 | 0.46 | 0 | 0.09 | 273.96 | 0.7 | 0.7 |
| Hex | BA | 7E | E8 | 14 | 2E | 0 | 9 | 112 | 46 | 46 |
| Octal | 272 | 176 | 350 | 24 | 56 | 0 | 11 | 422 | 106 | 106 |
| Binary | 10111010 | 1111110 | 11101000 | 10100 | 101110 | 0 | 1001 | 100010010 | 1000110 | 1000110 |
Color Harmonies of #BA7EE8
Complementary color
Monochromatic Colors of #BA7EE8
Black with #BA7EE8
Text Example
Text Example
White with #BA7EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7EE8; }
p { color: rgb(186,126,232); }
H1.HeaderClassName
{
color: #BA7EE8;
}
.AnyTagClassName
{
color: #BA7EE8;
}
</style>
background-color css
<style>
a { background-color: #BA7EE8; }
a { background-color: rgb(186,126,232); }
div.DivClassName
{
background-color: #BA7EE8;
}
.BgClassName
{
background-color: #BA7EE8;
}
</style>
border-color css
<style>
span { border-color: #BA7EE8; }
span { border-color: rgb(186,126,232); }
td.TdClassName
{
border-color: #BA7EE8;
}
.TagClassName
{
border-color: #BA7EE8;
}
</style>