#BE87EA

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

Shades of Wisteria #BE87EA

Tints of Wisteria #BE87EA

Color information

#BE87EA (or 0xBE87EA) is unknown color: approx Wisteria. HEX triplet: BE, 87 and EA. RGB value is (190,135,234). Sum of RGB (Red+Green+Blue) = 190+135+234=559 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.99% from 559); Green value is 135 (53.12% from 255 or 24.15% from 559); Blue value is 234 (91.80% from 255 or 41.86% from 559); Max value from RGB is 234 - color contains mainly: blue. Hex color #BE87EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE87EA is #417815. Grayscale: #A2A2A2. Windows color (decimal): -4290582 or 15370174. OLE color: 15370174.

HSL color Cylindrical-coordinate representation of color #BE87EA: hue angle of 273.33º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BE87EA is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB190135234-
CMYK0.190.4200.08
HSL273.33º70.21%72.35%-
HSV(B)273.33º42.31%91.76%-
XYZ44.7534.2282.09-
YUV162.73168.22147.45-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.99%
GREEN value IS 135 (53.12% from 255) = 24.15%
BLUE value IS 234 (91.80% from 255) = 41.86%
R=33.99%
G=24.15%
B=41.86%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1901352340.190.4200.08273.3370.2172.35
HexBE87EA132A081114648
Octal2762073522352010421106110
Binary101111101000011111101010100111010100100010001000110001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE87EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE87EA; }

 p { color: rgb(190,135,234); }

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

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

 a { background-color: rgb(190,135,234); }

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

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

 span { border-color: rgb(190,135,234); }

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