#BD81DE

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

Shades of Wisteria #BD81DE

Tints of Wisteria #BD81DE

Color information

#BD81DE (or 0xBD81DE) is unknown color: approx Wisteria. HEX triplet: BD, 81 and DE. RGB value is (189,129,222). Sum of RGB (Red+Green+Blue) = 189+129+222=540 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35% from 540); Green value is 129 (50.78% from 255 or 23.89% from 540); Blue value is 222 (87.11% from 255 or 41.11% from 540); Max value from RGB is 222 - color contains mainly: blue. Hex color #BD81DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD81DE is #427E21. Grayscale: #9D9D9D. Windows color (decimal): -4357666 or 14582205. OLE color: 14582205.

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

Color convert

RGB189129222-
CMYK0.150.4200.13
HSL278.71º58.49%68.82%-
HSV(B)278.71º41.89%87.06%-
XYZ42.0231.7973.03-
YUV157.54164.38150.44-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35%
GREEN value IS 129 (50.78% from 255) = 23.89%
BLUE value IS 222 (87.11% from 255) = 41.11%
R=35%
G=23.89%
B=41.11%

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
Decimal1891292220.150.4200.13278.7158.4968.82
HexBD81DEF2A0D1173a45
Octal275201336175201542772105
Binary1011110110000001110111101111101010011011000101111110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD81DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD81DE; }

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

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

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

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

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

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

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

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