#BE91EC

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

Shades of Wisteria #BE91EC

Tints of Wisteria #BE91EC

Color information

#BE91EC (or 0xBE91EC) is unknown color: approx Wisteria. HEX triplet: BE, 91 and EC. RGB value is (190,145,236). Sum of RGB (Red+Green+Blue) = 190+145+236=571 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.27% from 571); Green value is 145 (57.03% from 255 or 25.39% from 571); Blue value is 236 (92.58% from 255 or 41.33% from 571); Max value from RGB is 236 - color contains mainly: blue. Hex color #BE91EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE91EC is #416E13. Grayscale: #A8A8A8. Windows color (decimal): -4288020 or 15503806. OLE color: 15503806.

HSL color Cylindrical-coordinate representation of color #BE91EC: hue angle of 269.67º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BE91EC is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB190145236-
CMYK0.190.3900.07
HSL269.67º70.54%74.71%-
HSV(B)269.67º38.56%92.55%-
XYZ46.537.2584.1-
YUV168.83165.91143.1-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.27%
GREEN value IS 145 (57.03% from 255) = 25.39%
BLUE value IS 236 (92.58% from 255) = 41.33%
R=33.27%
G=25.39%
B=41.33%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1901452360.190.3900.07269.6770.5474.71
HexBE91EC13270710e474b
Octal276221354234707416107113
Binary10111110100100011110110010011100111011110000111010001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE91EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE91EC; }

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

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

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

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

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

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

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

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