#BD82D5

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

Shades of Wisteria #BD82D5

Tints of Wisteria #BD82D5

Color information

#BD82D5 (or 0xBD82D5) is unknown color: approx Wisteria. HEX triplet: BD, 82 and D5. RGB value is (189,130,213). Sum of RGB (Red+Green+Blue) = 189+130+213=532 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.53% from 532); Green value is 130 (51.17% from 255 or 24.44% from 532); Blue value is 213 (83.59% from 255 or 40.04% from 532); Max value from RGB is 213 - color contains mainly: blue. Hex color #BD82D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD82D5 is #427D2A. Grayscale: #9C9C9C. Windows color (decimal): -4357419 or 13992637. OLE color: 13992637.

HSL color Cylindrical-coordinate representation of color #BD82D5: hue angle of 282.65º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BD82D5 is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB189130213-
CMYK0.110.3900.16
HSL282.65º49.7%67.25%-
HSV(B)282.65º38.97%83.53%-
XYZ40.9831.5966.89-
YUV157.1159.55150.75-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.53%
GREEN value IS 130 (51.17% from 255) = 24.44%
BLUE value IS 213 (83.59% from 255) = 40.04%
R=35.53%
G=24.44%
B=40.04%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1891302130.110.3900.16282.6549.767.25
HexBD82D5B2701011b3243
Octal275202325134702043362103
Binary10111101100000101101010110111001110100001000110111100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD82D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD82D5; }

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

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

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

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

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

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

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

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