Shades of Wisteria #BA96D1
Tints of Wisteria #BA96D1
RGB
CMYK
RGB Variations
Color information
#BA96D1 (or 0xBA96D1) is known color: Wisteria. HEX triplet: BA, 96 and D1. RGB value is (186,150,209). Sum of RGB (Red+Green+Blue) = 186+150+209=545 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.13% from 545); Green value is 150 (58.98% from 255 or 27.52% from 545); Blue value is 209 (82.03% from 255 or 38.35% from 545); Max value from RGB is 209 - color contains mainly: blue. Hex color #BA96D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA96D1 is #45692E. Grayscale: #A7A7A7. Windows color (decimal): -4548911 or 13735610. OLE color: 13735610.
HSL color Cylindrical-coordinate representation of color #BA96D1: hue angle of 276.61º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BA96D1 is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 150 | 209 | - |
| CMYK | 0.11 | 0.28 | 0 | 0.18 |
| HSL | 276.61º | 0.39% | 0.7% | - |
| HSV(B) | 276.61º | 0.28% | 0.82% | - |
| XYZ | 42.66 | 36.86 | 65.19 | - |
| YUV | 167.49 | 151.43 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 150 | 209 | 0.11 | 0.28 | 0 | 0.18 | 276.61 | 0.39 | 0.7 |
| Hex | BA | 96 | D1 | B | 1C | 0 | 12 | 115 | 27 | 46 |
| Octal | 272 | 226 | 321 | 13 | 34 | 0 | 22 | 425 | 47 | 106 |
| Binary | 10111010 | 10010110 | 11010001 | 1011 | 11100 | 0 | 10010 | 100010101 | 100111 | 1000110 |
Color Harmonies of #BA96D1
Complementary color
Monochromatic Colors of #BA96D1
Black with #BA96D1
Text Example
Text Example
White with #BA96D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA96D1; }
p { color: rgb(186,150,209); }
H1.HeaderClassName
{
color: #BA96D1;
}
.AnyTagClassName
{
color: #BA96D1;
}
</style>
background-color css
<style>
a { background-color: #BA96D1; }
a { background-color: rgb(186,150,209); }
div.DivClassName
{
background-color: #BA96D1;
}
.BgClassName
{
background-color: #BA96D1;
}
</style>
border-color css
<style>
span { border-color: #BA96D1; }
span { border-color: rgb(186,150,209); }
td.TdClassName
{
border-color: #BA96D1;
}
.TagClassName
{
border-color: #BA96D1;
}
</style>