#BD93CA

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

Shades of Wisteria #BD93CA

Tints of Wisteria #BD93CA

Color information

#BD93CA (or 0xBD93CA) is unknown color: approx Wisteria. HEX triplet: BD, 93 and CA. RGB value is (189,147,202). Sum of RGB (Red+Green+Blue) = 189+147+202=538 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.13% from 538); Green value is 147 (57.81% from 255 or 27.32% from 538); Blue value is 202 (79.30% from 255 or 37.55% from 538); Max value from RGB is 202 - color contains mainly: blue. Hex color #BD93CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD93CA is #426C35. Grayscale: #A5A5A5. Windows color (decimal): -4353078 or 13276093. OLE color: 13276093.

HSL color Cylindrical-coordinate representation of color #BD93CA: hue angle of 285.82º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BD93CA is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB189147202-
CMYK0.060.2700.21
HSL285.82º34.16%68.43%-
HSV(B)285.82º27.23%79.22%-
XYZ42.0835.9560.6-
YUV165.83148.41144.53-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.13%
GREEN value IS 147 (57.81% from 255) = 27.32%
BLUE value IS 202 (79.30% from 255) = 37.55%
R=35.13%
G=27.32%
B=37.55%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1891472020.060.2700.21285.8234.1668.43
HexBD93CA61B01511e2244
Octal27522331263302543642104
Binary101111011001001111001010110110110101011000111101000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD93CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD93CA; }

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

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

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

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

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

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

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

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