Shades of Wisteria #BA7BE7
Tints of Wisteria #BA7BE7
RGB
CMYK
RGB Variations
Color information
#BA7BE7 (or 0xBA7BE7) is known color: Wisteria. HEX triplet: BA, 7B and E7. RGB value is (186,123,231). Sum of RGB (Red+Green+Blue) = 186+123+231=540 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.44% from 540); Green value is 123 (48.44% from 255 or 22.78% from 540); Blue value is 231 (90.62% from 255 or 42.78% from 540); Max value from RGB is 231 - color contains mainly: blue. Hex color #BA7BE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA7BE7 is #458418. Grayscale: #999999. Windows color (decimal): -4555801 or 15170490. OLE color: 15170490.
HSL color Cylindrical-coordinate representation of color #BA7BE7: hue angle of 275º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BA7BE7 is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 123 | 231 | - |
| CMYK | 0.19 | 0.47 | 0 | 0.09 |
| HSL | 275º | 0.69% | 0.69% | - |
| HSV(B) | 275º | 0.47% | 0.91% | - |
| XYZ | 41.76 | 30.37 | 79.26 | - |
| YUV | 154.15 | 171.37 | 150.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 123 | 231 | 0.19 | 0.47 | 0 | 0.09 | 275 | 0.69 | 0.69 |
| Hex | BA | 7B | E7 | 13 | 2F | 0 | 9 | 113 | 45 | 45 |
| Octal | 272 | 173 | 347 | 23 | 57 | 0 | 11 | 423 | 105 | 105 |
| Binary | 10111010 | 1111011 | 11100111 | 10011 | 101111 | 0 | 1001 | 100010011 | 1000101 | 1000101 |
Color Harmonies of #BA7BE7
Complementary color
Monochromatic Colors of #BA7BE7
Black with #BA7BE7
Text Example
Text Example
White with #BA7BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7BE7; }
p { color: rgb(186,123,231); }
H1.HeaderClassName
{
color: #BA7BE7;
}
.AnyTagClassName
{
color: #BA7BE7;
}
</style>
background-color css
<style>
a { background-color: #BA7BE7; }
a { background-color: rgb(186,123,231); }
div.DivClassName
{
background-color: #BA7BE7;
}
.BgClassName
{
background-color: #BA7BE7;
}
</style>
border-color css
<style>
span { border-color: #BA7BE7; }
span { border-color: rgb(186,123,231); }
td.TdClassName
{
border-color: #BA7BE7;
}
.TagClassName
{
border-color: #BA7BE7;
}
</style>