Shades of Wisteria #BE8ECD
Tints of Wisteria #BE8ECD
RGB
CMYK
RGB Variations
Color information
#BE8ECD (or 0xBE8ECD) is known color: Wisteria. HEX triplet: BE, 8E and CD. RGB value is (190,142,205). Sum of RGB (Red+Green+Blue) = 190+142+205=537 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.38% from 537); Green value is 142 (55.86% from 255 or 26.44% from 537); Blue value is 205 (80.47% from 255 or 38.18% from 537); Max value from RGB is 205 - color contains mainly: blue. Hex color #BE8ECD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8ECD is #417132. Grayscale: #A3A3A3. Windows color (decimal): -4288819 or 13471422. OLE color: 13471422.
HSL color Cylindrical-coordinate representation of color #BE8ECD: hue angle of 285.71º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BE8ECD is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 190 | 142 | 205 | - |
| CMYK | 0.07 | 0.31 | 0 | 0.20 |
| HSL | 285.71º | 0.39% | 0.68% | - |
| HSV(B) | 285.71º | 0.31% | 0.8% | - |
| XYZ | 41.93 | 34.7 | 62.25 | - |
| YUV | 163.53 | 151.4 | 146.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 142 | 205 | 0.07 | 0.31 | 0 | 0.20 | 285.71 | 0.39 | 0.68 |
| Hex | BE | 8E | CD | 7 | 1F | 0 | 14 | 11E | 27 | 44 |
| Octal | 276 | 216 | 315 | 7 | 37 | 0 | 24 | 436 | 47 | 104 |
| Binary | 10111110 | 10001110 | 11001101 | 111 | 11111 | 0 | 10100 | 100011110 | 100111 | 1000100 |
Color Harmonies of #BE8ECD
Complementary color
Monochromatic Colors of #BE8ECD
Black with #BE8ECD
Text Example
Text Example
White with #BE8ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8ECD; }
p { color: rgb(190,142,205); }
H1.HeaderClassName
{
color: #BE8ECD;
}
.AnyTagClassName
{
color: #BE8ECD;
}
</style>
background-color css
<style>
a { background-color: #BE8ECD; }
a { background-color: rgb(190,142,205); }
div.DivClassName
{
background-color: #BE8ECD;
}
.BgClassName
{
background-color: #BE8ECD;
}
</style>
border-color css
<style>
span { border-color: #BE8ECD; }
span { border-color: rgb(190,142,205); }
td.TdClassName
{
border-color: #BE8ECD;
}
.TagClassName
{
border-color: #BE8ECD;
}
</style>