#BE85E1

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

Shades of Wisteria #BE85E1

Tints of Wisteria #BE85E1

Color information

#BE85E1 (or 0xBE85E1) is unknown color: approx Wisteria. HEX triplet: BE, 85 and E1. RGB value is (190,133,225). Sum of RGB (Red+Green+Blue) = 190+133+225=548 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.67% from 548); Green value is 133 (52.34% from 255 or 24.27% from 548); Blue value is 225 (88.28% from 255 or 41.06% from 548); Max value from RGB is 225 - color contains mainly: blue. Hex color #BE85E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE85E1 is #417A1E. Grayscale: #A0A0A0. Windows color (decimal): -4291103 or 14779838. OLE color: 14779838.

HSL color Cylindrical-coordinate representation of color #BE85E1: hue angle of 277.17º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BE85E1 is Cyan = 0.16, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB190133225-
CMYK0.160.4100.12
HSL277.17º60.53%70.2%-
HSV(B)277.17º40.89%88.24%-
XYZ43.2133.1675.36-
YUV160.53164.38149.02-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.67%
GREEN value IS 133 (52.34% from 255) = 24.27%
BLUE value IS 225 (88.28% from 255) = 41.06%
R=34.67%
G=24.27%
B=41.06%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1901332250.160.4100.12277.1760.5370.2
HexBE85E110290C1153d46
Octal276205341205101442575106
Binary10111110100001011110000110000101001011001000101011111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE85E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE85E1; }

 p { color: rgb(190,133,225); }

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

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

 a { background-color: rgb(190,133,225); }

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

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

 span { border-color: rgb(190,133,225); }

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