Shades of Wisteria #BE86DC
Tints of Wisteria #BE86DC
RGB
CMYK
RGB Variations
Color information
#BE86DC (or 0xBE86DC) is known color: Wisteria. HEX triplet: BE, 86 and DC. RGB value is (190,134,220). Sum of RGB (Red+Green+Blue) = 190+134+220=544 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.93% from 544); Green value is 134 (52.73% from 255 or 24.63% from 544); Blue value is 220 (86.33% from 255 or 40.44% from 544); Max value from RGB is 220 - color contains mainly: blue. Hex color #BE86DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE86DC is #417923. Grayscale: #A0A0A0. Windows color (decimal): -4290852 or 14452414. OLE color: 14452414.
HSL color Cylindrical-coordinate representation of color #BE86DC: hue angle of 279.07º degrees, saturation: 0.55, 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 #BE86DC is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 134 | 220 | - |
| CMYK | 0.14 | 0.39 | 0 | 0.14 |
| HSL | 279.07º | 0.55% | 0.69% | - |
| HSV(B) | 279.07º | 0.39% | 0.86% | - |
| XYZ | 42.68 | 33.16 | 71.86 | - |
| YUV | 160.55 | 161.55 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 134 | 220 | 0.14 | 0.39 | 0 | 0.14 | 279.07 | 0.55 | 0.69 |
| Hex | BE | 86 | DC | E | 27 | 0 | E | 117 | 37 | 45 |
| Octal | 276 | 206 | 334 | 16 | 47 | 0 | 16 | 427 | 67 | 105 |
| Binary | 10111110 | 10000110 | 11011100 | 1110 | 100111 | 0 | 1110 | 100010111 | 110111 | 1000101 |
Color Harmonies of #BE86DC
Complementary color
Monochromatic Colors of #BE86DC
Black with #BE86DC
Text Example
Text Example
White with #BE86DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE86DC; }
p { color: rgb(190,134,220); }
H1.HeaderClassName
{
color: #BE86DC;
}
.AnyTagClassName
{
color: #BE86DC;
}
</style>
background-color css
<style>
a { background-color: #BE86DC; }
a { background-color: rgb(190,134,220); }
div.DivClassName
{
background-color: #BE86DC;
}
.BgClassName
{
background-color: #BE86DC;
}
</style>
border-color css
<style>
span { border-color: #BE86DC; }
span { border-color: rgb(190,134,220); }
td.TdClassName
{
border-color: #BE86DC;
}
.TagClassName
{
border-color: #BE86DC;
}
</style>