Shades of Wisteria #BE93E5
Tints of Wisteria #BE93E5
RGB
CMYK
RGB Variations
Color information
#BE93E5 (or 0xBE93E5) is known color: Wisteria. HEX triplet: BE, 93 and E5. RGB value is (190,147,229). Sum of RGB (Red+Green+Blue) = 190+147+229=566 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.57% from 566); Green value is 147 (57.81% from 255 or 25.97% from 566); Blue value is 229 (89.84% from 255 or 40.46% from 566); Max value from RGB is 229 - color contains mainly: blue. Hex color #BE93E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE93E5 is #416C1A. Grayscale: #A8A8A8. Windows color (decimal): -4287515 or 15045566. OLE color: 15045566.
HSL color Cylindrical-coordinate representation of color #BE93E5: hue angle of 271.46º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BE93E5 is Cyan = 0.17, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 190 | 147 | 229 | - |
| CMYK | 0.17 | 0.36 | 0 | 0.10 |
| HSL | 271.46º | 0.61% | 0.74% | - |
| HSV(B) | 271.46º | 0.36% | 0.9% | - |
| XYZ | 45.81 | 37.47 | 78.95 | - |
| YUV | 169.21 | 161.75 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 147 | 229 | 0.17 | 0.36 | 0 | 0.10 | 271.46 | 0.61 | 0.74 |
| Hex | BE | 93 | E5 | 11 | 24 | 0 | A | 10F | 3D | 4A |
| Octal | 276 | 223 | 345 | 21 | 44 | 0 | 12 | 417 | 75 | 112 |
| Binary | 10111110 | 10010011 | 11100101 | 10001 | 100100 | 0 | 1010 | 100001111 | 111101 | 1001010 |
Color Harmonies of #BE93E5
Complementary color
Monochromatic Colors of #BE93E5
Black with #BE93E5
Text Example
Text Example
White with #BE93E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE93E5; }
p { color: rgb(190,147,229); }
H1.HeaderClassName
{
color: #BE93E5;
}
.AnyTagClassName
{
color: #BE93E5;
}
</style>
background-color css
<style>
a { background-color: #BE93E5; }
a { background-color: rgb(190,147,229); }
div.DivClassName
{
background-color: #BE93E5;
}
.BgClassName
{
background-color: #BE93E5;
}
</style>
border-color css
<style>
span { border-color: #BE93E5; }
span { border-color: rgb(190,147,229); }
td.TdClassName
{
border-color: #BE93E5;
}
.TagClassName
{
border-color: #BE93E5;
}
</style>