#BE83EF

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

Shades of Wisteria #BE83EF

Tints of Wisteria #BE83EF

Color information

#BE83EF (or 0xBE83EF) is unknown color: approx Wisteria. HEX triplet: BE, 83 and EF. RGB value is (190,131,239). Sum of RGB (Red+Green+Blue) = 190+131+239=560 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.93% from 560); Green value is 131 (51.56% from 255 or 23.39% from 560); Blue value is 239 (93.75% from 255 or 42.68% from 560); Max value from RGB is 239 - color contains mainly: blue. Hex color #BE83EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE83EF is #417C10. Grayscale: #A0A0A0. Windows color (decimal): -4291601 or 15696830. OLE color: 15696830.

HSL color Cylindrical-coordinate representation of color #BE83EF: hue angle of 272.78º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BE83EF is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB190131239-
CMYK0.210.4500.06
HSL272.78º77.14%72.55%-
HSV(B)272.78º45.19%93.73%-
XYZ44.9333.4185.74-
YUV160.95172.05148.72-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.93%
GREEN value IS 131 (51.56% from 255) = 23.39%
BLUE value IS 239 (93.75% from 255) = 42.68%
R=33.93%
G=23.39%
B=42.68%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1901312390.210.4500.06272.7877.1472.55
HexBE83EF152D061114d49
Octal276203357255506421115111
Binary10111110100000111110111110101101101011010001000110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE83EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE83EF; }

 p { color: rgb(190,131,239); }

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

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

 a { background-color: rgb(190,131,239); }

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

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

 span { border-color: rgb(190,131,239); }

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