Shades of Wisteria #BA80E4
Tints of Wisteria #BA80E4
RGB
CMYK
RGB Variations
Color information
#BA80E4 (or 0xBA80E4) is known color: Wisteria. HEX triplet: BA, 80 and E4. RGB value is (186,128,228). Sum of RGB (Red+Green+Blue) = 186+128+228=542 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.32% from 542); Green value is 128 (50.39% from 255 or 23.62% from 542); Blue value is 228 (89.45% from 255 or 42.07% from 542); Max value from RGB is 228 - color contains mainly: blue. Hex color #BA80E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA80E4 is #457F1B. Grayscale: #9C9C9C. Windows color (decimal): -4554524 or 14975162. OLE color: 14975162.
HSL color Cylindrical-coordinate representation of color #BA80E4: hue angle of 274.8º degrees, saturation: 0.65, 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 #BA80E4 is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 128 | 228 | - |
| CMYK | 0.18 | 0.44 | 0 | 0.11 |
| HSL | 274.8º | 0.65% | 0.7% | - |
| HSV(B) | 274.8º | 0.44% | 0.89% | - |
| XYZ | 41.97 | 31.48 | 77.26 | - |
| YUV | 156.74 | 168.22 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 128 | 228 | 0.18 | 0.44 | 0 | 0.11 | 274.8 | 0.65 | 0.7 |
| Hex | BA | 80 | E4 | 12 | 2C | 0 | B | 113 | 41 | 46 |
| Octal | 272 | 200 | 344 | 22 | 54 | 0 | 13 | 423 | 101 | 106 |
| Binary | 10111010 | 10000000 | 11100100 | 10010 | 101100 | 0 | 1011 | 100010011 | 1000001 | 1000110 |
Color Harmonies of #BA80E4
Complementary color
Monochromatic Colors of #BA80E4
Black with #BA80E4
Text Example
Text Example
White with #BA80E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA80E4; }
p { color: rgb(186,128,228); }
H1.HeaderClassName
{
color: #BA80E4;
}
.AnyTagClassName
{
color: #BA80E4;
}
</style>
background-color css
<style>
a { background-color: #BA80E4; }
a { background-color: rgb(186,128,228); }
div.DivClassName
{
background-color: #BA80E4;
}
.BgClassName
{
background-color: #BA80E4;
}
</style>
border-color css
<style>
span { border-color: #BA80E4; }
span { border-color: rgb(186,128,228); }
td.TdClassName
{
border-color: #BA80E4;
}
.TagClassName
{
border-color: #BA80E4;
}
</style>