Shades of Wisteria #BE8CE5
Tints of Wisteria #BE8CE5
RGB
CMYK
RGB Variations
Color information
#BE8CE5 (or 0xBE8CE5) is known color: Wisteria. HEX triplet: BE, 8C and E5. RGB value is (190,140,229). Sum of RGB (Red+Green+Blue) = 190+140+229=559 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.99% from 559); Green value is 140 (55.08% from 255 or 25.04% from 559); Blue value is 229 (89.84% from 255 or 40.97% from 559); Max value from RGB is 229 - color contains mainly: blue. Hex color #BE8CE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8CE5 is #41731A. Grayscale: #A4A4A4. Windows color (decimal): -4289307 or 15043774. OLE color: 15043774.
HSL color Cylindrical-coordinate representation of color #BE8CE5: hue angle of 273.71º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BE8CE5 is Cyan = 0.17, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 190 | 140 | 229 | - |
| CMYK | 0.17 | 0.39 | 0 | 0.10 |
| HSL | 273.71º | 0.63% | 0.72% | - |
| HSV(B) | 273.71º | 0.39% | 0.9% | - |
| XYZ | 44.76 | 35.36 | 78.6 | - |
| YUV | 165.1 | 164.07 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 140 | 229 | 0.17 | 0.39 | 0 | 0.10 | 273.71 | 0.63 | 0.72 |
| Hex | BE | 8C | E5 | 11 | 27 | 0 | A | 112 | 3F | 48 |
| Octal | 276 | 214 | 345 | 21 | 47 | 0 | 12 | 422 | 77 | 110 |
| Binary | 10111110 | 10001100 | 11100101 | 10001 | 100111 | 0 | 1010 | 100010010 | 111111 | 1001000 |
Color Harmonies of #BE8CE5
Complementary color
Monochromatic Colors of #BE8CE5
Black with #BE8CE5
Text Example
Text Example
White with #BE8CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8CE5; }
p { color: rgb(190,140,229); }
H1.HeaderClassName
{
color: #BE8CE5;
}
.AnyTagClassName
{
color: #BE8CE5;
}
</style>
background-color css
<style>
a { background-color: #BE8CE5; }
a { background-color: rgb(190,140,229); }
div.DivClassName
{
background-color: #BE8CE5;
}
.BgClassName
{
background-color: #BE8CE5;
}
</style>
border-color css
<style>
span { border-color: #BE8CE5; }
span { border-color: rgb(190,140,229); }
td.TdClassName
{
border-color: #BE8CE5;
}
.TagClassName
{
border-color: #BE8CE5;
}
</style>