Shades of Wisteria #BA7FDC
Tints of Wisteria #BA7FDC
RGB
CMYK
RGB Variations
Color information
#BA7FDC (or 0xBA7FDC) is known color: Wisteria. HEX triplet: BA, 7F and DC. RGB value is (186,127,220). Sum of RGB (Red+Green+Blue) = 186+127+220=533 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.90% from 533); Green value is 127 (50% from 255 or 23.83% from 533); Blue value is 220 (86.33% from 255 or 41.28% from 533); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA7FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA7FDC is #458023. Grayscale: #9A9A9A. Windows color (decimal): -4554788 or 14450618. OLE color: 14450618.
HSL color Cylindrical-coordinate representation of color #BA7FDC: hue angle of 278.06º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BA7FDC is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 127 | 220 | - |
| CMYK | 0.15 | 0.42 | 0 | 0.14 |
| HSL | 278.06º | 0.57% | 0.68% | - |
| HSV(B) | 278.06º | 0.42% | 0.86% | - |
| XYZ | 40.76 | 30.79 | 71.5 | - |
| YUV | 155.24 | 164.55 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 127 | 220 | 0.15 | 0.42 | 0 | 0.14 | 278.06 | 0.57 | 0.68 |
| Hex | BA | 7F | DC | F | 2A | 0 | E | 116 | 39 | 44 |
| Octal | 272 | 177 | 334 | 17 | 52 | 0 | 16 | 426 | 71 | 104 |
| Binary | 10111010 | 1111111 | 11011100 | 1111 | 101010 | 0 | 1110 | 100010110 | 111001 | 1000100 |
Color Harmonies of #BA7FDC
Complementary color
Monochromatic Colors of #BA7FDC
Black with #BA7FDC
Text Example
Text Example
White with #BA7FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7FDC; }
p { color: rgb(186,127,220); }
H1.HeaderClassName
{
color: #BA7FDC;
}
.AnyTagClassName
{
color: #BA7FDC;
}
</style>
background-color css
<style>
a { background-color: #BA7FDC; }
a { background-color: rgb(186,127,220); }
div.DivClassName
{
background-color: #BA7FDC;
}
.BgClassName
{
background-color: #BA7FDC;
}
</style>
border-color css
<style>
span { border-color: #BA7FDC; }
span { border-color: rgb(186,127,220); }
td.TdClassName
{
border-color: #BA7FDC;
}
.TagClassName
{
border-color: #BA7FDC;
}
</style>