#BD83DD

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

Shades of Wisteria #BD83DD

Tints of Wisteria #BD83DD

Color information

#BD83DD (or 0xBD83DD) is unknown color: approx Wisteria. HEX triplet: BD, 83 and DD. RGB value is (189,131,221). Sum of RGB (Red+Green+Blue) = 189+131+221=541 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.94% from 541); Green value is 131 (51.56% from 255 or 24.21% from 541); Blue value is 221 (86.72% from 255 or 40.85% from 541); Max value from RGB is 221 - color contains mainly: blue. Hex color #BD83DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD83DD is #427C22. Grayscale: #9E9E9E. Windows color (decimal): -4357155 or 14517181. OLE color: 14517181.

HSL color Cylindrical-coordinate representation of color #BD83DD: hue angle of 278.67º degrees, saturation: 0.57, 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 #BD83DD is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB189131221-
CMYK0.140.4100.13
HSL278.67º56.96%69.02%-
HSV(B)278.67º40.72%86.67%-
XYZ42.1532.2772.41-
YUV158.6163.22149.68-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.94%
GREEN value IS 131 (51.56% from 255) = 24.21%
BLUE value IS 221 (86.72% from 255) = 40.85%
R=34.94%
G=24.21%
B=40.85%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1891312210.140.4100.13278.6756.9669.02
HexBD83DDE290D1173945
Octal275203335165101542771105
Binary1011110110000011110111011110101001011011000101111110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD83DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD83DD; }

 p { color: rgb(189,131,221); }

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

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

 a { background-color: rgb(189,131,221); }

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

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

 span { border-color: rgb(189,131,221); }

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