#BE93D1

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

Shades of Wisteria #BE93D1

Tints of Wisteria #BE93D1

Color information

#BE93D1 (or 0xBE93D1) is unknown color: approx Wisteria. HEX triplet: BE, 93 and D1. RGB value is (190,147,209). Sum of RGB (Red+Green+Blue) = 190+147+209=546 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.80% from 546); Green value is 147 (57.81% from 255 or 26.92% from 546); Blue value is 209 (82.03% from 255 or 38.28% from 546); Max value from RGB is 209 - color contains mainly: blue. Hex color #BE93D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE93D1 is #416C2E. Grayscale: #A6A6A6. Windows color (decimal): -4287535 or 13734846. OLE color: 13734846.

HSL color Cylindrical-coordinate representation of color #BE93D1: hue angle of 281.61º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BE93D1 is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB190147209-
CMYK0.090.3000.18
HSL281.61º40.26%69.8%-
HSV(B)281.61º29.67%81.96%-
XYZ43.1836.4265.08-
YUV166.92151.75144.46-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.80%
GREEN value IS 147 (57.81% from 255) = 26.92%
BLUE value IS 209 (82.03% from 255) = 38.28%
R=34.80%
G=26.92%
B=38.28%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1901472090.090.3000.18281.6140.2669.8
HexBE93D191E01211a2846
Octal276223321113602243250106
Binary1011111010010011110100011001111100100101000110101010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE93D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE93D1; }

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

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

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

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

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

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

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

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