#BE85DE

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

Shades of Wisteria #BE85DE

Tints of Wisteria #BE85DE

Color information

#BE85DE (or 0xBE85DE) is unknown color: approx Wisteria. HEX triplet: BE, 85 and DE. RGB value is (190,133,222). Sum of RGB (Red+Green+Blue) = 190+133+222=545 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.86% from 545); Green value is 133 (52.34% from 255 or 24.40% from 545); Blue value is 222 (87.11% from 255 or 40.73% from 545); Max value from RGB is 222 - color contains mainly: blue. Hex color #BE85DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE85DE is #417A21. Grayscale: #9F9F9F. Windows color (decimal): -4291106 or 14583230. OLE color: 14583230.

HSL color Cylindrical-coordinate representation of color #BE85DE: hue angle of 278.43º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BE85DE is Cyan = 0.14, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB190133222-
CMYK0.140.4000.13
HSL278.43º57.42%69.61%-
HSV(B)278.43º40.09%87.06%-
XYZ42.813373.22-
YUV160.19162.88149.26-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.86%
GREEN value IS 133 (52.34% from 255) = 24.40%
BLUE value IS 222 (87.11% from 255) = 40.73%
R=34.86%
G=24.40%
B=40.73%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1901332220.140.4000.13278.4357.4269.61
HexBE85DEE280D1163946
Octal276205336165001542671106
Binary1011111010000101110111101110101000011011000101101110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE85DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE85DE; }

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

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

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

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

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

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

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

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