Shades of Wisteria #BA8AD5
Tints of Wisteria #BA8AD5
RGB
CMYK
RGB Variations
Color information
#BA8AD5 (or 0xBA8AD5) is known color: Wisteria. HEX triplet: BA, 8A and D5. RGB value is (186,138,213). Sum of RGB (Red+Green+Blue) = 186+138+213=537 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.64% from 537); Green value is 138 (54.30% from 255 or 25.70% from 537); Blue value is 213 (83.59% from 255 or 39.66% from 537); Max value from RGB is 213 - color contains mainly: blue. Hex color #BA8AD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8AD5 is #45752A. Grayscale: #A0A0A0. Windows color (decimal): -4551979 or 13994682. OLE color: 13994682.
HSL color Cylindrical-coordinate representation of color #BA8AD5: hue angle of 278.4º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BA8AD5 is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 138 | 213 | - |
| CMYK | 0.13 | 0.35 | 0 | 0.16 |
| HSL | 278.4º | 0.47% | 0.69% | - |
| HSV(B) | 278.4º | 0.35% | 0.84% | - |
| XYZ | 41.35 | 33.42 | 67.22 | - |
| YUV | 160.9 | 157.4 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 138 | 213 | 0.13 | 0.35 | 0 | 0.16 | 278.4 | 0.47 | 0.69 |
| Hex | BA | 8A | D5 | D | 23 | 0 | 10 | 116 | 2F | 45 |
| Octal | 272 | 212 | 325 | 15 | 43 | 0 | 20 | 426 | 57 | 105 |
| Binary | 10111010 | 10001010 | 11010101 | 1101 | 100011 | 0 | 10000 | 100010110 | 101111 | 1000101 |
Color Harmonies of #BA8AD5
Complementary color
Monochromatic Colors of #BA8AD5
Black with #BA8AD5
Text Example
Text Example
White with #BA8AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8AD5; }
p { color: rgb(186,138,213); }
H1.HeaderClassName
{
color: #BA8AD5;
}
.AnyTagClassName
{
color: #BA8AD5;
}
</style>
background-color css
<style>
a { background-color: #BA8AD5; }
a { background-color: rgb(186,138,213); }
div.DivClassName
{
background-color: #BA8AD5;
}
.BgClassName
{
background-color: #BA8AD5;
}
</style>
border-color css
<style>
span { border-color: #BA8AD5; }
span { border-color: rgb(186,138,213); }
td.TdClassName
{
border-color: #BA8AD5;
}
.TagClassName
{
border-color: #BA8AD5;
}
</style>