#BD83DA

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

Shades of Wisteria #BD83DA

Tints of Wisteria #BD83DA

Color information

#BD83DA (or 0xBD83DA) is unknown color: approx Wisteria. HEX triplet: BD, 83 and DA. RGB value is (189,131,218). Sum of RGB (Red+Green+Blue) = 189+131+218=538 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.13% from 538); Green value is 131 (51.56% from 255 or 24.35% from 538); Blue value is 218 (85.55% from 255 or 40.52% from 538); Max value from RGB is 218 - color contains mainly: blue. Hex color #BD83DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD83DA is #427C25. Grayscale: #9D9D9D. Windows color (decimal): -4357158 or 14320573. OLE color: 14320573.

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

Color convert

RGB189131218-
CMYK0.130.4000.15
HSL280º54.04%68.43%-
HSV(B)280º39.91%85.49%-
XYZ41.7632.1170.33-
YUV158.26161.72149.93-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.13%
GREEN value IS 131 (51.56% from 255) = 24.35%
BLUE value IS 218 (85.55% from 255) = 40.52%
R=35.13%
G=24.35%
B=40.52%

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
Decimal1891312180.130.4000.1528054.0468.43
HexBD83DAD280F1183644
Octal275203332155001743066104
Binary1011110110000011110110101101101000011111000110001101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD83DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD83DA; }

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

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

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

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

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

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

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

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