Shades of Wisteria #BE83DB
Tints of Wisteria #BE83DB
RGB
CMYK
RGB Variations
Color information
#BE83DB (or 0xBE83DB) is known color: Wisteria. HEX triplet: BE, 83 and DB. RGB value is (190,131,219). Sum of RGB (Red+Green+Blue) = 190+131+219=540 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.19% from 540); Green value is 131 (51.56% from 255 or 24.26% from 540); Blue value is 219 (85.94% from 255 or 40.56% from 540); Max value from RGB is 219 - color contains mainly: blue. Hex color #BE83DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE83DB is #417C24. Grayscale: #9E9E9E. Windows color (decimal): -4291621 or 14386110. OLE color: 14386110.
HSL color Cylindrical-coordinate representation of color #BE83DB: hue angle of 280.23º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BE83DB is Cyan = 0.13, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 131 | 219 | - |
| CMYK | 0.13 | 0.40 | 0 | 0.14 |
| HSL | 280.23º | 0.55% | 0.69% | - |
| HSV(B) | 280.23º | 0.4% | 0.86% | - |
| XYZ | 42.14 | 32.29 | 71.03 | - |
| YUV | 158.67 | 162.05 | 150.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 131 | 219 | 0.13 | 0.40 | 0 | 0.14 | 280.23 | 0.55 | 0.69 |
| Hex | BE | 83 | DB | D | 28 | 0 | E | 118 | 37 | 45 |
| Octal | 276 | 203 | 333 | 15 | 50 | 0 | 16 | 430 | 67 | 105 |
| Binary | 10111110 | 10000011 | 11011011 | 1101 | 101000 | 0 | 1110 | 100011000 | 110111 | 1000101 |
Color Harmonies of #BE83DB
Complementary color
Monochromatic Colors of #BE83DB
Black with #BE83DB
Text Example
Text Example
White with #BE83DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE83DB; }
p { color: rgb(190,131,219); }
H1.HeaderClassName
{
color: #BE83DB;
}
.AnyTagClassName
{
color: #BE83DB;
}
</style>
background-color css
<style>
a { background-color: #BE83DB; }
a { background-color: rgb(190,131,219); }
div.DivClassName
{
background-color: #BE83DB;
}
.BgClassName
{
background-color: #BE83DB;
}
</style>
border-color css
<style>
span { border-color: #BE83DB; }
span { border-color: rgb(190,131,219); }
td.TdClassName
{
border-color: #BE83DB;
}
.TagClassName
{
border-color: #BE83DB;
}
</style>