Shades of Wisteria #BE8EEA
Tints of Wisteria #BE8EEA
RGB
CMYK
RGB Variations
Color information
#BE8EEA (or 0xBE8EEA) is known color: Wisteria. HEX triplet: BE, 8E and EA. RGB value is (190,142,234). Sum of RGB (Red+Green+Blue) = 190+142+234=566 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.57% from 566); Green value is 142 (55.86% from 255 or 25.09% from 566); Blue value is 234 (91.80% from 255 or 41.34% from 566); Max value from RGB is 234 - color contains mainly: blue. Hex color #BE8EEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE8EEA is #417115. Grayscale: #A6A6A6. Windows color (decimal): -4288790 or 15371966. OLE color: 15371966.
HSL color Cylindrical-coordinate representation of color #BE8EEA: hue angle of 271.3º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BE8EEA is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 190 | 142 | 234 | - |
| CMYK | 0.19 | 0.39 | 0 | 0.08 |
| HSL | 271.3º | 0.69% | 0.74% | - |
| HSV(B) | 271.3º | 0.39% | 0.92% | - |
| XYZ | 45.76 | 36.23 | 82.42 | - |
| YUV | 166.84 | 165.9 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 142 | 234 | 0.19 | 0.39 | 0 | 0.08 | 271.3 | 0.69 | 0.74 |
| Hex | BE | 8E | EA | 13 | 27 | 0 | 8 | 10F | 45 | 4A |
| Octal | 276 | 216 | 352 | 23 | 47 | 0 | 10 | 417 | 105 | 112 |
| Binary | 10111110 | 10001110 | 11101010 | 10011 | 100111 | 0 | 1000 | 100001111 | 1000101 | 1001010 |
Color Harmonies of #BE8EEA
Complementary color
Monochromatic Colors of #BE8EEA
Black with #BE8EEA
Text Example
Text Example
White with #BE8EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8EEA; }
p { color: rgb(190,142,234); }
H1.HeaderClassName
{
color: #BE8EEA;
}
.AnyTagClassName
{
color: #BE8EEA;
}
</style>
background-color css
<style>
a { background-color: #BE8EEA; }
a { background-color: rgb(190,142,234); }
div.DivClassName
{
background-color: #BE8EEA;
}
.BgClassName
{
background-color: #BE8EEA;
}
</style>
border-color css
<style>
span { border-color: #BE8EEA; }
span { border-color: rgb(190,142,234); }
td.TdClassName
{
border-color: #BE8EEA;
}
.TagClassName
{
border-color: #BE8EEA;
}
</style>