#BD91DF

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

Shades of Wisteria #BD91DF

Tints of Wisteria #BD91DF

Color information

#BD91DF (or 0xBD91DF) is unknown color: approx Wisteria. HEX triplet: BD, 91 and DF. RGB value is (189,145,223). Sum of RGB (Red+Green+Blue) = 189+145+223=557 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.93% from 557); Green value is 145 (57.03% from 255 or 26.03% from 557); Blue value is 223 (87.5% from 255 or 40.04% from 557); Max value from RGB is 223 - color contains mainly: blue. Hex color #BD91DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD91DF is #426E20. Grayscale: #A6A6A6. Windows color (decimal): -4353569 or 14651837. OLE color: 14651837.

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

Color convert

RGB189145223-
CMYK0.150.3500.13
HSL273.85º54.93%72.16%-
HSV(B)273.85º34.98%87.45%-
XYZ44.4336.474.5-
YUV167.05159.58143.66-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.93%
GREEN value IS 145 (57.03% from 255) = 26.03%
BLUE value IS 223 (87.5% from 255) = 40.04%
R=33.93%
G=26.03%
B=40.04%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1891452230.150.3500.13273.8554.9372.16
HexBD91DFF230D1123748
Octal275221337174301542267110
Binary1011110110010001110111111111100011011011000100101101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD91DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD91DF; }

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

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

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

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

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

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

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

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