#BE85F6

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

Shades of Wisteria #BE85F6

Tints of Wisteria #BE85F6

Color information

#BE85F6 (or 0xBE85F6) is unknown color: approx Wisteria. HEX triplet: BE, 85 and F6. RGB value is (190,133,246). Sum of RGB (Red+Green+Blue) = 190+133+246=569 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.39% from 569); Green value is 133 (52.34% from 255 or 23.37% from 569); Blue value is 246 (96.48% from 255 or 43.23% from 569); Max value from RGB is 246 - color contains mainly: blue. Hex color #BE85F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE85F6 is #417A09. Grayscale: #A2A2A2. Windows color (decimal): -4291082 or 16156094. OLE color: 16156094.

HSL color Cylindrical-coordinate representation of color #BE85F6: hue angle of 270.27º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BE85F6 is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB190133246-
CMYK0.230.4600.04
HSL270.27º86.26%74.31%-
HSV(B)270.27º45.93%96.47%-
XYZ46.2634.3891.39-
YUV162.93174.88147.31-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.39%
GREEN value IS 133 (52.34% from 255) = 23.37%
BLUE value IS 246 (96.48% from 255) = 43.23%
R=33.39%
G=23.37%
B=43.23%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1901332460.230.4600.04270.2786.2674.31
HexBE85F6172E0410e564a
Octal276205366275604416126112
Binary10111110100001011111011010111101110010010000111010101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE85F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE85F6; }

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

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

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

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

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

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

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

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