Shades of Wisteria #BA7CDF
Tints of Wisteria #BA7CDF
RGB
CMYK
RGB Variations
Color information
#BA7CDF (or 0xBA7CDF) is known color: Wisteria. HEX triplet: BA, 7C and DF. RGB value is (186,124,223). Sum of RGB (Red+Green+Blue) = 186+124+223=533 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.90% from 533); Green value is 124 (48.83% from 255 or 23.26% from 533); Blue value is 223 (87.5% from 255 or 41.84% from 533); Max value from RGB is 223 - color contains mainly: blue. Hex color #BA7CDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA7CDF is #458320. Grayscale: #999999. Windows color (decimal): -4555553 or 14646458. OLE color: 14646458.
HSL color Cylindrical-coordinate representation of color #BA7CDF: hue angle of 277.58º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BA7CDF is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 124 | 223 | - |
| CMYK | 0.17 | 0.44 | 0 | 0.13 |
| HSL | 277.58º | 0.61% | 0.68% | - |
| HSV(B) | 277.58º | 0.44% | 0.87% | - |
| XYZ | 40.78 | 30.18 | 73.49 | - |
| YUV | 153.82 | 167.04 | 150.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 124 | 223 | 0.17 | 0.44 | 0 | 0.13 | 277.58 | 0.61 | 0.68 |
| Hex | BA | 7C | DF | 11 | 2C | 0 | D | 116 | 3D | 44 |
| Octal | 272 | 174 | 337 | 21 | 54 | 0 | 15 | 426 | 75 | 104 |
| Binary | 10111010 | 1111100 | 11011111 | 10001 | 101100 | 0 | 1101 | 100010110 | 111101 | 1000100 |
Color Harmonies of #BA7CDF
Complementary color
Monochromatic Colors of #BA7CDF
Black with #BA7CDF
Text Example
Text Example
White with #BA7CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7CDF; }
p { color: rgb(186,124,223); }
H1.HeaderClassName
{
color: #BA7CDF;
}
.AnyTagClassName
{
color: #BA7CDF;
}
</style>
background-color css
<style>
a { background-color: #BA7CDF; }
a { background-color: rgb(186,124,223); }
div.DivClassName
{
background-color: #BA7CDF;
}
.BgClassName
{
background-color: #BA7CDF;
}
</style>
border-color css
<style>
span { border-color: #BA7CDF; }
span { border-color: rgb(186,124,223); }
td.TdClassName
{
border-color: #BA7CDF;
}
.TagClassName
{
border-color: #BA7CDF;
}
</style>