Shades of Wisteria #BE91CE
Tints of Wisteria #BE91CE
RGB
CMYK
RGB Variations
Color information
#BE91CE (or 0xBE91CE) is known color: Wisteria. HEX triplet: BE, 91 and CE. RGB value is (190,145,206). Sum of RGB (Red+Green+Blue) = 190+145+206=541 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.12% from 541); Green value is 145 (57.03% from 255 or 26.80% from 541); Blue value is 206 (80.86% from 255 or 38.08% from 541); Max value from RGB is 206 - color contains mainly: blue. Hex color #BE91CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE91CE is #416E31. Grayscale: #A5A5A5. Windows color (decimal): -4288050 or 13537726. OLE color: 13537726.
HSL color Cylindrical-coordinate representation of color #BE91CE: hue angle of 284.26º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BE91CE is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 145 | 206 | - |
| CMYK | 0.08 | 0.30 | 0 | 0.19 |
| HSL | 284.26º | 0.38% | 0.69% | - |
| HSV(B) | 284.26º | 0.3% | 0.81% | - |
| XYZ | 42.5 | 35.65 | 63.03 | - |
| YUV | 165.41 | 150.91 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 145 | 206 | 0.08 | 0.30 | 0 | 0.19 | 284.26 | 0.38 | 0.69 |
| Hex | BE | 91 | CE | 8 | 1E | 0 | 13 | 11C | 26 | 45 |
| Octal | 276 | 221 | 316 | 10 | 36 | 0 | 23 | 434 | 46 | 105 |
| Binary | 10111110 | 10010001 | 11001110 | 1000 | 11110 | 0 | 10011 | 100011100 | 100110 | 1000101 |
Color Harmonies of #BE91CE
Complementary color
Monochromatic Colors of #BE91CE
Black with #BE91CE
Text Example
Text Example
White with #BE91CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE91CE; }
p { color: rgb(190,145,206); }
H1.HeaderClassName
{
color: #BE91CE;
}
.AnyTagClassName
{
color: #BE91CE;
}
</style>
background-color css
<style>
a { background-color: #BE91CE; }
a { background-color: rgb(190,145,206); }
div.DivClassName
{
background-color: #BE91CE;
}
.BgClassName
{
background-color: #BE91CE;
}
</style>
border-color css
<style>
span { border-color: #BE91CE; }
span { border-color: rgb(190,145,206); }
td.TdClassName
{
border-color: #BE91CE;
}
.TagClassName
{
border-color: #BE91CE;
}
</style>