#BE83F6

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

Shades of Wisteria #BE83F6

Tints of Wisteria #BE83F6

Color information

#BE83F6 (or 0xBE83F6) is unknown color: approx Wisteria. HEX triplet: BE, 83 and F6. RGB value is (190,131,246). Sum of RGB (Red+Green+Blue) = 190+131+246=567 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.51% from 567); Green value is 131 (51.56% from 255 or 23.10% from 567); Blue value is 246 (96.48% from 255 or 43.39% from 567); Max value from RGB is 246 - color contains mainly: blue. Hex color #BE83F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE83F6 is #417C09. Grayscale: #A1A1A1. Windows color (decimal): -4291594 or 16155582. OLE color: 16155582.

HSL color Cylindrical-coordinate representation of color #BE83F6: hue angle of 270.78º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BE83F6 is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB190131246-
CMYK0.230.4700.04
HSL270.78º86.47%73.92%-
HSV(B)270.78º46.75%96.47%-
XYZ45.9933.8391.3-
YUV161.75175.55148.15-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.51%
GREEN value IS 131 (51.56% from 255) = 23.10%
BLUE value IS 246 (96.48% from 255) = 43.39%
R=33.51%
G=23.10%
B=43.39%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1901312460.230.4700.04270.7886.4773.92
HexBE83F6172F0410f564a
Octal276203366275704417126112
Binary10111110100000111111011010111101111010010000111110101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE83F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE83F6; }

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

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

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

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

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

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

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

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