#BD91DD

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

Shades of Wisteria #BD91DD

Tints of Wisteria #BD91DD

Color information

#BD91DD (or 0xBD91DD) is unknown color: approx Wisteria. HEX triplet: BD, 91 and DD. RGB value is (189,145,221). Sum of RGB (Red+Green+Blue) = 189+145+221=555 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.05% from 555); Green value is 145 (57.03% from 255 or 26.13% from 555); Blue value is 221 (86.72% from 255 or 39.82% from 555); Max value from RGB is 221 - color contains mainly: blue. Hex color #BD91DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD91DD is #426E22. Grayscale: #A6A6A6. Windows color (decimal): -4353571 or 14520765. OLE color: 14520765.

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

Color convert

RGB189145221-
CMYK0.140.3400.13
HSL274.74º52.78%71.76%-
HSV(B)274.74º34.39%86.67%-
XYZ44.1636.2973.08-
YUV166.82158.58143.82-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.05%
GREEN value IS 145 (57.03% from 255) = 26.13%
BLUE value IS 221 (86.72% from 255) = 39.82%
R=34.05%
G=26.13%
B=39.82%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1891452210.140.3400.13274.7452.7871.76
HexBD91DDE220D1133548
Octal275221335164201542365110
Binary1011110110010001110111011110100010011011000100111101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD91DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD91DD; }

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

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

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

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

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

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

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

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