#BE8DF2

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

Shades of Wisteria #BE8DF2

Tints of Wisteria #BE8DF2

Color information

#BE8DF2 (or 0xBE8DF2) is unknown color: approx Wisteria. HEX triplet: BE, 8D and F2. RGB value is (190,141,242). Sum of RGB (Red+Green+Blue) = 190+141+242=573 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.16% from 573); Green value is 141 (55.47% from 255 or 24.61% from 573); Blue value is 242 (94.92% from 255 or 42.23% from 573); Max value from RGB is 242 - color contains mainly: blue. Hex color #BE8DF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE8DF2 is #41720D. Grayscale: #A6A6A6. Windows color (decimal): -4289038 or 15895998. OLE color: 15895998.

HSL color Cylindrical-coordinate representation of color #BE8DF2: hue angle of 269.11º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BE8DF2 is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB190141242-
CMYK0.210.4200.05
HSL269.11º79.53%75.1%-
HSV(B)269.11º41.74%94.9%-
XYZ46.7936.4188.57-
YUV167.16170.23144.29-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.16%
GREEN value IS 141 (55.47% from 255) = 24.61%
BLUE value IS 242 (94.92% from 255) = 42.23%
R=33.16%
G=24.61%
B=42.23%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1901412420.210.4200.05269.1179.5375.1
HexBE8DF2152A0510d504b
Octal276215362255205415120113
Binary10111110100011011111001010101101010010110000110110100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8DF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8DF2; }

 p { color: rgb(190,141,242); }

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

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

 a { background-color: rgb(190,141,242); }

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

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

 span { border-color: rgb(190,141,242); }

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