#BE8DEC

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

Shades of Wisteria #BE8DEC

Tints of Wisteria #BE8DEC

Color information

#BE8DEC (or 0xBE8DEC) is unknown color: approx Wisteria. HEX triplet: BE, 8D and EC. RGB value is (190,141,236). Sum of RGB (Red+Green+Blue) = 190+141+236=567 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.51% from 567); Green value is 141 (55.47% from 255 or 24.87% from 567); Blue value is 236 (92.58% from 255 or 41.62% from 567); Max value from RGB is 236 - color contains mainly: blue. Hex color #BE8DEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE8DEC is #417213. Grayscale: #A6A6A6. Windows color (decimal): -4289044 or 15502782. OLE color: 15502782.

HSL color Cylindrical-coordinate representation of color #BE8DEC: hue angle of 270.95º degrees, saturation: 0.71, 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 #BE8DEC is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB190141236-
CMYK0.190.4000.07
HSL270.95º71.43%73.92%-
HSV(B)270.95º40.25%92.55%-
XYZ45.936.0583.9-
YUV166.48167.23144.78-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.51%
GREEN value IS 141 (55.47% from 255) = 24.87%
BLUE value IS 236 (92.58% from 255) = 41.62%
R=33.51%
G=24.87%
B=41.62%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1901412360.190.4000.07270.9571.4373.92
HexBE8DEC13280710f474a
Octal276215354235007417107112
Binary10111110100011011110110010011101000011110000111110001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8DEC; }

 p { color: rgb(190,141,236); }

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

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

 a { background-color: rgb(190,141,236); }

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

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

 span { border-color: rgb(190,141,236); }

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