#BE8BF9

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

Shades of Wisteria #BE8BF9

Tints of Wisteria #BE8BF9

Color information

#BE8BF9 (or 0xBE8BF9) is unknown color: approx Wisteria. HEX triplet: BE, 8B and F9. RGB value is (190,139,249). Sum of RGB (Red+Green+Blue) = 190+139+249=578 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.87% from 578); Green value is 139 (54.69% from 255 or 24.05% from 578); Blue value is 249 (97.66% from 255 or 43.08% from 578); Max value from RGB is 249 - color contains mainly: blue. Hex color #BE8BF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE8BF9 is #417406. Grayscale: #A6A6A6. Windows color (decimal): -4289543 or 16354238. OLE color: 16354238.

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

Color convert

RGB190139249-
CMYK0.240.4400.02
HSL267.82º90.16%76.08%-
HSV(B)267.82º44.18%97.65%-
XYZ47.5736.2594.11-
YUV166.79174.4144.56-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.87%
GREEN value IS 139 (54.69% from 255) = 24.05%
BLUE value IS 249 (97.66% from 255) = 43.08%
R=32.87%
G=24.05%
B=43.08%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1901392490.240.4400.02267.8290.1676.08
HexBE8BF9182C0210c5a4c
Octal276213371305402414132114
Binary1011111010001011111110011100010110001010000110010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8BF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8BF9; }

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

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

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

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

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

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

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

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