#BE8EED

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

Shades of Wisteria #BE8EED

Tints of Wisteria #BE8EED

Color information

#BE8EED (or 0xBE8EED) is unknown color: approx Wisteria. HEX triplet: BE, 8E and ED. RGB value is (190,142,237). Sum of RGB (Red+Green+Blue) = 190+142+237=569 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.39% from 569); Green value is 142 (55.86% from 255 or 24.96% from 569); Blue value is 237 (92.97% from 255 or 41.65% from 569); Max value from RGB is 237 - color contains mainly: blue. Hex color #BE8EED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE8EED is #417112. Grayscale: #A6A6A6. Windows color (decimal): -4288787 or 15568574. OLE color: 15568574.

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

Color convert

RGB190142237-
CMYK0.200.4000.07
HSL270.32º72.52%74.31%-
HSV(B)270.32º40.08%92.94%-
XYZ46.1936.4184.71-
YUV167.18167.4144.28-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.39%
GREEN value IS 142 (55.86% from 255) = 24.96%
BLUE value IS 237 (92.97% from 255) = 41.65%
R=33.39%
G=24.96%
B=41.65%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1901422370.200.4000.07270.3272.5274.31
HexBE8EED14280710e494a
Octal276216355245007416111112
Binary10111110100011101110110110100101000011110000111010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8EED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8EED; }

 p { color: rgb(190,142,237); }

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

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

 a { background-color: rgb(190,142,237); }

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

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

 span { border-color: rgb(190,142,237); }

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