Shades of Wisteria #BE7EDA
Tints of Wisteria #BE7EDA
RGB
CMYK
RGB Variations
Color information
#BE7EDA (or 0xBE7EDA) is known color: Wisteria. HEX triplet: BE, 7E and DA. RGB value is (190,126,218). Sum of RGB (Red+Green+Blue) = 190+126+218=534 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.58% from 534); Green value is 126 (49.61% from 255 or 23.60% from 534); Blue value is 218 (85.55% from 255 or 40.82% from 534); Max value from RGB is 218 - color contains mainly: blue. Hex color #BE7EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7EDA is #418125. Grayscale: #9B9B9B. Windows color (decimal): -4292902 or 14319294. OLE color: 14319294.
HSL color Cylindrical-coordinate representation of color #BE7EDA: hue angle of 281.74º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BE7EDA is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 126 | 218 | - |
| CMYK | 0.13 | 0.42 | 0 | 0.15 |
| HSL | 281.74º | 0.55% | 0.67% | - |
| HSV(B) | 281.74º | 0.42% | 0.85% | - |
| XYZ | 41.35 | 30.93 | 70.12 | - |
| YUV | 155.62 | 163.2 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 126 | 218 | 0.13 | 0.42 | 0 | 0.15 | 281.74 | 0.55 | 0.67 |
| Hex | BE | 7E | DA | D | 2A | 0 | F | 11A | 37 | 43 |
| Octal | 276 | 176 | 332 | 15 | 52 | 0 | 17 | 432 | 67 | 103 |
| Binary | 10111110 | 1111110 | 11011010 | 1101 | 101010 | 0 | 1111 | 100011010 | 110111 | 1000011 |
Color Harmonies of #BE7EDA
Complementary color
Monochromatic Colors of #BE7EDA
Black with #BE7EDA
Text Example
Text Example
White with #BE7EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7EDA; }
p { color: rgb(190,126,218); }
H1.HeaderClassName
{
color: #BE7EDA;
}
.AnyTagClassName
{
color: #BE7EDA;
}
</style>
background-color css
<style>
a { background-color: #BE7EDA; }
a { background-color: rgb(190,126,218); }
div.DivClassName
{
background-color: #BE7EDA;
}
.BgClassName
{
background-color: #BE7EDA;
}
</style>
border-color css
<style>
span { border-color: #BE7EDA; }
span { border-color: rgb(190,126,218); }
td.TdClassName
{
border-color: #BE7EDA;
}
.TagClassName
{
border-color: #BE7EDA;
}
</style>