Shades of Wisteria #BA84DA
Tints of Wisteria #BA84DA
RGB
CMYK
RGB Variations
Color information
#BA84DA (or 0xBA84DA) is known color: Wisteria. HEX triplet: BA, 84 and DA. RGB value is (186,132,218). Sum of RGB (Red+Green+Blue) = 186+132+218=536 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.70% from 536); Green value is 132 (51.95% from 255 or 24.63% from 536); Blue value is 218 (85.55% from 255 or 40.67% from 536); Max value from RGB is 218 - color contains mainly: blue. Hex color #BA84DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA84DA is #457B25. Grayscale: #9D9D9D. Windows color (decimal): -4553510 or 14320826. OLE color: 14320826.
HSL color Cylindrical-coordinate representation of color #BA84DA: hue angle of 277.67º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BA84DA is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 132 | 218 | - |
| CMYK | 0.15 | 0.39 | 0 | 0.15 |
| HSL | 277.67º | 0.54% | 0.69% | - |
| HSV(B) | 277.67º | 0.39% | 0.85% | - |
| XYZ | 41.16 | 32 | 70.34 | - |
| YUV | 157.95 | 161.89 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 132 | 218 | 0.15 | 0.39 | 0 | 0.15 | 277.67 | 0.54 | 0.69 |
| Hex | BA | 84 | DA | F | 27 | 0 | F | 116 | 36 | 45 |
| Octal | 272 | 204 | 332 | 17 | 47 | 0 | 17 | 426 | 66 | 105 |
| Binary | 10111010 | 10000100 | 11011010 | 1111 | 100111 | 0 | 1111 | 100010110 | 110110 | 1000101 |
Color Harmonies of #BA84DA
Complementary color
Monochromatic Colors of #BA84DA
Black with #BA84DA
Text Example
Text Example
White with #BA84DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA84DA; }
p { color: rgb(186,132,218); }
H1.HeaderClassName
{
color: #BA84DA;
}
.AnyTagClassName
{
color: #BA84DA;
}
</style>
background-color css
<style>
a { background-color: #BA84DA; }
a { background-color: rgb(186,132,218); }
div.DivClassName
{
background-color: #BA84DA;
}
.BgClassName
{
background-color: #BA84DA;
}
</style>
border-color css
<style>
span { border-color: #BA84DA; }
span { border-color: rgb(186,132,218); }
td.TdClassName
{
border-color: #BA84DA;
}
.TagClassName
{
border-color: #BA84DA;
}
</style>