Shades of Wisteria #BA88D9
Tints of Wisteria #BA88D9
RGB
CMYK
RGB Variations
Color information
#BA88D9 (or 0xBA88D9) is known color: Wisteria. HEX triplet: BA, 88 and D9. RGB value is (186,136,217). Sum of RGB (Red+Green+Blue) = 186+136+217=539 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.51% from 539); Green value is 136 (53.52% from 255 or 25.23% from 539); Blue value is 217 (85.16% from 255 or 40.26% from 539); Max value from RGB is 217 - color contains mainly: blue. Hex color #BA88D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA88D9 is #457726. Grayscale: #9F9F9F. Windows color (decimal): -4552487 or 14256314. OLE color: 14256314.
HSL color Cylindrical-coordinate representation of color #BA88D9: hue angle of 277.04º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BA88D9 is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 136 | 217 | - |
| CMYK | 0.14 | 0.37 | 0 | 0.15 |
| HSL | 277.04º | 0.52% | 0.69% | - |
| HSV(B) | 277.04º | 0.37% | 0.85% | - |
| XYZ | 41.58 | 33.06 | 69.83 | - |
| YUV | 160.18 | 160.07 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 136 | 217 | 0.14 | 0.37 | 0 | 0.15 | 277.04 | 0.52 | 0.69 |
| Hex | BA | 88 | D9 | E | 25 | 0 | F | 115 | 34 | 45 |
| Octal | 272 | 210 | 331 | 16 | 45 | 0 | 17 | 425 | 64 | 105 |
| Binary | 10111010 | 10001000 | 11011001 | 1110 | 100101 | 0 | 1111 | 100010101 | 110100 | 1000101 |
Color Harmonies of #BA88D9
Complementary color
Monochromatic Colors of #BA88D9
Black with #BA88D9
Text Example
Text Example
White with #BA88D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA88D9; }
p { color: rgb(186,136,217); }
H1.HeaderClassName
{
color: #BA88D9;
}
.AnyTagClassName
{
color: #BA88D9;
}
</style>
background-color css
<style>
a { background-color: #BA88D9; }
a { background-color: rgb(186,136,217); }
div.DivClassName
{
background-color: #BA88D9;
}
.BgClassName
{
background-color: #BA88D9;
}
</style>
border-color css
<style>
span { border-color: #BA88D9; }
span { border-color: rgb(186,136,217); }
td.TdClassName
{
border-color: #BA88D9;
}
.TagClassName
{
border-color: #BA88D9;
}
</style>