Shades of Wisteria #BA82DD
Tints of Wisteria #BA82DD
RGB
CMYK
RGB Variations
Color information
#BA82DD (or 0xBA82DD) is known color: Wisteria. HEX triplet: BA, 82 and DD. RGB value is (186,130,221). Sum of RGB (Red+Green+Blue) = 186+130+221=537 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.64% from 537); Green value is 130 (51.17% from 255 or 24.21% from 537); Blue value is 221 (86.72% from 255 or 41.15% from 537); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA82DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA82DD is #457D22. Grayscale: #9C9C9C. Windows color (decimal): -4554019 or 14516922. OLE color: 14516922.
HSL color Cylindrical-coordinate representation of color #BA82DD: hue angle of 276.92º degrees, saturation: 0.57, 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 #BA82DD is Cyan = 0.16, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 130 | 221 | - |
| CMYK | 0.16 | 0.41 | 0 | 0.13 |
| HSL | 276.92º | 0.57% | 0.69% | - |
| HSV(B) | 276.92º | 0.41% | 0.87% | - |
| XYZ | 41.28 | 31.62 | 72.33 | - |
| YUV | 157.12 | 164.05 | 148.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 130 | 221 | 0.16 | 0.41 | 0 | 0.13 | 276.92 | 0.57 | 0.69 |
| Hex | BA | 82 | DD | 10 | 29 | 0 | D | 115 | 39 | 45 |
| Octal | 272 | 202 | 335 | 20 | 51 | 0 | 15 | 425 | 71 | 105 |
| Binary | 10111010 | 10000010 | 11011101 | 10000 | 101001 | 0 | 1101 | 100010101 | 111001 | 1000101 |
Color Harmonies of #BA82DD
Complementary color
Monochromatic Colors of #BA82DD
Black with #BA82DD
Text Example
Text Example
White with #BA82DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA82DD; }
p { color: rgb(186,130,221); }
H1.HeaderClassName
{
color: #BA82DD;
}
.AnyTagClassName
{
color: #BA82DD;
}
</style>
background-color css
<style>
a { background-color: #BA82DD; }
a { background-color: rgb(186,130,221); }
div.DivClassName
{
background-color: #BA82DD;
}
.BgClassName
{
background-color: #BA82DD;
}
</style>
border-color css
<style>
span { border-color: #BA82DD; }
span { border-color: rgb(186,130,221); }
td.TdClassName
{
border-color: #BA82DD;
}
.TagClassName
{
border-color: #BA82DD;
}
</style>