#BD82DE

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

Shades of Wisteria #BD82DE

Tints of Wisteria #BD82DE

Color information

#BD82DE (or 0xBD82DE) is unknown color: approx Wisteria. HEX triplet: BD, 82 and DE. RGB value is (189,130,222). Sum of RGB (Red+Green+Blue) = 189+130+222=541 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.94% from 541); Green value is 130 (51.17% from 255 or 24.03% from 541); Blue value is 222 (87.11% from 255 or 41.04% from 541); Max value from RGB is 222 - color contains mainly: blue. Hex color #BD82DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD82DE is #427D21. Grayscale: #9D9D9D. Windows color (decimal): -4357410 or 14582461. OLE color: 14582461.

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

Color convert

RGB189130222-
CMYK0.150.4100.13
HSL278.48º58.23%69.02%-
HSV(B)278.48º41.44%87.06%-
XYZ42.1532.0673.07-
YUV158.13164.05150.02-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.94%
GREEN value IS 130 (51.17% from 255) = 24.03%
BLUE value IS 222 (87.11% from 255) = 41.04%
R=34.94%
G=24.03%
B=41.04%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1891302220.150.4100.13278.4858.2369.02
HexBD82DEF290D1163a45
Octal275202336175101542672105
Binary1011110110000010110111101111101001011011000101101110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD82DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD82DE; }

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

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

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

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

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

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

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

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