#BE86F9

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

Shades of Wisteria #BE86F9

Tints of Wisteria #BE86F9

Color information

#BE86F9 (or 0xBE86F9) is unknown color: approx Wisteria. HEX triplet: BE, 86 and F9. RGB value is (190,134,249). Sum of RGB (Red+Green+Blue) = 190+134+249=573 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.16% from 573); Green value is 134 (52.73% from 255 or 23.39% from 573); Blue value is 249 (97.66% from 255 or 43.46% from 573); Max value from RGB is 249 - color contains mainly: blue. Hex color #BE86F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE86F9 is #417906. Grayscale: #A3A3A3. Windows color (decimal): -4290823 or 16352958. OLE color: 16352958.

HSL color Cylindrical-coordinate representation of color #BE86F9: hue angle of 269.22º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BE86F9 is Cyan = 0.24, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB190134249-
CMYK0.240.4600.02
HSL269.22º90.55%75.1%-
HSV(B)269.22º46.18%97.65%-
XYZ46.8634.8493.88-
YUV163.85176.05146.65-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.16%
GREEN value IS 134 (52.73% from 255) = 23.39%
BLUE value IS 249 (97.66% from 255) = 43.46%
R=33.16%
G=23.39%
B=43.46%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1901342490.240.4600.02269.2290.5575.1
HexBE86F9182E0210d5b4b
Octal276206371305602415133113
Binary1011111010000110111110011100010111001010000110110110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE86F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE86F9; }

 p { color: rgb(190,134,249); }

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

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

 a { background-color: rgb(190,134,249); }

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

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

 span { border-color: rgb(190,134,249); }

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