Shades of Wisteria #BA7CE8
Tints of Wisteria #BA7CE8
RGB
CMYK
RGB Variations
Color information
#BA7CE8 (or 0xBA7CE8) is known color: Wisteria. HEX triplet: BA, 7C and E8. RGB value is (186,124,232). Sum of RGB (Red+Green+Blue) = 186+124+232=542 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.32% from 542); Green value is 124 (48.83% from 255 or 22.88% from 542); Blue value is 232 (91.02% from 255 or 42.80% from 542); Max value from RGB is 232 - color contains mainly: blue. Hex color #BA7CE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA7CE8 is #458317. Grayscale: #9A9A9A. Windows color (decimal): -4555544 or 15236282. OLE color: 15236282.
HSL color Cylindrical-coordinate representation of color #BA7CE8: hue angle of 274.44º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BA7CE8 is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 124 | 232 | - |
| CMYK | 0.20 | 0.47 | 0 | 0.09 |
| HSL | 274.44º | 0.7% | 0.7% | - |
| HSV(B) | 274.44º | 0.47% | 0.91% | - |
| XYZ | 42.02 | 30.68 | 80.05 | - |
| YUV | 154.85 | 171.54 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 124 | 232 | 0.20 | 0.47 | 0 | 0.09 | 274.44 | 0.7 | 0.7 |
| Hex | BA | 7C | E8 | 14 | 2F | 0 | 9 | 112 | 46 | 46 |
| Octal | 272 | 174 | 350 | 24 | 57 | 0 | 11 | 422 | 106 | 106 |
| Binary | 10111010 | 1111100 | 11101000 | 10100 | 101111 | 0 | 1001 | 100010010 | 1000110 | 1000110 |
Color Harmonies of #BA7CE8
Complementary color
Monochromatic Colors of #BA7CE8
Black with #BA7CE8
Text Example
Text Example
White with #BA7CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7CE8; }
p { color: rgb(186,124,232); }
H1.HeaderClassName
{
color: #BA7CE8;
}
.AnyTagClassName
{
color: #BA7CE8;
}
</style>
background-color css
<style>
a { background-color: #BA7CE8; }
a { background-color: rgb(186,124,232); }
div.DivClassName
{
background-color: #BA7CE8;
}
.BgClassName
{
background-color: #BA7CE8;
}
</style>
border-color css
<style>
span { border-color: #BA7CE8; }
span { border-color: rgb(186,124,232); }
td.TdClassName
{
border-color: #BA7CE8;
}
.TagClassName
{
border-color: #BA7CE8;
}
</style>