Shades of Wisteria #BA87DD
Tints of Wisteria #BA87DD
RGB
CMYK
RGB Variations
Color information
#BA87DD (or 0xBA87DD) is known color: Wisteria. HEX triplet: BA, 87 and DD. RGB value is (186,135,221). Sum of RGB (Red+Green+Blue) = 186+135+221=542 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.32% from 542); Green value is 135 (53.12% from 255 or 24.91% from 542); Blue value is 221 (86.72% from 255 or 40.77% from 542); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA87DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA87DD is #457822. Grayscale: #9F9F9F. Windows color (decimal): -4552739 or 14518202. OLE color: 14518202.
HSL color Cylindrical-coordinate representation of color #BA87DD: hue angle of 275.58º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BA87DD is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 135 | 221 | - |
| CMYK | 0.16 | 0.39 | 0 | 0.13 |
| HSL | 275.58º | 0.56% | 0.7% | - |
| HSV(B) | 275.58º | 0.39% | 0.87% | - |
| XYZ | 41.96 | 32.99 | 72.56 | - |
| YUV | 160.05 | 162.4 | 146.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 135 | 221 | 0.16 | 0.39 | 0 | 0.13 | 275.58 | 0.56 | 0.7 |
| Hex | BA | 87 | DD | 10 | 27 | 0 | D | 114 | 38 | 46 |
| Octal | 272 | 207 | 335 | 20 | 47 | 0 | 15 | 424 | 70 | 106 |
| Binary | 10111010 | 10000111 | 11011101 | 10000 | 100111 | 0 | 1101 | 100010100 | 111000 | 1000110 |
Color Harmonies of #BA87DD
Complementary color
Monochromatic Colors of #BA87DD
Black with #BA87DD
Text Example
Text Example
White with #BA87DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA87DD; }
p { color: rgb(186,135,221); }
H1.HeaderClassName
{
color: #BA87DD;
}
.AnyTagClassName
{
color: #BA87DD;
}
</style>
background-color css
<style>
a { background-color: #BA87DD; }
a { background-color: rgb(186,135,221); }
div.DivClassName
{
background-color: #BA87DD;
}
.BgClassName
{
background-color: #BA87DD;
}
</style>
border-color css
<style>
span { border-color: #BA87DD; }
span { border-color: rgb(186,135,221); }
td.TdClassName
{
border-color: #BA87DD;
}
.TagClassName
{
border-color: #BA87DD;
}
</style>