#BD81DD

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

Shades of Wisteria #BD81DD

Tints of Wisteria #BD81DD

Color information

#BD81DD (or 0xBD81DD) is unknown color: approx Wisteria. HEX triplet: BD, 81 and DD. RGB value is (189,129,221). Sum of RGB (Red+Green+Blue) = 189+129+221=539 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.06% from 539); Green value is 129 (50.78% from 255 or 23.93% from 539); Blue value is 221 (86.72% from 255 or 41.00% from 539); Max value from RGB is 221 - color contains mainly: blue. Hex color #BD81DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD81DD is #427E22. Grayscale: #9D9D9D. Windows color (decimal): -4357667 or 14516669. OLE color: 14516669.

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

Color convert

RGB189129221-
CMYK0.140.4200.13
HSL279.13º57.5%68.63%-
HSV(B)279.13º41.63%86.67%-
XYZ41.8931.7472.33-
YUV157.43163.88150.52-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.06%
GREEN value IS 129 (50.78% from 255) = 23.93%
BLUE value IS 221 (86.72% from 255) = 41.00%
R=35.06%
G=23.93%
B=41.00%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1891292210.140.4200.13279.1357.568.63
HexBD81DDE2A0D1173a45
Octal275201335165201542772105
Binary1011110110000001110111011110101010011011000101111110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD81DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD81DD; }

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

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

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

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

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

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

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

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