#BD82D9

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

Shades of Wisteria #BD82D9

Tints of Wisteria #BD82D9

Color information

#BD82D9 (or 0xBD82D9) is unknown color: approx Wisteria. HEX triplet: BD, 82 and D9. RGB value is (189,130,217). Sum of RGB (Red+Green+Blue) = 189+130+217=536 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.26% from 536); Green value is 130 (51.17% from 255 or 24.25% from 536); Blue value is 217 (85.16% from 255 or 40.49% from 536); Max value from RGB is 217 - color contains mainly: blue. Hex color #BD82D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD82D9 is #427D26. Grayscale: #9D9D9D. Windows color (decimal): -4357415 or 14254781. OLE color: 14254781.

HSL color Cylindrical-coordinate representation of color #BD82D9: hue angle of 280.69º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BD82D9 is Cyan = 0.13, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB189130217-
CMYK0.130.4000.15
HSL280.69º53.37%68.04%-
HSV(B)280.69º40.09%85.1%-
XYZ41.4931.7969.6-
YUV157.56161.55150.43-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.26%
GREEN value IS 130 (51.17% from 255) = 24.25%
BLUE value IS 217 (85.16% from 255) = 40.49%
R=35.26%
G=24.25%
B=40.49%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1891302170.130.4000.15280.6953.3768.04
HexBD82D9D280F1193544
Octal275202331155001743165104
Binary1011110110000010110110011101101000011111000110011101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD82D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD82D9; }

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

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

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

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

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

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

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

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