Shades of Wisteria #BA7CEE
Tints of Wisteria #BA7CEE
RGB
CMYK
RGB Variations
Color information
#BA7CEE (or 0xBA7CEE) is known color: Wisteria. HEX triplet: BA, 7C and EE. RGB value is (186,124,238). Sum of RGB (Red+Green+Blue) = 186+124+238=548 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.94% from 548); Green value is 124 (48.83% from 255 or 22.63% from 548); Blue value is 238 (93.36% from 255 or 43.43% from 548); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA7CEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA7CEE is #458311. Grayscale: #9B9B9B. Windows color (decimal): -4555538 or 15629498. OLE color: 15629498.
HSL color Cylindrical-coordinate representation of color #BA7CEE: hue angle of 272.63º degrees, saturation: 0.77, 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 #BA7CEE is Cyan = 0.22, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 124 | 238 | - |
| CMYK | 0.22 | 0.48 | 0 | 0.07 |
| HSL | 272.63º | 0.77% | 0.71% | - |
| HSV(B) | 272.63º | 0.48% | 0.93% | - |
| XYZ | 42.89 | 31.03 | 84.62 | - |
| YUV | 155.53 | 174.54 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 124 | 238 | 0.22 | 0.48 | 0 | 0.07 | 272.63 | 0.77 | 0.71 |
| Hex | BA | 7C | EE | 16 | 30 | 0 | 7 | 111 | 4D | 47 |
| Octal | 272 | 174 | 356 | 26 | 60 | 0 | 7 | 421 | 115 | 107 |
| Binary | 10111010 | 1111100 | 11101110 | 10110 | 110000 | 0 | 111 | 100010001 | 1001101 | 1000111 |
Color Harmonies of #BA7CEE
Complementary color
Monochromatic Colors of #BA7CEE
Black with #BA7CEE
Text Example
Text Example
White with #BA7CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7CEE; }
p { color: rgb(186,124,238); }
H1.HeaderClassName
{
color: #BA7CEE;
}
.AnyTagClassName
{
color: #BA7CEE;
}
</style>
background-color css
<style>
a { background-color: #BA7CEE; }
a { background-color: rgb(186,124,238); }
div.DivClassName
{
background-color: #BA7CEE;
}
.BgClassName
{
background-color: #BA7CEE;
}
</style>
border-color css
<style>
span { border-color: #BA7CEE; }
span { border-color: rgb(186,124,238); }
td.TdClassName
{
border-color: #BA7CEE;
}
.TagClassName
{
border-color: #BA7CEE;
}
</style>