#BD83DF

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

Shades of Wisteria #BD83DF

Tints of Wisteria #BD83DF

Color information

#BD83DF (or 0xBD83DF) is unknown color: approx Wisteria. HEX triplet: BD, 83 and DF. RGB value is (189,131,223). Sum of RGB (Red+Green+Blue) = 189+131+223=543 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.81% from 543); Green value is 131 (51.56% from 255 or 24.13% from 543); Blue value is 223 (87.5% from 255 or 41.07% from 543); Max value from RGB is 223 - color contains mainly: blue. Hex color #BD83DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD83DF is #427C20. Grayscale: #9E9E9E. Windows color (decimal): -4357153 or 14648253. OLE color: 14648253.

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

Color convert

RGB189131223-
CMYK0.150.4100.13
HSL277.83º58.97%69.41%-
HSV(B)277.83º41.26%87.45%-
XYZ42.4232.3873.83-
YUV158.83164.22149.52-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.81%
GREEN value IS 131 (51.56% from 255) = 24.13%
BLUE value IS 223 (87.5% from 255) = 41.07%
R=34.81%
G=24.13%
B=41.07%

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
Decimal1891312230.150.4100.13277.8358.9769.41
HexBD83DFF290D1163b45
Octal275203337175101542673105
Binary1011110110000011110111111111101001011011000101101110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD83DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD83DF; }

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

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

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

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

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

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

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

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