Shades of Wisteria #BE86DB
Tints of Wisteria #BE86DB
RGB
CMYK
RGB Variations
Color information
#BE86DB (or 0xBE86DB) is known color: Wisteria. HEX triplet: BE, 86 and DB. RGB value is (190,134,219). Sum of RGB (Red+Green+Blue) = 190+134+219=543 (71% of max value = 765). Red value is 190 (74.61% from 255 or 34.99% from 543); Green value is 134 (52.73% from 255 or 24.68% from 543); Blue value is 219 (85.94% from 255 or 40.33% from 543); Max value from RGB is 219 - color contains mainly: blue. Hex color #BE86DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE86DB is #417924. Grayscale: #A0A0A0. Windows color (decimal): -4290853 or 14386878. OLE color: 14386878.
HSL color Cylindrical-coordinate representation of color #BE86DB: hue angle of 279.53º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BE86DB is Cyan = 0.13, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 134 | 219 | - |
| CMYK | 0.13 | 0.39 | 0 | 0.14 |
| HSL | 279.53º | 0.54% | 0.69% | - |
| HSV(B) | 279.53º | 0.39% | 0.86% | - |
| XYZ | 42.55 | 33.11 | 71.17 | - |
| YUV | 160.43 | 161.05 | 149.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 134 | 219 | 0.13 | 0.39 | 0 | 0.14 | 279.53 | 0.54 | 0.69 |
| Hex | BE | 86 | DB | D | 27 | 0 | E | 118 | 36 | 45 |
| Octal | 276 | 206 | 333 | 15 | 47 | 0 | 16 | 430 | 66 | 105 |
| Binary | 10111110 | 10000110 | 11011011 | 1101 | 100111 | 0 | 1110 | 100011000 | 110110 | 1000101 |
Color Harmonies of #BE86DB
Complementary color
Monochromatic Colors of #BE86DB
Black with #BE86DB
Text Example
Text Example
White with #BE86DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE86DB; }
p { color: rgb(190,134,219); }
H1.HeaderClassName
{
color: #BE86DB;
}
.AnyTagClassName
{
color: #BE86DB;
}
</style>
background-color css
<style>
a { background-color: #BE86DB; }
a { background-color: rgb(190,134,219); }
div.DivClassName
{
background-color: #BE86DB;
}
.BgClassName
{
background-color: #BE86DB;
}
</style>
border-color css
<style>
span { border-color: #BE86DB; }
span { border-color: rgb(190,134,219); }
td.TdClassName
{
border-color: #BE86DB;
}
.TagClassName
{
border-color: #BE86DB;
}
</style>