Shades of Wisteria #BA87D6
Tints of Wisteria #BA87D6
RGB
CMYK
RGB Variations
Color information
#BA87D6 (or 0xBA87D6) is known color: Wisteria. HEX triplet: BA, 87 and D6. RGB value is (186,135,214). Sum of RGB (Red+Green+Blue) = 186+135+214=535 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.77% from 535); Green value is 135 (53.12% from 255 or 25.23% from 535); Blue value is 214 (83.98% from 255 or 40% from 535); Max value from RGB is 214 - color contains mainly: blue. Hex color #BA87D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA87D6 is #457829. Grayscale: #9E9E9E. Windows color (decimal): -4552746 or 14059450. OLE color: 14059450.
HSL color Cylindrical-coordinate representation of color #BA87D6: hue angle of 278.73º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BA87D6 is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 135 | 214 | - |
| CMYK | 0.13 | 0.37 | 0 | 0.16 |
| HSL | 278.73º | 0.49% | 0.68% | - |
| HSV(B) | 278.73º | 0.37% | 0.84% | - |
| XYZ | 41.05 | 32.62 | 67.75 | - |
| YUV | 159.26 | 158.9 | 147.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 135 | 214 | 0.13 | 0.37 | 0 | 0.16 | 278.73 | 0.49 | 0.68 |
| Hex | BA | 87 | D6 | D | 25 | 0 | 10 | 117 | 31 | 44 |
| Octal | 272 | 207 | 326 | 15 | 45 | 0 | 20 | 427 | 61 | 104 |
| Binary | 10111010 | 10000111 | 11010110 | 1101 | 100101 | 0 | 10000 | 100010111 | 110001 | 1000100 |
Color Harmonies of #BA87D6
Complementary color
Monochromatic Colors of #BA87D6
Black with #BA87D6
Text Example
Text Example
White with #BA87D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA87D6; }
p { color: rgb(186,135,214); }
H1.HeaderClassName
{
color: #BA87D6;
}
.AnyTagClassName
{
color: #BA87D6;
}
</style>
background-color css
<style>
a { background-color: #BA87D6; }
a { background-color: rgb(186,135,214); }
div.DivClassName
{
background-color: #BA87D6;
}
.BgClassName
{
background-color: #BA87D6;
}
</style>
border-color css
<style>
span { border-color: #BA87D6; }
span { border-color: rgb(186,135,214); }
td.TdClassName
{
border-color: #BA87D6;
}
.TagClassName
{
border-color: #BA87D6;
}
</style>