#BE93E1

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

Shades of Wisteria #BE93E1

Tints of Wisteria #BE93E1

Color information

#BE93E1 (or 0xBE93E1) is unknown color: approx Wisteria. HEX triplet: BE, 93 and E1. RGB value is (190,147,225). Sum of RGB (Red+Green+Blue) = 190+147+225=562 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.81% from 562); Green value is 147 (57.81% from 255 or 26.16% from 562); Blue value is 225 (88.28% from 255 or 40.04% from 562); Max value from RGB is 225 - color contains mainly: blue. Hex color #BE93E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE93E1 is #416C1E. Grayscale: #A8A8A8. Windows color (decimal): -4287519 or 14783422. OLE color: 14783422.

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

Color convert

RGB190147225-
CMYK0.160.3500.12
HSL273.08º56.52%72.94%-
HSV(B)273.08º34.67%88.24%-
XYZ45.2637.2576.04-
YUV168.75159.75143.16-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.81%
GREEN value IS 147 (57.81% from 255) = 26.16%
BLUE value IS 225 (88.28% from 255) = 40.04%
R=33.81%
G=26.16%
B=40.04%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1901472250.160.3500.12273.0856.5272.94
HexBE93E110230C1113949
Octal276223341204301442171111
Binary10111110100100111110000110000100011011001000100011110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE93E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE93E1; }

 p { color: rgb(190,147,225); }

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

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

 a { background-color: rgb(190,147,225); }

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

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

 span { border-color: rgb(190,147,225); }

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