#BD93DD

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

Shades of Wisteria #BD93DD

Tints of Wisteria #BD93DD

Color information

#BD93DD (or 0xBD93DD) is unknown color: approx Wisteria. HEX triplet: BD, 93 and DD. RGB value is (189,147,221). Sum of RGB (Red+Green+Blue) = 189+147+221=557 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.93% from 557); Green value is 147 (57.81% from 255 or 26.39% from 557); Blue value is 221 (86.72% from 255 or 39.68% from 557); Max value from RGB is 221 - color contains mainly: blue. Hex color #BD93DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD93DD is #426C22. Grayscale: #A7A7A7. Windows color (decimal): -4353059 or 14521277. OLE color: 14521277.

HSL color Cylindrical-coordinate representation of color #BD93DD: hue angle of 274.05º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BD93DD is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB189147221-
CMYK0.140.3300.13
HSL274.05º52.11%72.16%-
HSV(B)274.05º33.48%86.67%-
XYZ44.4736.9173.19-
YUV167.99157.91142.98-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.93%
GREEN value IS 147 (57.81% from 255) = 26.39%
BLUE value IS 221 (86.72% from 255) = 39.68%
R=33.93%
G=26.39%
B=39.68%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1891472210.140.3300.13274.0552.1172.16
HexBD93DDE210D1123448
Octal275223335164101542264110
Binary1011110110010011110111011110100001011011000100101101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD93DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD93DD; }

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

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

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

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

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

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

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

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