#BD93DA

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

Shades of Wisteria #BD93DA

Tints of Wisteria #BD93DA

Color information

#BD93DA (or 0xBD93DA) is unknown color: approx Wisteria. HEX triplet: BD, 93 and DA. RGB value is (189,147,218). Sum of RGB (Red+Green+Blue) = 189+147+218=554 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.12% from 554); Green value is 147 (57.81% from 255 or 26.53% from 554); Blue value is 218 (85.55% from 255 or 39.35% from 554); Max value from RGB is 218 - color contains mainly: blue. Hex color #BD93DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD93DA is #426C25. Grayscale: #A7A7A7. Windows color (decimal): -4353062 or 14324669. OLE color: 14324669.

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

Color convert

RGB189147218-
CMYK0.130.3300.15
HSL275.49º48.97%71.57%-
HSV(B)275.49º32.57%85.49%-
XYZ44.0736.7571.1-
YUV167.65156.41143.23-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.12%
GREEN value IS 147 (57.81% from 255) = 26.53%
BLUE value IS 218 (85.55% from 255) = 39.35%
R=34.12%
G=26.53%
B=39.35%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1891472180.130.3300.15275.4948.9771.57
HexBD93DAD210F1133148
Octal275223332154101742361110
Binary1011110110010011110110101101100001011111000100111100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD93DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD93DA; }

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

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

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

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

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

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

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

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