Shades of Wisteria #BE8ECE
Tints of Wisteria #BE8ECE
RGB
CMYK
RGB Variations
Color information
#BE8ECE (or 0xBE8ECE) is known color: Wisteria. HEX triplet: BE, 8E and CE. RGB value is (190,142,206). Sum of RGB (Red+Green+Blue) = 190+142+206=538 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.32% from 538); Green value is 142 (55.86% from 255 or 26.39% from 538); Blue value is 206 (80.86% from 255 or 38.29% from 538); Max value from RGB is 206 - color contains mainly: blue. Hex color #BE8ECE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8ECE is #417131. Grayscale: #A3A3A3. Windows color (decimal): -4288818 or 13536958. OLE color: 13536958.
HSL color Cylindrical-coordinate representation of color #BE8ECE: hue angle of 285º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BE8ECE is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 142 | 206 | - |
| CMYK | 0.08 | 0.31 | 0 | 0.19 |
| HSL | 285º | 0.4% | 0.68% | - |
| HSV(B) | 285º | 0.31% | 0.81% | - |
| XYZ | 42.05 | 34.75 | 62.88 | - |
| YUV | 163.65 | 151.9 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 142 | 206 | 0.08 | 0.31 | 0 | 0.19 | 285 | 0.4 | 0.68 |
| Hex | BE | 8E | CE | 8 | 1F | 0 | 13 | 11D | 28 | 44 |
| Octal | 276 | 216 | 316 | 10 | 37 | 0 | 23 | 435 | 50 | 104 |
| Binary | 10111110 | 10001110 | 11001110 | 1000 | 11111 | 0 | 10011 | 100011101 | 101000 | 1000100 |
Color Harmonies of #BE8ECE
Complementary color
Monochromatic Colors of #BE8ECE
Black with #BE8ECE
Text Example
Text Example
White with #BE8ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8ECE; }
p { color: rgb(190,142,206); }
H1.HeaderClassName
{
color: #BE8ECE;
}
.AnyTagClassName
{
color: #BE8ECE;
}
</style>
background-color css
<style>
a { background-color: #BE8ECE; }
a { background-color: rgb(190,142,206); }
div.DivClassName
{
background-color: #BE8ECE;
}
.BgClassName
{
background-color: #BE8ECE;
}
</style>
border-color css
<style>
span { border-color: #BE8ECE; }
span { border-color: rgb(190,142,206); }
td.TdClassName
{
border-color: #BE8ECE;
}
.TagClassName
{
border-color: #BE8ECE;
}
</style>