#BE93D5

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

Shades of Wisteria #BE93D5

Tints of Wisteria #BE93D5

Color information

#BE93D5 (or 0xBE93D5) is unknown color: approx Wisteria. HEX triplet: BE, 93 and D5. RGB value is (190,147,213). Sum of RGB (Red+Green+Blue) = 190+147+213=550 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.55% from 550); Green value is 147 (57.81% from 255 or 26.73% from 550); Blue value is 213 (83.59% from 255 or 38.73% from 550); Max value from RGB is 213 - color contains mainly: blue. Hex color #BE93D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE93D5 is #416C2A. Grayscale: #A7A7A7. Windows color (decimal): -4287531 or 13996990. OLE color: 13996990.

HSL color Cylindrical-coordinate representation of color #BE93D5: hue angle of 279.09º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BE93D5 is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB190147213-
CMYK0.110.3100.16
HSL279.09º44%70.59%-
HSV(B)279.09º30.99%83.53%-
XYZ43.6836.6267.72-
YUV167.38153.75144.13-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.55%
GREEN value IS 147 (57.81% from 255) = 26.73%
BLUE value IS 213 (83.59% from 255) = 38.73%
R=34.55%
G=26.73%
B=38.73%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1901472130.110.3100.16279.094470.59
HexBE93D5B1F0101172c47
Octal276223325133702042754107
Binary1011111010010011110101011011111110100001000101111011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE93D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE93D5; }

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

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

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

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

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

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

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

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