Shades of Wisteria #BE93DC
Tints of Wisteria #BE93DC
RGB
CMYK
RGB Variations
Color information
#BE93DC (or 0xBE93DC) is known color: Wisteria. HEX triplet: BE, 93 and DC. RGB value is (190,147,220). Sum of RGB (Red+Green+Blue) = 190+147+220=557 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.11% from 557); Green value is 147 (57.81% from 255 or 26.39% from 557); Blue value is 220 (86.33% from 255 or 39.50% from 557); Max value from RGB is 220 - color contains mainly: blue. Hex color #BE93DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE93DC is #416C23. Grayscale: #A7A7A7. Windows color (decimal): -4287524 or 14455742. OLE color: 14455742.
HSL color Cylindrical-coordinate representation of color #BE93DC: hue angle of 275.34º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BE93DC is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 147 | 220 | - |
| CMYK | 0.14 | 0.33 | 0 | 0.14 |
| HSL | 275.34º | 0.51% | 0.72% | - |
| HSV(B) | 275.34º | 0.33% | 0.86% | - |
| XYZ | 44.59 | 36.98 | 72.5 | - |
| YUV | 168.18 | 157.25 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 147 | 220 | 0.14 | 0.33 | 0 | 0.14 | 275.34 | 0.51 | 0.72 |
| Hex | BE | 93 | DC | E | 21 | 0 | E | 113 | 33 | 48 |
| Octal | 276 | 223 | 334 | 16 | 41 | 0 | 16 | 423 | 63 | 110 |
| Binary | 10111110 | 10010011 | 11011100 | 1110 | 100001 | 0 | 1110 | 100010011 | 110011 | 1001000 |
Color Harmonies of #BE93DC
Complementary color
Monochromatic Colors of #BE93DC
Black with #BE93DC
Text Example
Text Example
White with #BE93DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE93DC; }
p { color: rgb(190,147,220); }
H1.HeaderClassName
{
color: #BE93DC;
}
.AnyTagClassName
{
color: #BE93DC;
}
</style>
background-color css
<style>
a { background-color: #BE93DC; }
a { background-color: rgb(190,147,220); }
div.DivClassName
{
background-color: #BE93DC;
}
.BgClassName
{
background-color: #BE93DC;
}
</style>
border-color css
<style>
span { border-color: #BE93DC; }
span { border-color: rgb(190,147,220); }
td.TdClassName
{
border-color: #BE93DC;
}
.TagClassName
{
border-color: #BE93DC;
}
</style>