Shades of Wisteria #BE81DB
Tints of Wisteria #BE81DB
RGB
CMYK
RGB Variations
Color information
#BE81DB (or 0xBE81DB) is known color: Wisteria. HEX triplet: BE, 81 and DB. RGB value is (190,129,219). Sum of RGB (Red+Green+Blue) = 190+129+219=538 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.32% from 538); Green value is 129 (50.78% from 255 or 23.98% from 538); Blue value is 219 (85.94% from 255 or 40.71% from 538); Max value from RGB is 219 - color contains mainly: blue. Hex color #BE81DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE81DB is #417E24. Grayscale: #9D9D9D. Windows color (decimal): -4292133 or 14385598. OLE color: 14385598.
HSL color Cylindrical-coordinate representation of color #BE81DB: hue angle of 280.67º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BE81DB is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 129 | 219 | - |
| CMYK | 0.13 | 0.41 | 0 | 0.14 |
| HSL | 280.67º | 0.56% | 0.68% | - |
| HSV(B) | 280.67º | 0.41% | 0.86% | - |
| XYZ | 41.87 | 31.76 | 70.94 | - |
| YUV | 157.5 | 162.71 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 129 | 219 | 0.13 | 0.41 | 0 | 0.14 | 280.67 | 0.56 | 0.68 |
| Hex | BE | 81 | DB | D | 29 | 0 | E | 119 | 38 | 44 |
| Octal | 276 | 201 | 333 | 15 | 51 | 0 | 16 | 431 | 70 | 104 |
| Binary | 10111110 | 10000001 | 11011011 | 1101 | 101001 | 0 | 1110 | 100011001 | 111000 | 1000100 |
Color Harmonies of #BE81DB
Complementary color
Monochromatic Colors of #BE81DB
Black with #BE81DB
Text Example
Text Example
White with #BE81DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE81DB; }
p { color: rgb(190,129,219); }
H1.HeaderClassName
{
color: #BE81DB;
}
.AnyTagClassName
{
color: #BE81DB;
}
</style>
background-color css
<style>
a { background-color: #BE81DB; }
a { background-color: rgb(190,129,219); }
div.DivClassName
{
background-color: #BE81DB;
}
.BgClassName
{
background-color: #BE81DB;
}
</style>
border-color css
<style>
span { border-color: #BE81DB; }
span { border-color: rgb(190,129,219); }
td.TdClassName
{
border-color: #BE81DB;
}
.TagClassName
{
border-color: #BE81DB;
}
</style>