Shades of Wisteria #BE80ED
Tints of Wisteria #BE80ED
RGB
CMYK
RGB Variations
Color information
#BE80ED (or 0xBE80ED) is known color: Wisteria. HEX triplet: BE, 80 and ED. RGB value is (190,128,237). Sum of RGB (Red+Green+Blue) = 190+128+237=555 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.23% from 555); Green value is 128 (50.39% from 255 or 23.06% from 555); Blue value is 237 (92.97% from 255 or 42.70% from 555); Max value from RGB is 237 - color contains mainly: blue. Hex color #BE80ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE80ED is #417F12. Grayscale: #9E9E9E. Windows color (decimal): -4292371 or 15564990. OLE color: 15564990.
HSL color Cylindrical-coordinate representation of color #BE80ED: hue angle of 274.13º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BE80ED is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 128 | 237 | - |
| CMYK | 0.20 | 0.46 | 0 | 0.07 |
| HSL | 274.13º | 0.75% | 0.72% | - |
| HSV(B) | 274.13º | 0.46% | 0.93% | - |
| XYZ | 44.24 | 32.5 | 84.06 | - |
| YUV | 158.96 | 172.04 | 150.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 128 | 237 | 0.20 | 0.46 | 0 | 0.07 | 274.13 | 0.75 | 0.72 |
| Hex | BE | 80 | ED | 14 | 2E | 0 | 7 | 112 | 4B | 48 |
| Octal | 276 | 200 | 355 | 24 | 56 | 0 | 7 | 422 | 113 | 110 |
| Binary | 10111110 | 10000000 | 11101101 | 10100 | 101110 | 0 | 111 | 100010010 | 1001011 | 1001000 |
Color Harmonies of #BE80ED
Complementary color
Monochromatic Colors of #BE80ED
Black with #BE80ED
Text Example
Text Example
White with #BE80ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE80ED; }
p { color: rgb(190,128,237); }
H1.HeaderClassName
{
color: #BE80ED;
}
.AnyTagClassName
{
color: #BE80ED;
}
</style>
background-color css
<style>
a { background-color: #BE80ED; }
a { background-color: rgb(190,128,237); }
div.DivClassName
{
background-color: #BE80ED;
}
.BgClassName
{
background-color: #BE80ED;
}
</style>
border-color css
<style>
span { border-color: #BE80ED; }
span { border-color: rgb(190,128,237); }
td.TdClassName
{
border-color: #BE80ED;
}
.TagClassName
{
border-color: #BE80ED;
}
</style>