Shades of Wisteria #BA7FEA
Tints of Wisteria #BA7FEA
RGB
CMYK
RGB Variations
Color information
#BA7FEA (or 0xBA7FEA) is known color: Wisteria. HEX triplet: BA, 7F and EA. RGB value is (186,127,234). Sum of RGB (Red+Green+Blue) = 186+127+234=547 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.00% from 547); Green value is 127 (50% from 255 or 23.22% from 547); Blue value is 234 (91.80% from 255 or 42.78% from 547); Max value from RGB is 234 - color contains mainly: blue. Hex color #BA7FEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA7FEA is #458015. Grayscale: #9C9C9C. Windows color (decimal): -4554774 or 15368122. OLE color: 15368122.
HSL color Cylindrical-coordinate representation of color #BA7FEA: hue angle of 273.08º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BA7FEA is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 127 | 234 | - |
| CMYK | 0.21 | 0.46 | 0 | 0.08 |
| HSL | 273.08º | 0.72% | 0.71% | - |
| HSV(B) | 273.08º | 0.46% | 0.92% | - |
| XYZ | 42.69 | 31.56 | 81.68 | - |
| YUV | 156.84 | 171.55 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 127 | 234 | 0.21 | 0.46 | 0 | 0.08 | 273.08 | 0.72 | 0.71 |
| Hex | BA | 7F | EA | 15 | 2E | 0 | 8 | 111 | 48 | 47 |
| Octal | 272 | 177 | 352 | 25 | 56 | 0 | 10 | 421 | 110 | 107 |
| Binary | 10111010 | 1111111 | 11101010 | 10101 | 101110 | 0 | 1000 | 100010001 | 1001000 | 1000111 |
Color Harmonies of #BA7FEA
Complementary color
Monochromatic Colors of #BA7FEA
Black with #BA7FEA
Text Example
Text Example
White with #BA7FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7FEA; }
p { color: rgb(186,127,234); }
H1.HeaderClassName
{
color: #BA7FEA;
}
.AnyTagClassName
{
color: #BA7FEA;
}
</style>
background-color css
<style>
a { background-color: #BA7FEA; }
a { background-color: rgb(186,127,234); }
div.DivClassName
{
background-color: #BA7FEA;
}
.BgClassName
{
background-color: #BA7FEA;
}
</style>
border-color css
<style>
span { border-color: #BA7FEA; }
span { border-color: rgb(186,127,234); }
td.TdClassName
{
border-color: #BA7FEA;
}
.TagClassName
{
border-color: #BA7FEA;
}
</style>