#be91ed

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

Shades of Wisteria #BE91ED

Tints of Wisteria #BE91ED

Color information

#BE91ED (or 0xBE91ED) is unknown color: approx Wisteria. HEX triplet: BE, 91 and ED. RGB value is (190,145,237). Sum of RGB (Red+Green+Blue) = 190+145+237=572 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.22% from 572); Green value is 145 (57.03% from 255 or 25.35% from 572); Blue value is 237 (92.97% from 255 or 41.43% from 572); Max value from RGB is 237 - color contains mainly: blue. Hex color #BE91ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE91ED is #416E12. Grayscale: #A8A8A8. Windows color (decimal): -4288019 or 15569342. OLE color: 15569342.

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

Color convert

RGB190145237-
CMYK0.200.3900.07
HSL269.35º71.88%74.9%-
HSV(B)269.35º38.82%92.94%-
XYZ46.6537.3184.86-
YUV168.94166.41143.02-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.22%
GREEN value IS 145 (57.03% from 255) = 25.35%
BLUE value IS 237 (92.97% from 255) = 41.43%
R=33.22%
G=25.35%
B=41.43%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1901452370.200.3900.07269.3571.8874.9
HexBE91ED14270710d484b
Octal276221355244707415110113
Binary10111110100100011110110110100100111011110000110110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #be91ed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #be91ed; }

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

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

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

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

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

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

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

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