#BD93E3

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

Shades of Wisteria #BD93E3

Tints of Wisteria #BD93E3

Color information

#BD93E3 (or 0xBD93E3) is unknown color: approx Wisteria. HEX triplet: BD, 93 and E3. RGB value is (189,147,227). Sum of RGB (Red+Green+Blue) = 189+147+227=563 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.57% from 563); Green value is 147 (57.81% from 255 or 26.11% from 563); Blue value is 227 (89.06% from 255 or 40.32% from 563); Max value from RGB is 227 - color contains mainly: blue. Hex color #BD93E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD93E3 is #426C1C. Grayscale: #A8A8A8. Windows color (decimal): -4353053 or 14914493. OLE color: 14914493.

HSL color Cylindrical-coordinate representation of color #BD93E3: hue angle of 271.5º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BD93E3 is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB189147227-
CMYK0.170.3500.11
HSL271.5º58.82%73.33%-
HSV(B)271.5º35.24%89.02%-
XYZ45.2937.2377.47-
YUV168.68160.91142.5-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.57%
GREEN value IS 147 (57.81% from 255) = 26.11%
BLUE value IS 227 (89.06% from 255) = 40.32%
R=33.57%
G=26.11%
B=40.32%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1891472270.170.3500.11271.558.8273.33
HexBD93E311230B1103b49
Octal275223343214301342073111
Binary10111101100100111110001110001100011010111000100001110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD93E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD93E3; }

 p { color: rgb(189,147,227); }

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

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

 a { background-color: rgb(189,147,227); }

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

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

 span { border-color: rgb(189,147,227); }

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