Shades of Wisteria #BE8DE5
Tints of Wisteria #BE8DE5
RGB
CMYK
RGB Variations
Color information
#BE8DE5 (or 0xBE8DE5) is known color: Wisteria. HEX triplet: BE, 8D and E5. RGB value is (190,141,229). Sum of RGB (Red+Green+Blue) = 190+141+229=560 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.93% from 560); Green value is 141 (55.47% from 255 or 25.18% from 560); Blue value is 229 (89.84% from 255 or 40.89% from 560); Max value from RGB is 229 - color contains mainly: blue. Hex color #BE8DE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8DE5 is #41721A. Grayscale: #A5A5A5. Windows color (decimal): -4289051 or 15044030. OLE color: 15044030.
HSL color Cylindrical-coordinate representation of color #BE8DE5: hue angle of 273.41º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BE8DE5 is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 190 | 141 | 229 | - |
| CMYK | 0.17 | 0.38 | 0 | 0.10 |
| HSL | 273.41º | 0.63% | 0.73% | - |
| HSV(B) | 273.41º | 0.38% | 0.9% | - |
| XYZ | 44.9 | 35.65 | 78.64 | - |
| YUV | 165.68 | 163.73 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 141 | 229 | 0.17 | 0.38 | 0 | 0.10 | 273.41 | 0.63 | 0.73 |
| Hex | BE | 8D | E5 | 11 | 26 | 0 | A | 111 | 3F | 49 |
| Octal | 276 | 215 | 345 | 21 | 46 | 0 | 12 | 421 | 77 | 111 |
| Binary | 10111110 | 10001101 | 11100101 | 10001 | 100110 | 0 | 1010 | 100010001 | 111111 | 1001001 |
Color Harmonies of #BE8DE5
Complementary color
Monochromatic Colors of #BE8DE5
Black with #BE8DE5
Text Example
Text Example
White with #BE8DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8DE5; }
p { color: rgb(190,141,229); }
H1.HeaderClassName
{
color: #BE8DE5;
}
.AnyTagClassName
{
color: #BE8DE5;
}
</style>
background-color css
<style>
a { background-color: #BE8DE5; }
a { background-color: rgb(190,141,229); }
div.DivClassName
{
background-color: #BE8DE5;
}
.BgClassName
{
background-color: #BE8DE5;
}
</style>
border-color css
<style>
span { border-color: #BE8DE5; }
span { border-color: rgb(190,141,229); }
td.TdClassName
{
border-color: #BE8DE5;
}
.TagClassName
{
border-color: #BE8DE5;
}
</style>