Shades of Wisteria #BE7EE5
Tints of Wisteria #BE7EE5
RGB
CMYK
RGB Variations
Color information
#BE7EE5 (or 0xBE7EE5) is known color: Wisteria. HEX triplet: BE, 7E and E5. RGB value is (190,126,229). Sum of RGB (Red+Green+Blue) = 190+126+229=545 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.86% from 545); Green value is 126 (49.61% from 255 or 23.12% from 545); Blue value is 229 (89.84% from 255 or 42.02% from 545); Max value from RGB is 229 - color contains mainly: blue. Hex color #BE7EE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7EE5 is #41811A. Grayscale: #9C9C9C. Windows color (decimal): -4292891 or 15040190. OLE color: 15040190.
HSL color Cylindrical-coordinate representation of color #BE7EE5: hue angle of 277.28º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BE7EE5 is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 190 | 126 | 229 | - |
| CMYK | 0.17 | 0.45 | 0 | 0.10 |
| HSL | 277.28º | 0.66% | 0.7% | - |
| HSV(B) | 277.28º | 0.45% | 0.9% | - |
| XYZ | 42.84 | 31.53 | 77.96 | - |
| YUV | 156.88 | 168.7 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 126 | 229 | 0.17 | 0.45 | 0 | 0.10 | 277.28 | 0.66 | 0.7 |
| Hex | BE | 7E | E5 | 11 | 2D | 0 | A | 115 | 42 | 46 |
| Octal | 276 | 176 | 345 | 21 | 55 | 0 | 12 | 425 | 102 | 106 |
| Binary | 10111110 | 1111110 | 11100101 | 10001 | 101101 | 0 | 1010 | 100010101 | 1000010 | 1000110 |
Color Harmonies of #BE7EE5
Complementary color
Monochromatic Colors of #BE7EE5
Black with #BE7EE5
Text Example
Text Example
White with #BE7EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7EE5; }
p { color: rgb(190,126,229); }
H1.HeaderClassName
{
color: #BE7EE5;
}
.AnyTagClassName
{
color: #BE7EE5;
}
</style>
background-color css
<style>
a { background-color: #BE7EE5; }
a { background-color: rgb(190,126,229); }
div.DivClassName
{
background-color: #BE7EE5;
}
.BgClassName
{
background-color: #BE7EE5;
}
</style>
border-color css
<style>
span { border-color: #BE7EE5; }
span { border-color: rgb(190,126,229); }
td.TdClassName
{
border-color: #BE7EE5;
}
.TagClassName
{
border-color: #BE7EE5;
}
</style>