#BE8CF9

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

Shades of Wisteria #BE8CF9

Tints of Wisteria #BE8CF9

Color information

#BE8CF9 (or 0xBE8CF9) is unknown color: approx Wisteria. HEX triplet: BE, 8C and F9. RGB value is (190,140,249). Sum of RGB (Red+Green+Blue) = 190+140+249=579 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.82% from 579); Green value is 140 (55.08% from 255 or 24.18% from 579); Blue value is 249 (97.66% from 255 or 43.01% from 579); Max value from RGB is 249 - color contains mainly: blue. Hex color #BE8CF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE8CF9 is #417306. Grayscale: #A6A6A6. Windows color (decimal): -4289287 or 16354494. OLE color: 16354494.

HSL color Cylindrical-coordinate representation of color #BE8CF9: hue angle of 267.52º 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 #BE8CF9 is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB190140249-
CMYK0.240.4400.02
HSL267.52º90.08%76.27%-
HSV(B)267.52º43.78%97.65%-
XYZ47.7136.5494.16-
YUV167.38174.06144.14-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.82%
GREEN value IS 140 (55.08% from 255) = 24.18%
BLUE value IS 249 (97.66% from 255) = 43.01%
R=32.82%
G=24.18%
B=43.01%

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
Decimal1901402490.240.4400.02267.5290.0876.27
HexBE8CF9182C0210c5a4c
Octal276214371305402414132114
Binary1011111010001100111110011100010110001010000110010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8CF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8CF9; }

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

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

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

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

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

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

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

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