Shades of Wisteria #BA88DC
Tints of Wisteria #BA88DC
RGB
CMYK
RGB Variations
Color information
#BA88DC (or 0xBA88DC) is known color: Wisteria. HEX triplet: BA, 88 and DC. RGB value is (186,136,220). Sum of RGB (Red+Green+Blue) = 186+136+220=542 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.32% from 542); Green value is 136 (53.52% from 255 or 25.09% from 542); Blue value is 220 (86.33% from 255 or 40.59% from 542); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA88DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA88DC is #457723. Grayscale: #A0A0A0. Windows color (decimal): -4552484 or 14452922. OLE color: 14452922.
HSL color Cylindrical-coordinate representation of color #BA88DC: hue angle of 275.71º degrees, saturation: 0.55, 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 #BA88DC is Cyan = 0.15, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 136 | 220 | - |
| CMYK | 0.15 | 0.38 | 0 | 0.14 |
| HSL | 275.71º | 0.55% | 0.7% | - |
| HSV(B) | 275.71º | 0.38% | 0.86% | - |
| XYZ | 41.97 | 33.21 | 71.91 | - |
| YUV | 160.53 | 161.57 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 136 | 220 | 0.15 | 0.38 | 0 | 0.14 | 275.71 | 0.55 | 0.7 |
| Hex | BA | 88 | DC | F | 26 | 0 | E | 114 | 37 | 46 |
| Octal | 272 | 210 | 334 | 17 | 46 | 0 | 16 | 424 | 67 | 106 |
| Binary | 10111010 | 10001000 | 11011100 | 1111 | 100110 | 0 | 1110 | 100010100 | 110111 | 1000110 |
Color Harmonies of #BA88DC
Complementary color
Monochromatic Colors of #BA88DC
Black with #BA88DC
Text Example
Text Example
White with #BA88DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA88DC; }
p { color: rgb(186,136,220); }
H1.HeaderClassName
{
color: #BA88DC;
}
.AnyTagClassName
{
color: #BA88DC;
}
</style>
background-color css
<style>
a { background-color: #BA88DC; }
a { background-color: rgb(186,136,220); }
div.DivClassName
{
background-color: #BA88DC;
}
.BgClassName
{
background-color: #BA88DC;
}
</style>
border-color css
<style>
span { border-color: #BA88DC; }
span { border-color: rgb(186,136,220); }
td.TdClassName
{
border-color: #BA88DC;
}
.TagClassName
{
border-color: #BA88DC;
}
</style>