Shades of Wisteria #BE7DE6
Tints of Wisteria #BE7DE6
RGB
CMYK
RGB Variations
Color information
#BE7DE6 (or 0xBE7DE6) is known color: Wisteria. HEX triplet: BE, 7D and E6. RGB value is (190,125,230). Sum of RGB (Red+Green+Blue) = 190+125+230=545 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.86% from 545); Green value is 125 (49.22% from 255 or 22.94% from 545); Blue value is 230 (90.23% from 255 or 42.20% from 545); Max value from RGB is 230 - color contains mainly: blue. Hex color #BE7DE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE7DE6 is #418219. Grayscale: #9C9C9C. Windows color (decimal): -4293146 or 15105470. OLE color: 15105470.
HSL color Cylindrical-coordinate representation of color #BE7DE6: hue angle of 277.14º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BE7DE6 is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 190 | 125 | 230 | - |
| CMYK | 0.17 | 0.46 | 0 | 0.10 |
| HSL | 277.14º | 0.68% | 0.7% | - |
| HSV(B) | 277.14º | 0.46% | 0.9% | - |
| XYZ | 42.85 | 31.33 | 78.65 | - |
| YUV | 156.41 | 169.53 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 125 | 230 | 0.17 | 0.46 | 0 | 0.10 | 277.14 | 0.68 | 0.7 |
| Hex | BE | 7D | E6 | 11 | 2E | 0 | A | 115 | 44 | 46 |
| Octal | 276 | 175 | 346 | 21 | 56 | 0 | 12 | 425 | 104 | 106 |
| Binary | 10111110 | 1111101 | 11100110 | 10001 | 101110 | 0 | 1010 | 100010101 | 1000100 | 1000110 |
Color Harmonies of #BE7DE6
Complementary color
Monochromatic Colors of #BE7DE6
Black with #BE7DE6
Text Example
Text Example
White with #BE7DE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7DE6; }
p { color: rgb(190,125,230); }
H1.HeaderClassName
{
color: #BE7DE6;
}
.AnyTagClassName
{
color: #BE7DE6;
}
</style>
background-color css
<style>
a { background-color: #BE7DE6; }
a { background-color: rgb(190,125,230); }
div.DivClassName
{
background-color: #BE7DE6;
}
.BgClassName
{
background-color: #BE7DE6;
}
</style>
border-color css
<style>
span { border-color: #BE7DE6; }
span { border-color: rgb(190,125,230); }
td.TdClassName
{
border-color: #BE7DE6;
}
.TagClassName
{
border-color: #BE7DE6;
}
</style>