Shades of Wisteria #BA7BE2
Tints of Wisteria #BA7BE2
RGB
CMYK
RGB Variations
Color information
#BA7BE2 (or 0xBA7BE2) is known color: Wisteria. HEX triplet: BA, 7B and E2. RGB value is (186,123,226). Sum of RGB (Red+Green+Blue) = 186+123+226=535 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.77% from 535); Green value is 123 (48.44% from 255 or 22.99% from 535); Blue value is 226 (88.67% from 255 or 42.24% from 535); Max value from RGB is 226 - color contains mainly: blue. Hex color #BA7BE2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA7BE2 is #45841D. Grayscale: #999999. Windows color (decimal): -4555806 or 14842810. OLE color: 14842810.
HSL color Cylindrical-coordinate representation of color #BA7BE2: hue angle of 276.7º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BA7BE2 is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 123 | 226 | - |
| CMYK | 0.18 | 0.46 | 0 | 0.11 |
| HSL | 276.7º | 0.64% | 0.68% | - |
| HSV(B) | 276.7º | 0.46% | 0.89% | - |
| XYZ | 41.06 | 30.1 | 75.6 | - |
| YUV | 153.58 | 168.87 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 123 | 226 | 0.18 | 0.46 | 0 | 0.11 | 276.7 | 0.64 | 0.68 |
| Hex | BA | 7B | E2 | 12 | 2E | 0 | B | 115 | 40 | 44 |
| Octal | 272 | 173 | 342 | 22 | 56 | 0 | 13 | 425 | 100 | 104 |
| Binary | 10111010 | 1111011 | 11100010 | 10010 | 101110 | 0 | 1011 | 100010101 | 1000000 | 1000100 |
Color Harmonies of #BA7BE2
Complementary color
Monochromatic Colors of #BA7BE2
Black with #BA7BE2
Text Example
Text Example
White with #BA7BE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7BE2; }
p { color: rgb(186,123,226); }
H1.HeaderClassName
{
color: #BA7BE2;
}
.AnyTagClassName
{
color: #BA7BE2;
}
</style>
background-color css
<style>
a { background-color: #BA7BE2; }
a { background-color: rgb(186,123,226); }
div.DivClassName
{
background-color: #BA7BE2;
}
.BgClassName
{
background-color: #BA7BE2;
}
</style>
border-color css
<style>
span { border-color: #BA7BE2; }
span { border-color: rgb(186,123,226); }
td.TdClassName
{
border-color: #BA7BE2;
}
.TagClassName
{
border-color: #BA7BE2;
}
</style>