Shades of Wisteria #BA81DB
Tints of Wisteria #BA81DB
RGB
CMYK
RGB Variations
Color information
#BA81DB (or 0xBA81DB) is known color: Wisteria. HEX triplet: BA, 81 and DB. RGB value is (186,129,219). Sum of RGB (Red+Green+Blue) = 186+129+219=534 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.83% from 534); Green value is 129 (50.78% from 255 or 24.16% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA81DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA81DB is #457E24. Grayscale: #9C9C9C. Windows color (decimal): -4554277 or 14385594. OLE color: 14385594.
HSL color Cylindrical-coordinate representation of color #BA81DB: hue angle of 278º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BA81DB is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 129 | 219 | - |
| CMYK | 0.15 | 0.41 | 0 | 0.14 |
| HSL | 278º | 0.56% | 0.68% | - |
| HSV(B) | 278º | 0.41% | 0.86% | - |
| XYZ | 40.89 | 31.25 | 70.9 | - |
| YUV | 156.3 | 163.38 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 129 | 219 | 0.15 | 0.41 | 0 | 0.14 | 278 | 0.56 | 0.68 |
| Hex | BA | 81 | DB | F | 29 | 0 | E | 116 | 38 | 44 |
| Octal | 272 | 201 | 333 | 17 | 51 | 0 | 16 | 426 | 70 | 104 |
| Binary | 10111010 | 10000001 | 11011011 | 1111 | 101001 | 0 | 1110 | 100010110 | 111000 | 1000100 |
Color Harmonies of #BA81DB
Complementary color
Monochromatic Colors of #BA81DB
Black with #BA81DB
Text Example
Text Example
White with #BA81DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA81DB; }
p { color: rgb(186,129,219); }
H1.HeaderClassName
{
color: #BA81DB;
}
.AnyTagClassName
{
color: #BA81DB;
}
</style>
background-color css
<style>
a { background-color: #BA81DB; }
a { background-color: rgb(186,129,219); }
div.DivClassName
{
background-color: #BA81DB;
}
.BgClassName
{
background-color: #BA81DB;
}
</style>
border-color css
<style>
span { border-color: #BA81DB; }
span { border-color: rgb(186,129,219); }
td.TdClassName
{
border-color: #BA81DB;
}
.TagClassName
{
border-color: #BA81DB;
}
</style>