#BE85EB

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

Shades of Wisteria #BE85EB

Tints of Wisteria #BE85EB

Color information

#BE85EB (or 0xBE85EB) is unknown color: approx Wisteria. HEX triplet: BE, 85 and EB. RGB value is (190,133,235). Sum of RGB (Red+Green+Blue) = 190+133+235=558 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.05% from 558); Green value is 133 (52.34% from 255 or 23.84% from 558); Blue value is 235 (92.19% from 255 or 42.11% from 558); Max value from RGB is 235 - color contains mainly: blue. Hex color #BE85EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE85EB is #417A14. Grayscale: #A1A1A1. Windows color (decimal): -4291093 or 15435198. OLE color: 15435198.

HSL color Cylindrical-coordinate representation of color #BE85EB: hue angle of 273.53º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BE85EB is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB190133235-
CMYK0.190.4300.08
HSL273.53º71.83%72.16%-
HSV(B)273.53º43.4%92.16%-
XYZ44.6233.7282.75-
YUV161.67169.38148.21-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.05%
GREEN value IS 133 (52.34% from 255) = 23.84%
BLUE value IS 235 (92.19% from 255) = 42.11%
R=34.05%
G=23.84%
B=42.11%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1901332350.190.4300.08273.5371.8372.16
HexBE85EB132B081124848
Octal2762053532353010422110110
Binary101111101000010111101011100111010110100010001001010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE85EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE85EB; }

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

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

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

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

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

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

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

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