#BE91E0

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

Shades of Wisteria #BE91E0

Tints of Wisteria #BE91E0

Color information

#BE91E0 (or 0xBE91E0) is unknown color: approx Wisteria. HEX triplet: BE, 91 and E0. RGB value is (190,145,224). Sum of RGB (Red+Green+Blue) = 190+145+224=559 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.99% from 559); Green value is 145 (57.03% from 255 or 25.94% from 559); Blue value is 224 (87.89% from 255 or 40.07% from 559); Max value from RGB is 224 - color contains mainly: blue. Hex color #BE91E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE91E0 is #416E1F. Grayscale: #A7A7A7. Windows color (decimal): -4288032 or 14717374. OLE color: 14717374.

HSL color Cylindrical-coordinate representation of color #BE91E0: hue angle of 274.18º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BE91E0 is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB190145224-
CMYK0.150.3500.12
HSL274.18º56.03%72.35%-
HSV(B)274.18º35.27%87.84%-
XYZ44.8236.5875.22-
YUV167.46159.91144.08-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.99%
GREEN value IS 145 (57.03% from 255) = 25.94%
BLUE value IS 224 (87.89% from 255) = 40.07%
R=33.99%
G=25.94%
B=40.07%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1901452240.150.3500.12274.1856.0372.35
HexBE91E0F230C1123848
Octal276221340174301442270110
Binary1011111010010001111000001111100011011001000100101110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE91E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE91E0; }

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

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

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

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

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

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

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

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