Shades of Wisteria #BA89DC
Tints of Wisteria #BA89DC
RGB
CMYK
RGB Variations
Color information
#BA89DC (or 0xBA89DC) is known color: Wisteria. HEX triplet: BA, 89 and DC. RGB value is (186,137,220). Sum of RGB (Red+Green+Blue) = 186+137+220=543 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.25% from 543); Green value is 137 (53.91% from 255 or 25.23% from 543); Blue value is 220 (86.33% from 255 or 40.52% from 543); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA89DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA89DC is #457623. Grayscale: #A0A0A0. Windows color (decimal): -4552228 or 14453178. OLE color: 14453178.
HSL color Cylindrical-coordinate representation of color #BA89DC: hue angle of 275.42º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BA89DC is Cyan = 0.15, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 137 | 220 | - |
| CMYK | 0.15 | 0.38 | 0 | 0.14 |
| HSL | 275.42º | 0.54% | 0.7% | - |
| HSV(B) | 275.42º | 0.38% | 0.86% | - |
| XYZ | 42.11 | 33.5 | 71.96 | - |
| YUV | 161.11 | 161.23 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 137 | 220 | 0.15 | 0.38 | 0 | 0.14 | 275.42 | 0.54 | 0.7 |
| Hex | BA | 89 | DC | F | 26 | 0 | E | 113 | 36 | 46 |
| Octal | 272 | 211 | 334 | 17 | 46 | 0 | 16 | 423 | 66 | 106 |
| Binary | 10111010 | 10001001 | 11011100 | 1111 | 100110 | 0 | 1110 | 100010011 | 110110 | 1000110 |
Color Harmonies of #BA89DC
Complementary color
Monochromatic Colors of #BA89DC
Black with #BA89DC
Text Example
Text Example
White with #BA89DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA89DC; }
p { color: rgb(186,137,220); }
H1.HeaderClassName
{
color: #BA89DC;
}
.AnyTagClassName
{
color: #BA89DC;
}
</style>
background-color css
<style>
a { background-color: #BA89DC; }
a { background-color: rgb(186,137,220); }
div.DivClassName
{
background-color: #BA89DC;
}
.BgClassName
{
background-color: #BA89DC;
}
</style>
border-color css
<style>
span { border-color: #BA89DC; }
span { border-color: rgb(186,137,220); }
td.TdClassName
{
border-color: #BA89DC;
}
.TagClassName
{
border-color: #BA89DC;
}
</style>