Shades of Wisteria #BE81DD
Tints of Wisteria #BE81DD
RGB
CMYK
RGB Variations
Color information
#BE81DD (or 0xBE81DD) is known color: Wisteria. HEX triplet: BE, 81 and DD. RGB value is (190,129,221). Sum of RGB (Red+Green+Blue) = 190+129+221=540 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.19% from 540); Green value is 129 (50.78% from 255 or 23.89% from 540); Blue value is 221 (86.72% from 255 or 40.93% from 540); Max value from RGB is 221 - color contains mainly: blue. Hex color #BE81DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE81DD is #417E22. Grayscale: #9D9D9D. Windows color (decimal): -4292131 or 14516670. OLE color: 14516670.
HSL color Cylindrical-coordinate representation of color #BE81DD: hue angle of 279.78º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BE81DD is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 129 | 221 | - |
| CMYK | 0.14 | 0.42 | 0 | 0.13 |
| HSL | 279.78º | 0.58% | 0.69% | - |
| HSV(B) | 279.78º | 0.42% | 0.87% | - |
| XYZ | 42.14 | 31.87 | 72.34 | - |
| YUV | 157.73 | 163.71 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 129 | 221 | 0.14 | 0.42 | 0 | 0.13 | 279.78 | 0.58 | 0.69 |
| Hex | BE | 81 | DD | E | 2A | 0 | D | 118 | 3A | 45 |
| Octal | 276 | 201 | 335 | 16 | 52 | 0 | 15 | 430 | 72 | 105 |
| Binary | 10111110 | 10000001 | 11011101 | 1110 | 101010 | 0 | 1101 | 100011000 | 111010 | 1000101 |
Color Harmonies of #BE81DD
Complementary color
Monochromatic Colors of #BE81DD
Black with #BE81DD
Text Example
Text Example
White with #BE81DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE81DD; }
p { color: rgb(190,129,221); }
H1.HeaderClassName
{
color: #BE81DD;
}
.AnyTagClassName
{
color: #BE81DD;
}
</style>
background-color css
<style>
a { background-color: #BE81DD; }
a { background-color: rgb(190,129,221); }
div.DivClassName
{
background-color: #BE81DD;
}
.BgClassName
{
background-color: #BE81DD;
}
</style>
border-color css
<style>
span { border-color: #BE81DD; }
span { border-color: rgb(190,129,221); }
td.TdClassName
{
border-color: #BE81DD;
}
.TagClassName
{
border-color: #BE81DD;
}
</style>