#BE82EF

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

Shades of Wisteria #BE82EF

Tints of Wisteria #BE82EF

Color information

#BE82EF (or 0xBE82EF) is unknown color: approx Wisteria. HEX triplet: BE, 82 and EF. RGB value is (190,130,239). Sum of RGB (Red+Green+Blue) = 190+130+239=559 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.99% from 559); Green value is 130 (51.17% from 255 or 23.26% from 559); Blue value is 239 (93.75% from 255 or 42.75% from 559); Max value from RGB is 239 - color contains mainly: blue. Hex color #BE82EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE82EF is #417D10. Grayscale: #9F9F9F. Windows color (decimal): -4291857 or 15696574. OLE color: 15696574.

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

Color convert

RGB190130239-
CMYK0.210.4600.06
HSL273.03º77.3%72.35%-
HSV(B)273.03º45.61%93.73%-
XYZ44.833.1485.7-
YUV160.37172.38149.14-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.99%
GREEN value IS 130 (51.17% from 255) = 23.26%
BLUE value IS 239 (93.75% from 255) = 42.75%
R=33.99%
G=23.26%
B=42.75%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1901302390.210.4600.06273.0377.372.35
HexBE82EF152E061114d48
Octal276202357255606421115110
Binary10111110100000101110111110101101110011010001000110011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE82EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE82EF; }

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

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

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

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

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

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

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

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