Shades of Wisteria #BE7EDD
Tints of Wisteria #BE7EDD
RGB
CMYK
RGB Variations
Color information
#BE7EDD (or 0xBE7EDD) is known color: Wisteria. HEX triplet: BE, 7E and DD. RGB value is (190,126,221). Sum of RGB (Red+Green+Blue) = 190+126+221=537 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.38% from 537); Green value is 126 (49.61% from 255 or 23.46% from 537); Blue value is 221 (86.72% from 255 or 41.15% from 537); Max value from RGB is 221 - color contains mainly: blue. Hex color #BE7EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7EDD is #418122. Grayscale: #9B9B9B. Windows color (decimal): -4292899 or 14515902. OLE color: 14515902.
HSL color Cylindrical-coordinate representation of color #BE7EDD: hue angle of 280.42º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BE7EDD is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 126 | 221 | - |
| CMYK | 0.14 | 0.43 | 0 | 0.13 |
| HSL | 280.42º | 0.58% | 0.68% | - |
| HSV(B) | 280.42º | 0.43% | 0.87% | - |
| XYZ | 41.75 | 31.09 | 72.21 | - |
| YUV | 155.97 | 164.7 | 152.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 126 | 221 | 0.14 | 0.43 | 0 | 0.13 | 280.42 | 0.58 | 0.68 |
| Hex | BE | 7E | DD | E | 2B | 0 | D | 118 | 3A | 44 |
| Octal | 276 | 176 | 335 | 16 | 53 | 0 | 15 | 430 | 72 | 104 |
| Binary | 10111110 | 1111110 | 11011101 | 1110 | 101011 | 0 | 1101 | 100011000 | 111010 | 1000100 |
Color Harmonies of #BE7EDD
Complementary color
Monochromatic Colors of #BE7EDD
Black with #BE7EDD
Text Example
Text Example
White with #BE7EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7EDD; }
p { color: rgb(190,126,221); }
H1.HeaderClassName
{
color: #BE7EDD;
}
.AnyTagClassName
{
color: #BE7EDD;
}
</style>
background-color css
<style>
a { background-color: #BE7EDD; }
a { background-color: rgb(190,126,221); }
div.DivClassName
{
background-color: #BE7EDD;
}
.BgClassName
{
background-color: #BE7EDD;
}
</style>
border-color css
<style>
span { border-color: #BE7EDD; }
span { border-color: rgb(190,126,221); }
td.TdClassName
{
border-color: #BE7EDD;
}
.TagClassName
{
border-color: #BE7EDD;
}
</style>