Shades of Wisteria #BA80E3
Tints of Wisteria #BA80E3
RGB
CMYK
RGB Variations
Color information
#BA80E3 (or 0xBA80E3) is known color: Wisteria. HEX triplet: BA, 80 and E3. RGB value is (186,128,227). Sum of RGB (Red+Green+Blue) = 186+128+227=541 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.38% from 541); Green value is 128 (50.39% from 255 or 23.66% from 541); Blue value is 227 (89.06% from 255 or 41.96% from 541); Max value from RGB is 227 - color contains mainly: blue. Hex color #BA80E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA80E3 is #457F1C. Grayscale: #9C9C9C. Windows color (decimal): -4554525 or 14909626. OLE color: 14909626.
HSL color Cylindrical-coordinate representation of color #BA80E3: hue angle of 275.15º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BA80E3 is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 128 | 227 | - |
| CMYK | 0.18 | 0.44 | 0 | 0.11 |
| HSL | 275.15º | 0.64% | 0.7% | - |
| HSV(B) | 275.15º | 0.44% | 0.89% | - |
| XYZ | 41.83 | 31.42 | 76.53 | - |
| YUV | 156.63 | 167.72 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 128 | 227 | 0.18 | 0.44 | 0 | 0.11 | 275.15 | 0.64 | 0.7 |
| Hex | BA | 80 | E3 | 12 | 2C | 0 | B | 113 | 40 | 46 |
| Octal | 272 | 200 | 343 | 22 | 54 | 0 | 13 | 423 | 100 | 106 |
| Binary | 10111010 | 10000000 | 11100011 | 10010 | 101100 | 0 | 1011 | 100010011 | 1000000 | 1000110 |
Color Harmonies of #BA80E3
Complementary color
Monochromatic Colors of #BA80E3
Black with #BA80E3
Text Example
Text Example
White with #BA80E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA80E3; }
p { color: rgb(186,128,227); }
H1.HeaderClassName
{
color: #BA80E3;
}
.AnyTagClassName
{
color: #BA80E3;
}
</style>
background-color css
<style>
a { background-color: #BA80E3; }
a { background-color: rgb(186,128,227); }
div.DivClassName
{
background-color: #BA80E3;
}
.BgClassName
{
background-color: #BA80E3;
}
</style>
border-color css
<style>
span { border-color: #BA80E3; }
span { border-color: rgb(186,128,227); }
td.TdClassName
{
border-color: #BA80E3;
}
.TagClassName
{
border-color: #BA80E3;
}
</style>