Shades of Wisteria #BA7CED
Tints of Wisteria #BA7CED
RGB
CMYK
RGB Variations
Color information
#BA7CED (or 0xBA7CED) is known color: Wisteria. HEX triplet: BA, 7C and ED. RGB value is (186,124,237). Sum of RGB (Red+Green+Blue) = 186+124+237=547 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.00% from 547); Green value is 124 (48.83% from 255 or 22.67% from 547); Blue value is 237 (92.97% from 255 or 43.33% from 547); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA7CED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA7CED is #458312. Grayscale: #9B9B9B. Windows color (decimal): -4555539 or 15563962. OLE color: 15563962.
HSL color Cylindrical-coordinate representation of color #BA7CED: hue angle of 272.92º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA7CED is Cyan = 0.22, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 124 | 237 | - |
| CMYK | 0.22 | 0.48 | 0 | 0.07 |
| HSL | 272.92º | 0.76% | 0.71% | - |
| HSV(B) | 272.92º | 0.48% | 0.93% | - |
| XYZ | 42.74 | 30.97 | 83.85 | - |
| YUV | 155.42 | 174.04 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 124 | 237 | 0.22 | 0.48 | 0 | 0.07 | 272.92 | 0.76 | 0.71 |
| Hex | BA | 7C | ED | 16 | 30 | 0 | 7 | 111 | 4C | 47 |
| Octal | 272 | 174 | 355 | 26 | 60 | 0 | 7 | 421 | 114 | 107 |
| Binary | 10111010 | 1111100 | 11101101 | 10110 | 110000 | 0 | 111 | 100010001 | 1001100 | 1000111 |
Color Harmonies of #BA7CED
Complementary color
Monochromatic Colors of #BA7CED
Black with #BA7CED
Text Example
Text Example
White with #BA7CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7CED; }
p { color: rgb(186,124,237); }
H1.HeaderClassName
{
color: #BA7CED;
}
.AnyTagClassName
{
color: #BA7CED;
}
</style>
background-color css
<style>
a { background-color: #BA7CED; }
a { background-color: rgb(186,124,237); }
div.DivClassName
{
background-color: #BA7CED;
}
.BgClassName
{
background-color: #BA7CED;
}
</style>
border-color css
<style>
span { border-color: #BA7CED; }
span { border-color: rgb(186,124,237); }
td.TdClassName
{
border-color: #BA7CED;
}
.TagClassName
{
border-color: #BA7CED;
}
</style>