#BE84EC

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

Shades of Wisteria #BE84EC

Tints of Wisteria #BE84EC

Color information

#BE84EC (or 0xBE84EC) is unknown color: approx Wisteria. HEX triplet: BE, 84 and EC. RGB value is (190,132,236). Sum of RGB (Red+Green+Blue) = 190+132+236=558 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.05% from 558); Green value is 132 (51.95% from 255 or 23.66% from 558); Blue value is 236 (92.58% from 255 or 42.29% from 558); Max value from RGB is 236 - color contains mainly: blue. Hex color #BE84EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE84EC is #417B13. Grayscale: #A0A0A0. Windows color (decimal): -4291348 or 15500478. OLE color: 15500478.

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

Color convert

RGB190132236-
CMYK0.190.4400.07
HSL273.46º73.24%72.16%-
HSV(B)273.46º44.07%92.55%-
XYZ44.6333.5183.47-
YUV161.2170.22148.54-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.05%
GREEN value IS 132 (51.95% from 255) = 23.66%
BLUE value IS 236 (92.58% from 255) = 42.29%
R=34.05%
G=23.66%
B=42.29%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1901322360.190.4400.07273.4673.2472.16
HexBE84EC132C071114948
Octal276204354235407421111110
Binary10111110100001001110110010011101100011110001000110010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE84EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE84EC; }

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

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

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

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

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

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

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

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