Shades of Wisteria #BA87DC
Tints of Wisteria #BA87DC
RGB
CMYK
RGB Variations
Color information
#BA87DC (or 0xBA87DC) is known color: Wisteria. HEX triplet: BA, 87 and DC. RGB value is (186,135,220). Sum of RGB (Red+Green+Blue) = 186+135+220=541 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.38% from 541); Green value is 135 (53.12% from 255 or 24.95% from 541); Blue value is 220 (86.33% from 255 or 40.67% from 541); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA87DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA87DC is #457823. Grayscale: #9F9F9F. Windows color (decimal): -4552740 or 14452666. OLE color: 14452666.
HSL color Cylindrical-coordinate representation of color #BA87DC: hue angle of 276º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BA87DC is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 135 | 220 | - |
| CMYK | 0.15 | 0.39 | 0 | 0.14 |
| HSL | 276º | 0.55% | 0.7% | - |
| HSV(B) | 276º | 0.39% | 0.86% | - |
| XYZ | 41.83 | 32.93 | 71.86 | - |
| YUV | 159.94 | 161.9 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 135 | 220 | 0.15 | 0.39 | 0 | 0.14 | 276 | 0.55 | 0.7 |
| Hex | BA | 87 | DC | F | 27 | 0 | E | 114 | 37 | 46 |
| Octal | 272 | 207 | 334 | 17 | 47 | 0 | 16 | 424 | 67 | 106 |
| Binary | 10111010 | 10000111 | 11011100 | 1111 | 100111 | 0 | 1110 | 100010100 | 110111 | 1000110 |
Color Harmonies of #BA87DC
Complementary color
Monochromatic Colors of #BA87DC
Black with #BA87DC
Text Example
Text Example
White with #BA87DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA87DC; }
p { color: rgb(186,135,220); }
H1.HeaderClassName
{
color: #BA87DC;
}
.AnyTagClassName
{
color: #BA87DC;
}
</style>
background-color css
<style>
a { background-color: #BA87DC; }
a { background-color: rgb(186,135,220); }
div.DivClassName
{
background-color: #BA87DC;
}
.BgClassName
{
background-color: #BA87DC;
}
</style>
border-color css
<style>
span { border-color: #BA87DC; }
span { border-color: rgb(186,135,220); }
td.TdClassName
{
border-color: #BA87DC;
}
.TagClassName
{
border-color: #BA87DC;
}
</style>