Shades of Wisteria #BE83D5
Tints of Wisteria #BE83D5
RGB
CMYK
RGB Variations
Color information
#BE83D5 (or 0xBE83D5) is known color: Wisteria. HEX triplet: BE, 83 and D5. RGB value is (190,131,213). Sum of RGB (Red+Green+Blue) = 190+131+213=534 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.58% from 534); Green value is 131 (51.56% from 255 or 24.53% from 534); Blue value is 213 (83.59% from 255 or 39.89% from 534); Max value from RGB is 213 - color contains mainly: blue. Hex color #BE83D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE83D5 is #417C2A. Grayscale: #9D9D9D. Windows color (decimal): -4291627 or 13992894. OLE color: 13992894.
HSL color Cylindrical-coordinate representation of color #BE83D5: hue angle of 283.17º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BE83D5 is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 131 | 213 | - |
| CMYK | 0.11 | 0.38 | 0 | 0.16 |
| HSL | 283.17º | 0.49% | 0.67% | - |
| HSV(B) | 283.17º | 0.38% | 0.84% | - |
| XYZ | 41.36 | 31.98 | 66.94 | - |
| YUV | 157.99 | 159.05 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 131 | 213 | 0.11 | 0.38 | 0 | 0.16 | 283.17 | 0.49 | 0.67 |
| Hex | BE | 83 | D5 | B | 26 | 0 | 10 | 11B | 31 | 43 |
| Octal | 276 | 203 | 325 | 13 | 46 | 0 | 20 | 433 | 61 | 103 |
| Binary | 10111110 | 10000011 | 11010101 | 1011 | 100110 | 0 | 10000 | 100011011 | 110001 | 1000011 |
Color Harmonies of #BE83D5
Complementary color
Monochromatic Colors of #BE83D5
Black with #BE83D5
Text Example
Text Example
White with #BE83D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE83D5; }
p { color: rgb(190,131,213); }
H1.HeaderClassName
{
color: #BE83D5;
}
.AnyTagClassName
{
color: #BE83D5;
}
</style>
background-color css
<style>
a { background-color: #BE83D5; }
a { background-color: rgb(190,131,213); }
div.DivClassName
{
background-color: #BE83D5;
}
.BgClassName
{
background-color: #BE83D5;
}
</style>
border-color css
<style>
span { border-color: #BE83D5; }
span { border-color: rgb(190,131,213); }
td.TdClassName
{
border-color: #BE83D5;
}
.TagClassName
{
border-color: #BE83D5;
}
</style>