Shades of Wisteria #BE7EDF
Tints of Wisteria #BE7EDF
RGB
CMYK
RGB Variations
Color information
#BE7EDF (or 0xBE7EDF) is known color: Wisteria. HEX triplet: BE, 7E and DF. RGB value is (190,126,223). Sum of RGB (Red+Green+Blue) = 190+126+223=539 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.25% from 539); Green value is 126 (49.61% from 255 or 23.38% from 539); Blue value is 223 (87.5% from 255 or 41.37% from 539); Max value from RGB is 223 - color contains mainly: blue. Hex color #BE7EDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7EDF is #418120. Grayscale: #9B9B9B. Windows color (decimal): -4292897 or 14646974. OLE color: 14646974.
HSL color Cylindrical-coordinate representation of color #BE7EDF: hue angle of 279.59º degrees, saturation: 0.6, 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 #BE7EDF is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 126 | 223 | - |
| CMYK | 0.15 | 0.43 | 0 | 0.13 |
| HSL | 279.59º | 0.6% | 0.68% | - |
| HSV(B) | 279.59º | 0.43% | 0.87% | - |
| XYZ | 42.02 | 31.2 | 73.62 | - |
| YUV | 156.19 | 165.7 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 126 | 223 | 0.15 | 0.43 | 0 | 0.13 | 279.59 | 0.6 | 0.68 |
| Hex | BE | 7E | DF | F | 2B | 0 | D | 118 | 3C | 44 |
| Octal | 276 | 176 | 337 | 17 | 53 | 0 | 15 | 430 | 74 | 104 |
| Binary | 10111110 | 1111110 | 11011111 | 1111 | 101011 | 0 | 1101 | 100011000 | 111100 | 1000100 |
Color Harmonies of #BE7EDF
Complementary color
Monochromatic Colors of #BE7EDF
Black with #BE7EDF
Text Example
Text Example
White with #BE7EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7EDF; }
p { color: rgb(190,126,223); }
H1.HeaderClassName
{
color: #BE7EDF;
}
.AnyTagClassName
{
color: #BE7EDF;
}
</style>
background-color css
<style>
a { background-color: #BE7EDF; }
a { background-color: rgb(190,126,223); }
div.DivClassName
{
background-color: #BE7EDF;
}
.BgClassName
{
background-color: #BE7EDF;
}
</style>
border-color css
<style>
span { border-color: #BE7EDF; }
span { border-color: rgb(190,126,223); }
td.TdClassName
{
border-color: #BE7EDF;
}
.TagClassName
{
border-color: #BE7EDF;
}
</style>