Shades of Wisteria #BE83EC
Tints of Wisteria #BE83EC
RGB
CMYK
RGB Variations
Color information
#BE83EC (or 0xBE83EC) is known color: Wisteria. HEX triplet: BE, 83 and EC. RGB value is (190,131,236). Sum of RGB (Red+Green+Blue) = 190+131+236=557 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.11% from 557); Green value is 131 (51.56% from 255 or 23.52% from 557); Blue value is 236 (92.58% from 255 or 42.37% from 557); Max value from RGB is 236 - color contains mainly: blue. Hex color #BE83EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE83EC is #417C13. Grayscale: #A0A0A0. Windows color (decimal): -4291604 or 15500222. OLE color: 15500222.
HSL color Cylindrical-coordinate representation of color #BE83EC: hue angle of 273.71º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BE83EC is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 131 | 236 | - |
| CMYK | 0.19 | 0.44 | 0 | 0.07 |
| HSL | 273.71º | 0.73% | 0.72% | - |
| HSV(B) | 273.71º | 0.44% | 0.93% | - |
| XYZ | 44.49 | 33.24 | 83.43 | - |
| YUV | 160.61 | 170.55 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 131 | 236 | 0.19 | 0.44 | 0 | 0.07 | 273.71 | 0.73 | 0.72 |
| Hex | BE | 83 | EC | 13 | 2C | 0 | 7 | 112 | 49 | 48 |
| Octal | 276 | 203 | 354 | 23 | 54 | 0 | 7 | 422 | 111 | 110 |
| Binary | 10111110 | 10000011 | 11101100 | 10011 | 101100 | 0 | 111 | 100010010 | 1001001 | 1001000 |
Color Harmonies of #BE83EC
Complementary color
Monochromatic Colors of #BE83EC
Black with #BE83EC
Text Example
Text Example
White with #BE83EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE83EC; }
p { color: rgb(190,131,236); }
H1.HeaderClassName
{
color: #BE83EC;
}
.AnyTagClassName
{
color: #BE83EC;
}
</style>
background-color css
<style>
a { background-color: #BE83EC; }
a { background-color: rgb(190,131,236); }
div.DivClassName
{
background-color: #BE83EC;
}
.BgClassName
{
background-color: #BE83EC;
}
</style>
border-color css
<style>
span { border-color: #BE83EC; }
span { border-color: rgb(190,131,236); }
td.TdClassName
{
border-color: #BE83EC;
}
.TagClassName
{
border-color: #BE83EC;
}
</style>