#BE86E0

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

Shades of Wisteria #BE86E0

Tints of Wisteria #BE86E0

Color information

#BE86E0 (or 0xBE86E0) is unknown color: approx Wisteria. HEX triplet: BE, 86 and E0. RGB value is (190,134,224). Sum of RGB (Red+Green+Blue) = 190+134+224=548 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.67% from 548); Green value is 134 (52.73% from 255 or 24.45% from 548); Blue value is 224 (87.89% from 255 or 40.88% from 548); Max value from RGB is 224 - color contains mainly: blue. Hex color #BE86E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE86E0 is #41791F. Grayscale: #A0A0A0. Windows color (decimal): -4290848 or 14714558. OLE color: 14714558.

HSL color Cylindrical-coordinate representation of color #BE86E0: hue angle of 277.33º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BE86E0 is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB190134224-
CMYK0.150.4000.12
HSL277.33º59.21%70.2%-
HSV(B)277.33º40.18%87.84%-
XYZ43.2133.3874.69-
YUV161163.55148.68-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.67%
GREEN value IS 134 (52.73% from 255) = 24.45%
BLUE value IS 224 (87.89% from 255) = 40.88%
R=34.67%
G=24.45%
B=40.88%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1901342240.150.4000.12277.3359.2170.2
HexBE86E0F280C1153b46
Octal276206340175001442573106
Binary1011111010000110111000001111101000011001000101011110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE86E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE86E0; }

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

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

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

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

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

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

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

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