#BE87F5

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

Shades of Wisteria #BE87F5

Tints of Wisteria #BE87F5

Color information

#BE87F5 (or 0xBE87F5) is unknown color: approx Wisteria. HEX triplet: BE, 87 and F5. RGB value is (190,135,245). Sum of RGB (Red+Green+Blue) = 190+135+245=570 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.33% from 570); Green value is 135 (53.12% from 255 or 23.68% from 570); Blue value is 245 (96.09% from 255 or 42.98% from 570); Max value from RGB is 245 - color contains mainly: blue. Hex color #BE87F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE87F5 is #41780A. Grayscale: #A3A3A3. Windows color (decimal): -4290571 or 16091070. OLE color: 16091070.

HSL color Cylindrical-coordinate representation of color #BE87F5: hue angle of 270º degrees, saturation: 0.85, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BE87F5 is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB190135245-
CMYK0.220.4500.04
HSL270º84.62%74.51%-
HSV(B)270º44.9%96.08%-
XYZ46.3834.8790.67-
YUV163.98173.72146.56-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.33%
GREEN value IS 135 (53.12% from 255) = 23.68%
BLUE value IS 245 (96.09% from 255) = 42.98%
R=33.33%
G=23.68%
B=42.98%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1901352450.220.4500.0427084.6274.51
HexBE87F5162D0410e554b
Octal276207365265504416125113
Binary10111110100001111111010110110101101010010000111010101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE87F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE87F5; }

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

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

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

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

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

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

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

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