#BE88F1

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

Shades of Wisteria #BE88F1

Tints of Wisteria #BE88F1

Color information

#BE88F1 (or 0xBE88F1) is unknown color: approx Wisteria. HEX triplet: BE, 88 and F1. RGB value is (190,136,241). Sum of RGB (Red+Green+Blue) = 190+136+241=567 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.51% from 567); Green value is 136 (53.52% from 255 or 23.99% from 567); Blue value is 241 (94.53% from 255 or 42.50% from 567); Max value from RGB is 241 - color contains mainly: blue. Hex color #BE88F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE88F1 is #41770E. Grayscale: #A3A3A3. Windows color (decimal): -4290319 or 15829182. OLE color: 15829182.

HSL color Cylindrical-coordinate representation of color #BE88F1: hue angle of 270.86º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BE88F1 is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB190136241-
CMYK0.210.4400.05
HSL270.86º78.95%73.92%-
HSV(B)270.86º43.57%94.51%-
XYZ45.9234.9187.54-
YUV164.12171.39146.46-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.51%
GREEN value IS 136 (53.52% from 255) = 23.99%
BLUE value IS 241 (94.53% from 255) = 42.50%
R=33.51%
G=23.99%
B=42.50%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1901362410.210.4400.05270.8678.9573.92
HexBE88F1152C0510f4f4a
Octal276210361255405417117112
Binary10111110100010001111000110101101100010110000111110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE88F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE88F1; }

 p { color: rgb(190,136,241); }

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

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

 a { background-color: rgb(190,136,241); }

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

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

 span { border-color: rgb(190,136,241); }

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