Shades of Wisteria #BA83DD
Tints of Wisteria #BA83DD
RGB
CMYK
RGB Variations
Color information
#BA83DD (or 0xBA83DD) is known color: Wisteria. HEX triplet: BA, 83 and DD. RGB value is (186,131,221). Sum of RGB (Red+Green+Blue) = 186+131+221=538 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.57% from 538); Green value is 131 (51.56% from 255 or 24.35% from 538); Blue value is 221 (86.72% from 255 or 41.08% from 538); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA83DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA83DD is #457C22. Grayscale: #9D9D9D. Windows color (decimal): -4553763 or 14517178. OLE color: 14517178.
HSL color Cylindrical-coordinate representation of color #BA83DD: hue angle of 276.67º 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 #BA83DD is Cyan = 0.16, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 131 | 221 | - |
| CMYK | 0.16 | 0.41 | 0 | 0.13 |
| HSL | 276.67º | 0.57% | 0.69% | - |
| HSV(B) | 276.67º | 0.41% | 0.87% | - |
| XYZ | 41.42 | 31.89 | 72.38 | - |
| YUV | 157.71 | 163.72 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 131 | 221 | 0.16 | 0.41 | 0 | 0.13 | 276.67 | 0.57 | 0.69 |
| Hex | BA | 83 | DD | 10 | 29 | 0 | D | 115 | 39 | 45 |
| Octal | 272 | 203 | 335 | 20 | 51 | 0 | 15 | 425 | 71 | 105 |
| Binary | 10111010 | 10000011 | 11011101 | 10000 | 101001 | 0 | 1101 | 100010101 | 111001 | 1000101 |
Color Harmonies of #BA83DD
Complementary color
Monochromatic Colors of #BA83DD
Black with #BA83DD
Text Example
Text Example
White with #BA83DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA83DD; }
p { color: rgb(186,131,221); }
H1.HeaderClassName
{
color: #BA83DD;
}
.AnyTagClassName
{
color: #BA83DD;
}
</style>
background-color css
<style>
a { background-color: #BA83DD; }
a { background-color: rgb(186,131,221); }
div.DivClassName
{
background-color: #BA83DD;
}
.BgClassName
{
background-color: #BA83DD;
}
</style>
border-color css
<style>
span { border-color: #BA83DD; }
span { border-color: rgb(186,131,221); }
td.TdClassName
{
border-color: #BA83DD;
}
.TagClassName
{
border-color: #BA83DD;
}
</style>