Shades of Wisteria #BA82D9
Tints of Wisteria #BA82D9
RGB
CMYK
RGB Variations
Color information
#BA82D9 (or 0xBA82D9) is known color: Wisteria. HEX triplet: BA, 82 and D9. RGB value is (186,130,217). Sum of RGB (Red+Green+Blue) = 186+130+217=533 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.90% from 533); Green value is 130 (51.17% from 255 or 24.39% from 533); Blue value is 217 (85.16% from 255 or 40.71% from 533); Max value from RGB is 217 - color contains mainly: blue. Hex color #BA82D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA82D9 is #457D26. Grayscale: #9C9C9C. Windows color (decimal): -4554023 or 14254778. OLE color: 14254778.
HSL color Cylindrical-coordinate representation of color #BA82D9: hue angle of 278.62º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BA82D9 is Cyan = 0.14, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 130 | 217 | - |
| CMYK | 0.14 | 0.40 | 0 | 0.15 |
| HSL | 278.62º | 0.53% | 0.68% | - |
| HSV(B) | 278.62º | 0.4% | 0.85% | - |
| XYZ | 40.76 | 31.41 | 69.56 | - |
| YUV | 156.66 | 162.05 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 130 | 217 | 0.14 | 0.40 | 0 | 0.15 | 278.62 | 0.53 | 0.68 |
| Hex | BA | 82 | D9 | E | 28 | 0 | F | 117 | 35 | 44 |
| Octal | 272 | 202 | 331 | 16 | 50 | 0 | 17 | 427 | 65 | 104 |
| Binary | 10111010 | 10000010 | 11011001 | 1110 | 101000 | 0 | 1111 | 100010111 | 110101 | 1000100 |
Color Harmonies of #BA82D9
Complementary color
Monochromatic Colors of #BA82D9
Black with #BA82D9
Text Example
Text Example
White with #BA82D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA82D9; }
p { color: rgb(186,130,217); }
H1.HeaderClassName
{
color: #BA82D9;
}
.AnyTagClassName
{
color: #BA82D9;
}
</style>
background-color css
<style>
a { background-color: #BA82D9; }
a { background-color: rgb(186,130,217); }
div.DivClassName
{
background-color: #BA82D9;
}
.BgClassName
{
background-color: #BA82D9;
}
</style>
border-color css
<style>
span { border-color: #BA82D9; }
span { border-color: rgb(186,130,217); }
td.TdClassName
{
border-color: #BA82D9;
}
.TagClassName
{
border-color: #BA82D9;
}
</style>