Shades of Wisteria #BE83ED
Tints of Wisteria #BE83ED
RGB
CMYK
RGB Variations
Color information
#BE83ED (or 0xBE83ED) is known color: Wisteria. HEX triplet: BE, 83 and ED. RGB value is (190,131,237). Sum of RGB (Red+Green+Blue) = 190+131+237=558 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.05% from 558); Green value is 131 (51.56% from 255 or 23.48% from 558); Blue value is 237 (92.97% from 255 or 42.47% from 558); Max value from RGB is 237 - color contains mainly: blue. Hex color #BE83ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE83ED is #417C12. Grayscale: #A0A0A0. Windows color (decimal): -4291603 or 15565758. OLE color: 15565758.
HSL color Cylindrical-coordinate representation of color #BE83ED: hue angle of 273.4º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BE83ED is Cyan = 0.20, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 131 | 237 | - |
| CMYK | 0.20 | 0.45 | 0 | 0.07 |
| HSL | 273.4º | 0.75% | 0.72% | - |
| HSV(B) | 273.4º | 0.45% | 0.93% | - |
| XYZ | 44.64 | 33.29 | 84.19 | - |
| YUV | 160.73 | 171.05 | 148.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 131 | 237 | 0.20 | 0.45 | 0 | 0.07 | 273.4 | 0.75 | 0.72 |
| Hex | BE | 83 | ED | 14 | 2D | 0 | 7 | 111 | 4B | 48 |
| Octal | 276 | 203 | 355 | 24 | 55 | 0 | 7 | 421 | 113 | 110 |
| Binary | 10111110 | 10000011 | 11101101 | 10100 | 101101 | 0 | 111 | 100010001 | 1001011 | 1001000 |
Color Harmonies of #BE83ED
Complementary color
Monochromatic Colors of #BE83ED
Black with #BE83ED
Text Example
Text Example
White with #BE83ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE83ED; }
p { color: rgb(190,131,237); }
H1.HeaderClassName
{
color: #BE83ED;
}
.AnyTagClassName
{
color: #BE83ED;
}
</style>
background-color css
<style>
a { background-color: #BE83ED; }
a { background-color: rgb(190,131,237); }
div.DivClassName
{
background-color: #BE83ED;
}
.BgClassName
{
background-color: #BE83ED;
}
</style>
border-color css
<style>
span { border-color: #BE83ED; }
span { border-color: rgb(190,131,237); }
td.TdClassName
{
border-color: #BE83ED;
}
.TagClassName
{
border-color: #BE83ED;
}
</style>