Shades of Wisteria #BA81DE
Tints of Wisteria #BA81DE
RGB
CMYK
RGB Variations
Color information
#BA81DE (or 0xBA81DE) is known color: Wisteria. HEX triplet: BA, 81 and DE. RGB value is (186,129,222). Sum of RGB (Red+Green+Blue) = 186+129+222=537 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.64% from 537); Green value is 129 (50.78% from 255 or 24.02% from 537); Blue value is 222 (87.11% from 255 or 41.34% from 537); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA81DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA81DE is #457E21. Grayscale: #9C9C9C. Windows color (decimal): -4554274 or 14582202. OLE color: 14582202.
HSL color Cylindrical-coordinate representation of color #BA81DE: hue angle of 276.77º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BA81DE is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 129 | 222 | - |
| CMYK | 0.16 | 0.42 | 0 | 0.13 |
| HSL | 276.77º | 0.58% | 0.69% | - |
| HSV(B) | 276.77º | 0.42% | 0.87% | - |
| XYZ | 41.28 | 31.41 | 72.99 | - |
| YUV | 156.65 | 164.88 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 129 | 222 | 0.16 | 0.42 | 0 | 0.13 | 276.77 | 0.58 | 0.69 |
| Hex | BA | 81 | DE | 10 | 2A | 0 | D | 115 | 3A | 45 |
| Octal | 272 | 201 | 336 | 20 | 52 | 0 | 15 | 425 | 72 | 105 |
| Binary | 10111010 | 10000001 | 11011110 | 10000 | 101010 | 0 | 1101 | 100010101 | 111010 | 1000101 |
Color Harmonies of #BA81DE
Complementary color
Monochromatic Colors of #BA81DE
Black with #BA81DE
Text Example
Text Example
White with #BA81DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA81DE; }
p { color: rgb(186,129,222); }
H1.HeaderClassName
{
color: #BA81DE;
}
.AnyTagClassName
{
color: #BA81DE;
}
</style>
background-color css
<style>
a { background-color: #BA81DE; }
a { background-color: rgb(186,129,222); }
div.DivClassName
{
background-color: #BA81DE;
}
.BgClassName
{
background-color: #BA81DE;
}
</style>
border-color css
<style>
span { border-color: #BA81DE; }
span { border-color: rgb(186,129,222); }
td.TdClassName
{
border-color: #BA81DE;
}
.TagClassName
{
border-color: #BA81DE;
}
</style>