Shades of Wisteria #BA7FDE
Tints of Wisteria #BA7FDE
RGB
CMYK
RGB Variations
Color information
#BA7FDE (or 0xBA7FDE) is known color: Wisteria. HEX triplet: BA, 7F and DE. RGB value is (186,127,222). Sum of RGB (Red+Green+Blue) = 186+127+222=535 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.77% from 535); Green value is 127 (50% from 255 or 23.74% from 535); Blue value is 222 (87.11% from 255 or 41.50% from 535); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA7FDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA7FDE is #458021. Grayscale: #9B9B9B. Windows color (decimal): -4554786 or 14581690. OLE color: 14581690.
HSL color Cylindrical-coordinate representation of color #BA7FDE: hue angle of 277.26º 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 #BA7FDE is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 127 | 222 | - |
| CMYK | 0.16 | 0.43 | 0 | 0.13 |
| HSL | 277.26º | 0.59% | 0.68% | - |
| HSV(B) | 277.26º | 0.43% | 0.87% | - |
| XYZ | 41.02 | 30.89 | 72.91 | - |
| YUV | 155.47 | 165.55 | 149.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 127 | 222 | 0.16 | 0.43 | 0 | 0.13 | 277.26 | 0.59 | 0.68 |
| Hex | BA | 7F | DE | 10 | 2B | 0 | D | 115 | 3B | 44 |
| Octal | 272 | 177 | 336 | 20 | 53 | 0 | 15 | 425 | 73 | 104 |
| Binary | 10111010 | 1111111 | 11011110 | 10000 | 101011 | 0 | 1101 | 100010101 | 111011 | 1000100 |
Color Harmonies of #BA7FDE
Complementary color
Monochromatic Colors of #BA7FDE
Black with #BA7FDE
Text Example
Text Example
White with #BA7FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7FDE; }
p { color: rgb(186,127,222); }
H1.HeaderClassName
{
color: #BA7FDE;
}
.AnyTagClassName
{
color: #BA7FDE;
}
</style>
background-color css
<style>
a { background-color: #BA7FDE; }
a { background-color: rgb(186,127,222); }
div.DivClassName
{
background-color: #BA7FDE;
}
.BgClassName
{
background-color: #BA7FDE;
}
</style>
border-color css
<style>
span { border-color: #BA7FDE; }
span { border-color: rgb(186,127,222); }
td.TdClassName
{
border-color: #BA7FDE;
}
.TagClassName
{
border-color: #BA7FDE;
}
</style>