Shades of Wisteria #BE91DC
Tints of Wisteria #BE91DC
RGB
CMYK
RGB Variations
Color information
#BE91DC (or 0xBE91DC) is known color: Wisteria. HEX triplet: BE, 91 and DC. RGB value is (190,145,220). Sum of RGB (Red+Green+Blue) = 190+145+220=555 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.23% from 555); Green value is 145 (57.03% from 255 or 26.13% from 555); Blue value is 220 (86.33% from 255 or 39.64% from 555); Max value from RGB is 220 - color contains mainly: blue. Hex color #BE91DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE91DC is #416E23. Grayscale: #A6A6A6. Windows color (decimal): -4288036 or 14455230. OLE color: 14455230.
HSL color Cylindrical-coordinate representation of color #BE91DC: hue angle of 276º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BE91DC is Cyan = 0.14, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 145 | 220 | - |
| CMYK | 0.14 | 0.34 | 0 | 0.14 |
| HSL | 276º | 0.52% | 0.72% | - |
| HSV(B) | 276º | 0.34% | 0.86% | - |
| XYZ | 44.28 | 36.37 | 72.4 | - |
| YUV | 167.01 | 157.91 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 145 | 220 | 0.14 | 0.34 | 0 | 0.14 | 276 | 0.52 | 0.72 |
| Hex | BE | 91 | DC | E | 22 | 0 | E | 114 | 34 | 48 |
| Octal | 276 | 221 | 334 | 16 | 42 | 0 | 16 | 424 | 64 | 110 |
| Binary | 10111110 | 10010001 | 11011100 | 1110 | 100010 | 0 | 1110 | 100010100 | 110100 | 1001000 |
Color Harmonies of #BE91DC
Complementary color
Monochromatic Colors of #BE91DC
Black with #BE91DC
Text Example
Text Example
White with #BE91DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE91DC; }
p { color: rgb(190,145,220); }
H1.HeaderClassName
{
color: #BE91DC;
}
.AnyTagClassName
{
color: #BE91DC;
}
</style>
background-color css
<style>
a { background-color: #BE91DC; }
a { background-color: rgb(190,145,220); }
div.DivClassName
{
background-color: #BE91DC;
}
.BgClassName
{
background-color: #BE91DC;
}
</style>
border-color css
<style>
span { border-color: #BE91DC; }
span { border-color: rgb(190,145,220); }
td.TdClassName
{
border-color: #BE91DC;
}
.TagClassName
{
border-color: #BE91DC;
}
</style>