Shades of Wisteria #BA83DF
Tints of Wisteria #BA83DF
RGB
CMYK
RGB Variations
Color information
#BA83DF (or 0xBA83DF) is known color: Wisteria. HEX triplet: BA, 83 and DF. RGB value is (186,131,223). Sum of RGB (Red+Green+Blue) = 186+131+223=540 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.44% from 540); Green value is 131 (51.56% from 255 or 24.26% from 540); Blue value is 223 (87.5% from 255 or 41.30% from 540); Max value from RGB is 223 - color contains mainly: blue. Hex color #BA83DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA83DF is #457C20. Grayscale: #9D9D9D. Windows color (decimal): -4553761 or 14648250. OLE color: 14648250.
HSL color Cylindrical-coordinate representation of color #BA83DF: hue angle of 275.87º degrees, saturation: 0.59, 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 #BA83DF is Cyan = 0.17, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 131 | 223 | - |
| CMYK | 0.17 | 0.41 | 0 | 0.13 |
| HSL | 275.87º | 0.59% | 0.69% | - |
| HSV(B) | 275.87º | 0.41% | 0.87% | - |
| XYZ | 41.69 | 32 | 73.79 | - |
| YUV | 157.93 | 164.72 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 131 | 223 | 0.17 | 0.41 | 0 | 0.13 | 275.87 | 0.59 | 0.69 |
| Hex | BA | 83 | DF | 11 | 29 | 0 | D | 114 | 3B | 45 |
| Octal | 272 | 203 | 337 | 21 | 51 | 0 | 15 | 424 | 73 | 105 |
| Binary | 10111010 | 10000011 | 11011111 | 10001 | 101001 | 0 | 1101 | 100010100 | 111011 | 1000101 |
Color Harmonies of #BA83DF
Complementary color
Monochromatic Colors of #BA83DF
Black with #BA83DF
Text Example
Text Example
White with #BA83DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA83DF; }
p { color: rgb(186,131,223); }
H1.HeaderClassName
{
color: #BA83DF;
}
.AnyTagClassName
{
color: #BA83DF;
}
</style>
background-color css
<style>
a { background-color: #BA83DF; }
a { background-color: rgb(186,131,223); }
div.DivClassName
{
background-color: #BA83DF;
}
.BgClassName
{
background-color: #BA83DF;
}
</style>
border-color css
<style>
span { border-color: #BA83DF; }
span { border-color: rgb(186,131,223); }
td.TdClassName
{
border-color: #BA83DF;
}
.TagClassName
{
border-color: #BA83DF;
}
</style>