Shades of Wisteria #BA7BE0
Tints of Wisteria #BA7BE0
RGB
CMYK
RGB Variations
Color information
#BA7BE0 (or 0xBA7BE0) is known color: Wisteria. HEX triplet: BA, 7B and E0. RGB value is (186,123,224). Sum of RGB (Red+Green+Blue) = 186+123+224=533 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.90% from 533); Green value is 123 (48.44% from 255 or 23.08% from 533); Blue value is 224 (87.89% from 255 or 42.03% from 533); Max value from RGB is 224 - color contains mainly: blue. Hex color #BA7BE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA7BE0 is #45841F. Grayscale: #999999. Windows color (decimal): -4555808 or 14711738. OLE color: 14711738.
HSL color Cylindrical-coordinate representation of color #BA7BE0: hue angle of 277.43º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BA7BE0 is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 123 | 224 | - |
| CMYK | 0.17 | 0.45 | 0 | 0.12 |
| HSL | 277.43º | 0.62% | 0.68% | - |
| HSV(B) | 277.43º | 0.45% | 0.88% | - |
| XYZ | 40.79 | 29.99 | 74.16 | - |
| YUV | 153.35 | 167.87 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 123 | 224 | 0.17 | 0.45 | 0 | 0.12 | 277.43 | 0.62 | 0.68 |
| Hex | BA | 7B | E0 | 11 | 2D | 0 | C | 115 | 3E | 44 |
| Octal | 272 | 173 | 340 | 21 | 55 | 0 | 14 | 425 | 76 | 104 |
| Binary | 10111010 | 1111011 | 11100000 | 10001 | 101101 | 0 | 1100 | 100010101 | 111110 | 1000100 |
Color Harmonies of #BA7BE0
Complementary color
Monochromatic Colors of #BA7BE0
Black with #BA7BE0
Text Example
Text Example
White with #BA7BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7BE0; }
p { color: rgb(186,123,224); }
H1.HeaderClassName
{
color: #BA7BE0;
}
.AnyTagClassName
{
color: #BA7BE0;
}
</style>
background-color css
<style>
a { background-color: #BA7BE0; }
a { background-color: rgb(186,123,224); }
div.DivClassName
{
background-color: #BA7BE0;
}
.BgClassName
{
background-color: #BA7BE0;
}
</style>
border-color css
<style>
span { border-color: #BA7BE0; }
span { border-color: rgb(186,123,224); }
td.TdClassName
{
border-color: #BA7BE0;
}
.TagClassName
{
border-color: #BA7BE0;
}
</style>