#BE87E6

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

Shades of Wisteria #BE87E6

Tints of Wisteria #BE87E6

Color information

#BE87E6 (or 0xBE87E6) is unknown color: approx Wisteria. HEX triplet: BE, 87 and E6. RGB value is (190,135,230). Sum of RGB (Red+Green+Blue) = 190+135+230=555 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.23% from 555); Green value is 135 (53.12% from 255 or 24.32% from 555); Blue value is 230 (90.23% from 255 or 41.44% from 555); Max value from RGB is 230 - color contains mainly: blue. Hex color #BE87E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE87E6 is #417819. Grayscale: #A1A1A1. Windows color (decimal): -4290586 or 15108030. OLE color: 15108030.

HSL color Cylindrical-coordinate representation of color #BE87E6: hue angle of 274.74º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BE87E6 is Cyan = 0.17, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB190135230-
CMYK0.170.4100.10
HSL274.74º65.52%71.57%-
HSV(B)274.74º41.3%90.2%-
XYZ44.1833.9979.09-
YUV162.27166.22147.78-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.23%
GREEN value IS 135 (53.12% from 255) = 24.32%
BLUE value IS 230 (90.23% from 255) = 41.44%
R=34.23%
G=24.32%
B=41.44%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1901352300.170.4100.10274.7465.5271.57
HexBE87E611290A1134248
Octal2762073462151012423102110
Binary101111101000011111100110100011010010101010001001110000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE87E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE87E6; }

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

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

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

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

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

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

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

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