Shades of Wisteria #BA7DDD
Tints of Wisteria #BA7DDD
RGB
CMYK
RGB Variations
Color information
#BA7DDD (or 0xBA7DDD) is known color: Wisteria. HEX triplet: BA, 7D and DD. RGB value is (186,125,221). Sum of RGB (Red+Green+Blue) = 186+125+221=532 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.96% from 532); Green value is 125 (49.22% from 255 or 23.50% from 532); Blue value is 221 (86.72% from 255 or 41.54% from 532); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA7DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA7DDD is #458222. Grayscale: #999999. Windows color (decimal): -4555299 or 14515642. OLE color: 14515642.
HSL color Cylindrical-coordinate representation of color #BA7DDD: hue angle of 278.12º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BA7DDD is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 125 | 221 | - |
| CMYK | 0.16 | 0.43 | 0 | 0.13 |
| HSL | 278.13º | 0.59% | 0.68% | - |
| HSV(B) | 278.13º | 0.43% | 0.87% | - |
| XYZ | 40.63 | 30.33 | 72.12 | - |
| YUV | 154.18 | 165.71 | 150.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 125 | 221 | 0.16 | 0.43 | 0 | 0.13 | 278.13 | 0.59 | 0.68 |
| Hex | BA | 7D | DD | 10 | 2B | 0 | D | 116 | 3B | 44 |
| Octal | 272 | 175 | 335 | 20 | 53 | 0 | 15 | 426 | 73 | 104 |
| Binary | 10111010 | 1111101 | 11011101 | 10000 | 101011 | 0 | 1101 | 100010110 | 111011 | 1000100 |
Color Harmonies of #BA7DDD
Complementary color
Monochromatic Colors of #BA7DDD
Black with #BA7DDD
Text Example
Text Example
White with #BA7DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7DDD; }
p { color: rgb(186,125,221); }
H1.HeaderClassName
{
color: #BA7DDD;
}
.AnyTagClassName
{
color: #BA7DDD;
}
</style>
background-color css
<style>
a { background-color: #BA7DDD; }
a { background-color: rgb(186,125,221); }
div.DivClassName
{
background-color: #BA7DDD;
}
.BgClassName
{
background-color: #BA7DDD;
}
</style>
border-color css
<style>
span { border-color: #BA7DDD; }
span { border-color: rgb(186,125,221); }
td.TdClassName
{
border-color: #BA7DDD;
}
.TagClassName
{
border-color: #BA7DDD;
}
</style>