Shades of Wisteria #BA96D4
Tints of Wisteria #BA96D4
RGB
CMYK
RGB Variations
Color information
#BA96D4 (or 0xBA96D4) is known color: Wisteria. HEX triplet: BA, 96 and D4. RGB value is (186,150,212). Sum of RGB (Red+Green+Blue) = 186+150+212=548 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.94% from 548); Green value is 150 (58.98% from 255 or 27.37% from 548); Blue value is 212 (83.20% from 255 or 38.69% from 548); Max value from RGB is 212 - color contains mainly: blue. Hex color #BA96D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA96D4 is #45692B. Grayscale: #A7A7A7. Windows color (decimal): -4548908 or 13932218. OLE color: 13932218.
HSL color Cylindrical-coordinate representation of color #BA96D4: hue angle of 274.84º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BA96D4 is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 150 | 212 | - |
| CMYK | 0.12 | 0.29 | 0 | 0.17 |
| HSL | 274.84º | 0.42% | 0.71% | - |
| HSV(B) | 274.84º | 0.29% | 0.83% | - |
| XYZ | 43.04 | 37.01 | 67.16 | - |
| YUV | 167.83 | 152.93 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 150 | 212 | 0.12 | 0.29 | 0 | 0.17 | 274.84 | 0.42 | 0.71 |
| Hex | BA | 96 | D4 | C | 1D | 0 | 11 | 113 | 2A | 47 |
| Octal | 272 | 226 | 324 | 14 | 35 | 0 | 21 | 423 | 52 | 107 |
| Binary | 10111010 | 10010110 | 11010100 | 1100 | 11101 | 0 | 10001 | 100010011 | 101010 | 1000111 |
Color Harmonies of #BA96D4
Complementary color
Monochromatic Colors of #BA96D4
Black with #BA96D4
Text Example
Text Example
White with #BA96D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA96D4; }
p { color: rgb(186,150,212); }
H1.HeaderClassName
{
color: #BA96D4;
}
.AnyTagClassName
{
color: #BA96D4;
}
</style>
background-color css
<style>
a { background-color: #BA96D4; }
a { background-color: rgb(186,150,212); }
div.DivClassName
{
background-color: #BA96D4;
}
.BgClassName
{
background-color: #BA96D4;
}
</style>
border-color css
<style>
span { border-color: #BA96D4; }
span { border-color: rgb(186,150,212); }
td.TdClassName
{
border-color: #BA96D4;
}
.TagClassName
{
border-color: #BA96D4;
}
</style>