#BD81DF

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

Shades of Wisteria #BD81DF

Tints of Wisteria #BD81DF

Color information

#BD81DF (or 0xBD81DF) is unknown color: approx Wisteria. HEX triplet: BD, 81 and DF. RGB value is (189,129,223). Sum of RGB (Red+Green+Blue) = 189+129+223=541 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.94% from 541); Green value is 129 (50.78% from 255 or 23.84% from 541); Blue value is 223 (87.5% from 255 or 41.22% from 541); Max value from RGB is 223 - color contains mainly: blue. Hex color #BD81DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD81DF is #427E20. Grayscale: #9D9D9D. Windows color (decimal): -4357665 or 14647741. OLE color: 14647741.

HSL color Cylindrical-coordinate representation of color #BD81DF: hue angle of 278.3º degrees, saturation: 0.59, 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 #BD81DF is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB189129223-
CMYK0.150.4200.13
HSL278.3º59.49%69.02%-
HSV(B)278.3º42.15%87.45%-
XYZ42.1631.8573.74-
YUV157.66164.88150.36-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.94%
GREEN value IS 129 (50.78% from 255) = 23.84%
BLUE value IS 223 (87.5% from 255) = 41.22%
R=34.94%
G=23.84%
B=41.22%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1891292230.150.4200.13278.359.4969.02
HexBD81DFF2A0D1163b45
Octal275201337175201542673105
Binary1011110110000001110111111111101010011011000101101110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD81DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD81DF; }

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

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

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

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

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

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

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

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