Shades of Wisteria #BA7ADF
Tints of Wisteria #BA7ADF
RGB
CMYK
RGB Variations
Color information
#BA7ADF (or 0xBA7ADF) is known color: Wisteria. HEX triplet: BA, 7A and DF. RGB value is (186,122,223). Sum of RGB (Red+Green+Blue) = 186+122+223=531 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.03% from 531); Green value is 122 (48.05% from 255 or 22.98% from 531); Blue value is 223 (87.5% from 255 or 42.00% from 531); Max value from RGB is 223 - color contains mainly: blue. Hex color #BA7ADF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA7ADF is #458520. Grayscale: #989898. Windows color (decimal): -4556065 or 14645946. OLE color: 14645946.
HSL color Cylindrical-coordinate representation of color #BA7ADF: hue angle of 278.02º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BA7ADF is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 122 | 223 | - |
| CMYK | 0.17 | 0.45 | 0 | 0.13 |
| HSL | 278.02º | 0.61% | 0.68% | - |
| HSV(B) | 278.02º | 0.45% | 0.87% | - |
| XYZ | 40.53 | 29.69 | 73.41 | - |
| YUV | 152.65 | 167.7 | 151.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 122 | 223 | 0.17 | 0.45 | 0 | 0.13 | 278.02 | 0.61 | 0.68 |
| Hex | BA | 7A | DF | 11 | 2D | 0 | D | 116 | 3D | 44 |
| Octal | 272 | 172 | 337 | 21 | 55 | 0 | 15 | 426 | 75 | 104 |
| Binary | 10111010 | 1111010 | 11011111 | 10001 | 101101 | 0 | 1101 | 100010110 | 111101 | 1000100 |
Color Harmonies of #BA7ADF
Complementary color
Monochromatic Colors of #BA7ADF
Black with #BA7ADF
Text Example
Text Example
White with #BA7ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7ADF; }
p { color: rgb(186,122,223); }
H1.HeaderClassName
{
color: #BA7ADF;
}
.AnyTagClassName
{
color: #BA7ADF;
}
</style>
background-color css
<style>
a { background-color: #BA7ADF; }
a { background-color: rgb(186,122,223); }
div.DivClassName
{
background-color: #BA7ADF;
}
.BgClassName
{
background-color: #BA7ADF;
}
</style>
border-color css
<style>
span { border-color: #BA7ADF; }
span { border-color: rgb(186,122,223); }
td.TdClassName
{
border-color: #BA7ADF;
}
.TagClassName
{
border-color: #BA7ADF;
}
</style>