#BD93DF

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

Shades of Wisteria #BD93DF

Tints of Wisteria #BD93DF

Color information

#BD93DF (or 0xBD93DF) is unknown color: approx Wisteria. HEX triplet: BD, 93 and DF. RGB value is (189,147,223). Sum of RGB (Red+Green+Blue) = 189+147+223=559 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.81% from 559); Green value is 147 (57.81% from 255 or 26.30% from 559); Blue value is 223 (87.5% from 255 or 39.89% from 559); Max value from RGB is 223 - color contains mainly: blue. Hex color #BD93DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD93DF is #426C20. Grayscale: #A7A7A7. Windows color (decimal): -4353057 or 14652349. OLE color: 14652349.

HSL color Cylindrical-coordinate representation of color #BD93DF: hue angle of 273.16º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BD93DF is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB189147223-
CMYK0.150.3400.13
HSL273.16º54.29%72.55%-
HSV(B)273.16º34.08%87.45%-
XYZ44.7437.0174.6-
YUV168.22158.91142.82-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.81%
GREEN value IS 147 (57.81% from 255) = 26.30%
BLUE value IS 223 (87.5% from 255) = 39.89%
R=33.81%
G=26.30%
B=39.89%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1891472230.150.3400.13273.1654.2972.55
HexBD93DFF220D1113649
Octal275223337174201542166111
Binary1011110110010011110111111111100010011011000100011101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD93DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD93DF; }

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

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

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

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

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

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

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

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