Shades of Wisteria #BA7BDE
Tints of Wisteria #BA7BDE
RGB
CMYK
RGB Variations
Color information
#BA7BDE (or 0xBA7BDE) is known color: Wisteria. HEX triplet: BA, 7B and DE. RGB value is (186,123,222). Sum of RGB (Red+Green+Blue) = 186+123+222=531 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.03% from 531); Green value is 123 (48.44% from 255 or 23.16% from 531); Blue value is 222 (87.11% from 255 or 41.81% from 531); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA7BDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA7BDE is #458421. Grayscale: #989898. Windows color (decimal): -4555810 or 14580666. OLE color: 14580666.
HSL color Cylindrical-coordinate representation of color #BA7BDE: hue angle of 278.18º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BA7BDE is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 123 | 222 | - |
| CMYK | 0.16 | 0.45 | 0 | 0.13 |
| HSL | 278.18º | 0.6% | 0.68% | - |
| HSV(B) | 278.18º | 0.45% | 0.87% | - |
| XYZ | 40.52 | 29.88 | 72.74 | - |
| YUV | 153.12 | 166.87 | 151.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 123 | 222 | 0.16 | 0.45 | 0 | 0.13 | 278.18 | 0.6 | 0.68 |
| Hex | BA | 7B | DE | 10 | 2D | 0 | D | 116 | 3C | 44 |
| Octal | 272 | 173 | 336 | 20 | 55 | 0 | 15 | 426 | 74 | 104 |
| Binary | 10111010 | 1111011 | 11011110 | 10000 | 101101 | 0 | 1101 | 100010110 | 111100 | 1000100 |
Color Harmonies of #BA7BDE
Complementary color
Monochromatic Colors of #BA7BDE
Black with #BA7BDE
Text Example
Text Example
White with #BA7BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7BDE; }
p { color: rgb(186,123,222); }
H1.HeaderClassName
{
color: #BA7BDE;
}
.AnyTagClassName
{
color: #BA7BDE;
}
</style>
background-color css
<style>
a { background-color: #BA7BDE; }
a { background-color: rgb(186,123,222); }
div.DivClassName
{
background-color: #BA7BDE;
}
.BgClassName
{
background-color: #BA7BDE;
}
</style>
border-color css
<style>
span { border-color: #BA7BDE; }
span { border-color: rgb(186,123,222); }
td.TdClassName
{
border-color: #BA7BDE;
}
.TagClassName
{
border-color: #BA7BDE;
}
</style>