Shades of Wisteria #BA84DC
Tints of Wisteria #BA84DC
RGB
CMYK
RGB Variations
Color information
#BA84DC (or 0xBA84DC) is known color: Wisteria. HEX triplet: BA, 84 and DC. RGB value is (186,132,220). Sum of RGB (Red+Green+Blue) = 186+132+220=538 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.57% from 538); Green value is 132 (51.95% from 255 or 24.54% from 538); Blue value is 220 (86.33% from 255 or 40.89% from 538); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA84DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA84DC is #457B23. Grayscale: #9D9D9D. Windows color (decimal): -4553508 or 14451898. OLE color: 14451898.
HSL color Cylindrical-coordinate representation of color #BA84DC: hue angle of 276.82º degrees, saturation: 0.56, 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 #BA84DC is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 132 | 220 | - |
| CMYK | 0.15 | 0.40 | 0 | 0.14 |
| HSL | 276.82º | 0.56% | 0.69% | - |
| HSV(B) | 276.82º | 0.4% | 0.86% | - |
| XYZ | 41.42 | 32.11 | 71.72 | - |
| YUV | 158.18 | 162.89 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 132 | 220 | 0.15 | 0.40 | 0 | 0.14 | 276.82 | 0.56 | 0.69 |
| Hex | BA | 84 | DC | F | 28 | 0 | E | 115 | 38 | 45 |
| Octal | 272 | 204 | 334 | 17 | 50 | 0 | 16 | 425 | 70 | 105 |
| Binary | 10111010 | 10000100 | 11011100 | 1111 | 101000 | 0 | 1110 | 100010101 | 111000 | 1000101 |
Color Harmonies of #BA84DC
Complementary color
Monochromatic Colors of #BA84DC
Black with #BA84DC
Text Example
Text Example
White with #BA84DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA84DC; }
p { color: rgb(186,132,220); }
H1.HeaderClassName
{
color: #BA84DC;
}
.AnyTagClassName
{
color: #BA84DC;
}
</style>
background-color css
<style>
a { background-color: #BA84DC; }
a { background-color: rgb(186,132,220); }
div.DivClassName
{
background-color: #BA84DC;
}
.BgClassName
{
background-color: #BA84DC;
}
</style>
border-color css
<style>
span { border-color: #BA84DC; }
span { border-color: rgb(186,132,220); }
td.TdClassName
{
border-color: #BA84DC;
}
.TagClassName
{
border-color: #BA84DC;
}
</style>