Shades of Wisteria #BA7FDF
Tints of Wisteria #BA7FDF
RGB
CMYK
RGB Variations
Color information
#BA7FDF (or 0xBA7FDF) is known color: Wisteria. HEX triplet: BA, 7F and DF. RGB value is (186,127,223). Sum of RGB (Red+Green+Blue) = 186+127+223=536 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.70% from 536); Green value is 127 (50% from 255 or 23.69% from 536); Blue value is 223 (87.5% from 255 or 41.60% from 536); Max value from RGB is 223 - color contains mainly: blue. Hex color #BA7FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA7FDF is #458020. Grayscale: #9B9B9B. Windows color (decimal): -4554785 or 14647226. OLE color: 14647226.
HSL color Cylindrical-coordinate representation of color #BA7FDF: hue angle of 276.88º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BA7FDF is Cyan = 0.17, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 127 | 223 | - |
| CMYK | 0.17 | 0.43 | 0 | 0.13 |
| HSL | 276.88º | 0.6% | 0.69% | - |
| HSV(B) | 276.88º | 0.43% | 0.87% | - |
| XYZ | 41.16 | 30.95 | 73.62 | - |
| YUV | 155.59 | 166.05 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 127 | 223 | 0.17 | 0.43 | 0 | 0.13 | 276.88 | 0.6 | 0.69 |
| Hex | BA | 7F | DF | 11 | 2B | 0 | D | 115 | 3C | 45 |
| Octal | 272 | 177 | 337 | 21 | 53 | 0 | 15 | 425 | 74 | 105 |
| Binary | 10111010 | 1111111 | 11011111 | 10001 | 101011 | 0 | 1101 | 100010101 | 111100 | 1000101 |
Color Harmonies of #BA7FDF
Complementary color
Monochromatic Colors of #BA7FDF
Black with #BA7FDF
Text Example
Text Example
White with #BA7FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7FDF; }
p { color: rgb(186,127,223); }
H1.HeaderClassName
{
color: #BA7FDF;
}
.AnyTagClassName
{
color: #BA7FDF;
}
</style>
background-color css
<style>
a { background-color: #BA7FDF; }
a { background-color: rgb(186,127,223); }
div.DivClassName
{
background-color: #BA7FDF;
}
.BgClassName
{
background-color: #BA7FDF;
}
</style>
border-color css
<style>
span { border-color: #BA7FDF; }
span { border-color: rgb(186,127,223); }
td.TdClassName
{
border-color: #BA7FDF;
}
.TagClassName
{
border-color: #BA7FDF;
}
</style>