#BE86ED

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

Shades of Wisteria #BE86ED

Tints of Wisteria #BE86ED

Color information

#BE86ED (or 0xBE86ED) is unknown color: approx Wisteria. HEX triplet: BE, 86 and ED. RGB value is (190,134,237). Sum of RGB (Red+Green+Blue) = 190+134+237=561 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.87% from 561); Green value is 134 (52.73% from 255 or 23.89% from 561); Blue value is 237 (92.97% from 255 or 42.25% from 561); Max value from RGB is 237 - color contains mainly: blue. Hex color #BE86ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE86ED is #417912. Grayscale: #A2A2A2. Windows color (decimal): -4290835 or 15566526. OLE color: 15566526.

HSL color Cylindrical-coordinate representation of color #BE86ED: hue angle of 272.62º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BE86ED is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB190134237-
CMYK0.200.4300.07
HSL272.62º74.1%72.75%-
HSV(B)272.62º43.46%92.94%-
XYZ45.0534.1184.33-
YUV162.49170.05147.62-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.87%
GREEN value IS 134 (52.73% from 255) = 23.89%
BLUE value IS 237 (92.97% from 255) = 42.25%
R=33.87%
G=23.89%
B=42.25%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1901342370.200.4300.07272.6274.172.75
HexBE86ED142B071114a49
Octal276206355245307421112111
Binary10111110100001101110110110100101011011110001000110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE86ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE86ED; }

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

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

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

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

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

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

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

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