#BE93E7

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

Shades of Wisteria #BE93E7

Tints of Wisteria #BE93E7

Color information

#BE93E7 (or 0xBE93E7) is unknown color: approx Wisteria. HEX triplet: BE, 93 and E7. RGB value is (190,147,231). Sum of RGB (Red+Green+Blue) = 190+147+231=568 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.45% from 568); Green value is 147 (57.81% from 255 or 25.88% from 568); Blue value is 231 (90.62% from 255 or 40.67% from 568); Max value from RGB is 231 - color contains mainly: blue. Hex color #BE93E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE93E7 is #416C18. Grayscale: #A9A9A9. Windows color (decimal): -4287513 or 15176638. OLE color: 15176638.

HSL color Cylindrical-coordinate representation of color #BE93E7: hue angle of 270.71º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BE93E7 is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB190147231-
CMYK0.180.3600.09
HSL270.71º63.64%74.12%-
HSV(B)270.71º36.36%90.59%-
XYZ46.0937.5880.43-
YUV169.43162.75142.67-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.45%
GREEN value IS 147 (57.81% from 255) = 25.88%
BLUE value IS 231 (90.62% from 255) = 40.67%
R=33.45%
G=25.88%
B=40.67%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1901472310.180.3600.09270.7163.6474.12
HexBE93E712240910f404a
Octal2762233472244011417100112
Binary101111101001001111100111100101001000100110000111110000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE93E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE93E7; }

 p { color: rgb(190,147,231); }

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

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

 a { background-color: rgb(190,147,231); }

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

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

 span { border-color: rgb(190,147,231); }

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