Shades of Wisteria #BE91DF
Tints of Wisteria #BE91DF
RGB
CMYK
RGB Variations
Color information
#BE91DF (or 0xBE91DF) is known color: Wisteria. HEX triplet: BE, 91 and DF. RGB value is (190,145,223). Sum of RGB (Red+Green+Blue) = 190+145+223=558 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.05% from 558); Green value is 145 (57.03% from 255 or 25.99% from 558); Blue value is 223 (87.5% from 255 or 39.96% from 558); Max value from RGB is 223 - color contains mainly: blue. Hex color #BE91DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE91DF is #416E20. Grayscale: #A7A7A7. Windows color (decimal): -4288033 or 14651838. OLE color: 14651838.
HSL color Cylindrical-coordinate representation of color #BE91DF: hue angle of 274.62º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BE91DF is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 145 | 223 | - |
| CMYK | 0.15 | 0.35 | 0 | 0.13 |
| HSL | 274.62º | 0.55% | 0.72% | - |
| HSV(B) | 274.62º | 0.35% | 0.87% | - |
| XYZ | 44.68 | 36.53 | 74.51 | - |
| YUV | 167.35 | 159.41 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 145 | 223 | 0.15 | 0.35 | 0 | 0.13 | 274.62 | 0.55 | 0.72 |
| Hex | BE | 91 | DF | F | 23 | 0 | D | 113 | 37 | 48 |
| Octal | 276 | 221 | 337 | 17 | 43 | 0 | 15 | 423 | 67 | 110 |
| Binary | 10111110 | 10010001 | 11011111 | 1111 | 100011 | 0 | 1101 | 100010011 | 110111 | 1001000 |
Color Harmonies of #BE91DF
Complementary color
Monochromatic Colors of #BE91DF
Black with #BE91DF
Text Example
Text Example
White with #BE91DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE91DF; }
p { color: rgb(190,145,223); }
H1.HeaderClassName
{
color: #BE91DF;
}
.AnyTagClassName
{
color: #BE91DF;
}
</style>
background-color css
<style>
a { background-color: #BE91DF; }
a { background-color: rgb(190,145,223); }
div.DivClassName
{
background-color: #BE91DF;
}
.BgClassName
{
background-color: #BE91DF;
}
</style>
border-color css
<style>
span { border-color: #BE91DF; }
span { border-color: rgb(190,145,223); }
td.TdClassName
{
border-color: #BE91DF;
}
.TagClassName
{
border-color: #BE91DF;
}
</style>