Shades of Wisteria #BA80DC
Tints of Wisteria #BA80DC
RGB
CMYK
RGB Variations
Color information
#BA80DC (or 0xBA80DC) is known color: Wisteria. HEX triplet: BA, 80 and DC. RGB value is (186,128,220). Sum of RGB (Red+Green+Blue) = 186+128+220=534 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.83% from 534); Green value is 128 (50.39% from 255 or 23.97% from 534); Blue value is 220 (86.33% from 255 or 41.20% from 534); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA80DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA80DC is #457F23. Grayscale: #9B9B9B. Windows color (decimal): -4554532 or 14450874. OLE color: 14450874.
HSL color Cylindrical-coordinate representation of color #BA80DC: hue angle of 277.83º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BA80DC is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 128 | 220 | - |
| CMYK | 0.15 | 0.42 | 0 | 0.14 |
| HSL | 277.83º | 0.57% | 0.68% | - |
| HSV(B) | 277.83º | 0.42% | 0.86% | - |
| XYZ | 40.89 | 31.04 | 71.55 | - |
| YUV | 155.83 | 164.22 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 128 | 220 | 0.15 | 0.42 | 0 | 0.14 | 277.83 | 0.57 | 0.68 |
| Hex | BA | 80 | DC | F | 2A | 0 | E | 116 | 39 | 44 |
| Octal | 272 | 200 | 334 | 17 | 52 | 0 | 16 | 426 | 71 | 104 |
| Binary | 10111010 | 10000000 | 11011100 | 1111 | 101010 | 0 | 1110 | 100010110 | 111001 | 1000100 |
Color Harmonies of #BA80DC
Complementary color
Monochromatic Colors of #BA80DC
Black with #BA80DC
Text Example
Text Example
White with #BA80DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA80DC; }
p { color: rgb(186,128,220); }
H1.HeaderClassName
{
color: #BA80DC;
}
.AnyTagClassName
{
color: #BA80DC;
}
</style>
background-color css
<style>
a { background-color: #BA80DC; }
a { background-color: rgb(186,128,220); }
div.DivClassName
{
background-color: #BA80DC;
}
.BgClassName
{
background-color: #BA80DC;
}
</style>
border-color css
<style>
span { border-color: #BA80DC; }
span { border-color: rgb(186,128,220); }
td.TdClassName
{
border-color: #BA80DC;
}
.TagClassName
{
border-color: #BA80DC;
}
</style>