Shades of Wisteria #BE83E0
Tints of Wisteria #BE83E0
RGB
CMYK
RGB Variations
Color information
#BE83E0 (or 0xBE83E0) is known color: Wisteria. HEX triplet: BE, 83 and E0. RGB value is (190,131,224). Sum of RGB (Red+Green+Blue) = 190+131+224=545 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.86% from 545); Green value is 131 (51.56% from 255 or 24.04% from 545); Blue value is 224 (87.89% from 255 or 41.10% from 545); Max value from RGB is 224 - color contains mainly: blue. Hex color #BE83E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE83E0 is #417C1F. Grayscale: #9E9E9E. Windows color (decimal): -4291616 or 14713790. OLE color: 14713790.
HSL color Cylindrical-coordinate representation of color #BE83E0: hue angle of 278.06º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BE83E0 is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 131 | 224 | - |
| CMYK | 0.15 | 0.42 | 0 | 0.12 |
| HSL | 278.06º | 0.6% | 0.7% | - |
| HSV(B) | 278.06º | 0.42% | 0.88% | - |
| XYZ | 42.81 | 32.56 | 74.55 | - |
| YUV | 159.24 | 164.55 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 131 | 224 | 0.15 | 0.42 | 0 | 0.12 | 278.06 | 0.6 | 0.7 |
| Hex | BE | 83 | E0 | F | 2A | 0 | C | 116 | 3C | 46 |
| Octal | 276 | 203 | 340 | 17 | 52 | 0 | 14 | 426 | 74 | 106 |
| Binary | 10111110 | 10000011 | 11100000 | 1111 | 101010 | 0 | 1100 | 100010110 | 111100 | 1000110 |
Color Harmonies of #BE83E0
Complementary color
Monochromatic Colors of #BE83E0
Black with #BE83E0
Text Example
Text Example
White with #BE83E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE83E0; }
p { color: rgb(190,131,224); }
H1.HeaderClassName
{
color: #BE83E0;
}
.AnyTagClassName
{
color: #BE83E0;
}
</style>
background-color css
<style>
a { background-color: #BE83E0; }
a { background-color: rgb(190,131,224); }
div.DivClassName
{
background-color: #BE83E0;
}
.BgClassName
{
background-color: #BE83E0;
}
</style>
border-color css
<style>
span { border-color: #BE83E0; }
span { border-color: rgb(190,131,224); }
td.TdClassName
{
border-color: #BE83E0;
}
.TagClassName
{
border-color: #BE83E0;
}
</style>