Shades of Wisteria #BA89DB
Tints of Wisteria #BA89DB
RGB
CMYK
RGB Variations
Color information
#BA89DB (or 0xBA89DB) is known color: Wisteria. HEX triplet: BA, 89 and DB. RGB value is (186,137,219). Sum of RGB (Red+Green+Blue) = 186+137+219=542 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.32% from 542); Green value is 137 (53.91% from 255 or 25.28% from 542); Blue value is 219 (85.94% from 255 or 40.41% from 542); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA89DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA89DB is #457624. Grayscale: #A0A0A0. Windows color (decimal): -4552229 or 14387642. OLE color: 14387642.
HSL color Cylindrical-coordinate representation of color #BA89DB: hue angle of 275.85º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BA89DB is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 137 | 219 | - |
| CMYK | 0.15 | 0.37 | 0 | 0.14 |
| HSL | 275.85º | 0.53% | 0.7% | - |
| HSV(B) | 275.85º | 0.37% | 0.86% | - |
| XYZ | 41.98 | 33.44 | 71.26 | - |
| YUV | 161 | 160.73 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 137 | 219 | 0.15 | 0.37 | 0 | 0.14 | 275.85 | 0.53 | 0.7 |
| Hex | BA | 89 | DB | F | 25 | 0 | E | 114 | 35 | 46 |
| Octal | 272 | 211 | 333 | 17 | 45 | 0 | 16 | 424 | 65 | 106 |
| Binary | 10111010 | 10001001 | 11011011 | 1111 | 100101 | 0 | 1110 | 100010100 | 110101 | 1000110 |
Color Harmonies of #BA89DB
Complementary color
Monochromatic Colors of #BA89DB
Black with #BA89DB
Text Example
Text Example
White with #BA89DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA89DB; }
p { color: rgb(186,137,219); }
H1.HeaderClassName
{
color: #BA89DB;
}
.AnyTagClassName
{
color: #BA89DB;
}
</style>
background-color css
<style>
a { background-color: #BA89DB; }
a { background-color: rgb(186,137,219); }
div.DivClassName
{
background-color: #BA89DB;
}
.BgClassName
{
background-color: #BA89DB;
}
</style>
border-color css
<style>
span { border-color: #BA89DB; }
span { border-color: rgb(186,137,219); }
td.TdClassName
{
border-color: #BA89DB;
}
.TagClassName
{
border-color: #BA89DB;
}
</style>