Shades of Wisteria #BA84DB
Tints of Wisteria #BA84DB
RGB
CMYK
RGB Variations
Color information
#BA84DB (or 0xBA84DB) is known color: Wisteria. HEX triplet: BA, 84 and DB. RGB value is (186,132,219). Sum of RGB (Red+Green+Blue) = 186+132+219=537 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.64% from 537); Green value is 132 (51.95% from 255 or 24.58% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA84DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA84DB is #457B24. Grayscale: #9D9D9D. Windows color (decimal): -4553509 or 14386362. OLE color: 14386362.
HSL color Cylindrical-coordinate representation of color #BA84DB: hue angle of 277.24º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BA84DB is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 132 | 219 | - |
| CMYK | 0.15 | 0.40 | 0 | 0.14 |
| HSL | 277.24º | 0.55% | 0.69% | - |
| HSV(B) | 277.24º | 0.4% | 0.86% | - |
| XYZ | 41.29 | 32.06 | 71.03 | - |
| YUV | 158.06 | 162.39 | 147.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 132 | 219 | 0.15 | 0.40 | 0 | 0.14 | 277.24 | 0.55 | 0.69 |
| Hex | BA | 84 | DB | F | 28 | 0 | E | 115 | 37 | 45 |
| Octal | 272 | 204 | 333 | 17 | 50 | 0 | 16 | 425 | 67 | 105 |
| Binary | 10111010 | 10000100 | 11011011 | 1111 | 101000 | 0 | 1110 | 100010101 | 110111 | 1000101 |
Color Harmonies of #BA84DB
Complementary color
Monochromatic Colors of #BA84DB
Black with #BA84DB
Text Example
Text Example
White with #BA84DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA84DB; }
p { color: rgb(186,132,219); }
H1.HeaderClassName
{
color: #BA84DB;
}
.AnyTagClassName
{
color: #BA84DB;
}
</style>
background-color css
<style>
a { background-color: #BA84DB; }
a { background-color: rgb(186,132,219); }
div.DivClassName
{
background-color: #BA84DB;
}
.BgClassName
{
background-color: #BA84DB;
}
</style>
border-color css
<style>
span { border-color: #BA84DB; }
span { border-color: rgb(186,132,219); }
td.TdClassName
{
border-color: #BA84DB;
}
.TagClassName
{
border-color: #BA84DB;
}
</style>