Shades of Wisteria #BA82DE
Tints of Wisteria #BA82DE
RGB
CMYK
RGB Variations
Color information
#BA82DE (or 0xBA82DE) is known color: Wisteria. HEX triplet: BA, 82 and DE. RGB value is (186,130,222). Sum of RGB (Red+Green+Blue) = 186+130+222=538 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.57% from 538); Green value is 130 (51.17% from 255 or 24.16% from 538); Blue value is 222 (87.11% from 255 or 41.26% from 538); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA82DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA82DE is #457D21. Grayscale: #9C9C9C. Windows color (decimal): -4554018 or 14582458. OLE color: 14582458.
HSL color Cylindrical-coordinate representation of color #BA82DE: hue angle of 276.52º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BA82DE is Cyan = 0.16, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 130 | 222 | - |
| CMYK | 0.16 | 0.41 | 0 | 0.13 |
| HSL | 276.52º | 0.58% | 0.69% | - |
| HSV(B) | 276.52º | 0.41% | 0.87% | - |
| XYZ | 41.42 | 31.68 | 73.04 | - |
| YUV | 157.23 | 164.55 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 130 | 222 | 0.16 | 0.41 | 0 | 0.13 | 276.52 | 0.58 | 0.69 |
| Hex | BA | 82 | DE | 10 | 29 | 0 | D | 115 | 3A | 45 |
| Octal | 272 | 202 | 336 | 20 | 51 | 0 | 15 | 425 | 72 | 105 |
| Binary | 10111010 | 10000010 | 11011110 | 10000 | 101001 | 0 | 1101 | 100010101 | 111010 | 1000101 |
Color Harmonies of #BA82DE
Complementary color
Monochromatic Colors of #BA82DE
Black with #BA82DE
Text Example
Text Example
White with #BA82DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA82DE; }
p { color: rgb(186,130,222); }
H1.HeaderClassName
{
color: #BA82DE;
}
.AnyTagClassName
{
color: #BA82DE;
}
</style>
background-color css
<style>
a { background-color: #BA82DE; }
a { background-color: rgb(186,130,222); }
div.DivClassName
{
background-color: #BA82DE;
}
.BgClassName
{
background-color: #BA82DE;
}
</style>
border-color css
<style>
span { border-color: #BA82DE; }
span { border-color: rgb(186,130,222); }
td.TdClassName
{
border-color: #BA82DE;
}
.TagClassName
{
border-color: #BA82DE;
}
</style>