#BE85EE

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

Shades of Wisteria #BE85EE

Tints of Wisteria #BE85EE

Color information

#BE85EE (or 0xBE85EE) is unknown color: approx Wisteria. HEX triplet: BE, 85 and EE. RGB value is (190,133,238). Sum of RGB (Red+Green+Blue) = 190+133+238=561 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.87% from 561); Green value is 133 (52.34% from 255 or 23.71% from 561); Blue value is 238 (93.36% from 255 or 42.42% from 561); Max value from RGB is 238 - color contains mainly: blue. Hex color #BE85EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE85EE is #417A11. Grayscale: #A1A1A1. Windows color (decimal): -4291090 or 15631806. OLE color: 15631806.

HSL color Cylindrical-coordinate representation of color #BE85EE: hue angle of 272.57º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BE85EE is Cyan = 0.20, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB190133238-
CMYK0.200.4400.07
HSL272.57º75.54%72.75%-
HSV(B)272.57º44.12%93.33%-
XYZ45.0633.985.06-
YUV162.01170.88147.96-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.87%
GREEN value IS 133 (52.34% from 255) = 23.71%
BLUE value IS 238 (93.36% from 255) = 42.42%
R=33.87%
G=23.71%
B=42.42%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1901332380.200.4400.07272.5775.5472.75
HexBE85EE142C071114c49
Octal276205356245407421114111
Binary10111110100001011110111010100101100011110001000110011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE85EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE85EE; }

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

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

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

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

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

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

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

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