#BE91E2

Color #BE91E2 Wisteria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wisteria #BE91E2

Tints of Wisteria #BE91E2

Color information

#BE91E2 (or 0xBE91E2) is unknown color: approx Wisteria. HEX triplet: BE, 91 and E2. RGB value is (190,145,226). Sum of RGB (Red+Green+Blue) = 190+145+226=561 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.87% from 561); Green value is 145 (57.03% from 255 or 25.85% from 561); Blue value is 226 (88.67% from 255 or 40.29% from 561); Max value from RGB is 226 - color contains mainly: blue. Hex color #BE91E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE91E2 is #416E1D. Grayscale: #A7A7A7. Windows color (decimal): -4288030 or 14848446. OLE color: 14848446.

HSL color Cylindrical-coordinate representation of color #BE91E2: hue angle of 273.33º degrees, saturation: 0.58, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BE91E2 is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB190145226-
CMYK0.160.3600.11
HSL273.33º58.27%72.75%-
HSV(B)273.33º35.84%88.63%-
XYZ45.0936.6976.66-
YUV167.69160.91143.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 33.87%
GREEN value IS 145 (57.03% from 255) = 25.85%
BLUE value IS 226 (88.67% from 255) = 40.29%
R=33.87%
G=25.85%
B=40.29%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1901452260.160.3600.11273.3358.2772.75
HexBE91E210240B1113a49
Octal276221342204401342172111
Binary10111110100100011110001010000100100010111000100011110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE91E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE91E2; }

 p { color: rgb(190,145,226); }

 H1.HeaderClassName
 {
   color: #BE91E2;
 }
 .AnyTagClassName
 {
   color: #BE91E2;
 }
</style>
background-color css

<style>
 a { background-color: #BE91E2; }

 a { background-color: rgb(190,145,226); }

 div.DivClassName
 {
   background-color: #BE91E2;
 }
 .BgClassName
 {
   background-color: #BE91E2;
 }
</style>
border-color css

<style>
 span { border-color: #BE91E2; }

 span { border-color: rgb(190,145,226); }

 td.TdClassName
 {
   border-color: #BE91E2;
 }
 .TagClassName
 {
   border-color: #BE91E2;
 }
</style>