Shades of Wisteria #BE81E7
Tints of Wisteria #BE81E7
RGB
CMYK
RGB Variations
Color information
#BE81E7 (or 0xBE81E7) is known color: Wisteria. HEX triplet: BE, 81 and E7. RGB value is (190,129,231). Sum of RGB (Red+Green+Blue) = 190+129+231=550 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.55% from 550); Green value is 129 (50.78% from 255 or 23.45% from 550); Blue value is 231 (90.62% from 255 or 42% from 550); Max value from RGB is 231 - color contains mainly: blue. Hex color #BE81E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE81E7 is #417E18. Grayscale: #9E9E9E. Windows color (decimal): -4292121 or 15172030. OLE color: 15172030.
HSL color Cylindrical-coordinate representation of color #BE81E7: hue angle of 275.88º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BE81E7 is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 190 | 129 | 231 | - |
| CMYK | 0.18 | 0.44 | 0 | 0.09 |
| HSL | 275.88º | 0.68% | 0.71% | - |
| HSV(B) | 275.88º | 0.44% | 0.91% | - |
| XYZ | 43.51 | 32.42 | 79.57 | - |
| YUV | 158.87 | 168.71 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 129 | 231 | 0.18 | 0.44 | 0 | 0.09 | 275.88 | 0.68 | 0.71 |
| Hex | BE | 81 | E7 | 12 | 2C | 0 | 9 | 114 | 44 | 47 |
| Octal | 276 | 201 | 347 | 22 | 54 | 0 | 11 | 424 | 104 | 107 |
| Binary | 10111110 | 10000001 | 11100111 | 10010 | 101100 | 0 | 1001 | 100010100 | 1000100 | 1000111 |
Color Harmonies of #BE81E7
Complementary color
Monochromatic Colors of #BE81E7
Black with #BE81E7
Text Example
Text Example
White with #BE81E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE81E7; }
p { color: rgb(190,129,231); }
H1.HeaderClassName
{
color: #BE81E7;
}
.AnyTagClassName
{
color: #BE81E7;
}
</style>
background-color css
<style>
a { background-color: #BE81E7; }
a { background-color: rgb(190,129,231); }
div.DivClassName
{
background-color: #BE81E7;
}
.BgClassName
{
background-color: #BE81E7;
}
</style>
border-color css
<style>
span { border-color: #BE81E7; }
span { border-color: rgb(190,129,231); }
td.TdClassName
{
border-color: #BE81E7;
}
.TagClassName
{
border-color: #BE81E7;
}
</style>