#BD86D6

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

Shades of Wisteria #BD86D6

Tints of Wisteria #BD86D6

Color information

#BD86D6 (or 0xBD86D6) is unknown color: approx Wisteria. HEX triplet: BD, 86 and D6. RGB value is (189,134,214). Sum of RGB (Red+Green+Blue) = 189+134+214=537 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.20% from 537); Green value is 134 (52.73% from 255 or 24.95% from 537); Blue value is 214 (83.98% from 255 or 39.85% from 537); Max value from RGB is 214 - color contains mainly: blue. Hex color #BD86D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD86D6 is #427929. Grayscale: #9F9F9F. Windows color (decimal): -4356394 or 14059197. OLE color: 14059197.

HSL color Cylindrical-coordinate representation of color #BD86D6: hue angle of 281.25º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BD86D6 is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB189134214-
CMYK0.120.3700.16
HSL281.25º49.38%68.24%-
HSV(B)281.25º37.38%83.92%-
XYZ41.6532.7267.74-
YUV159.56158.72149-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.20%
GREEN value IS 134 (52.73% from 255) = 24.95%
BLUE value IS 214 (83.98% from 255) = 39.85%
R=35.20%
G=24.95%
B=39.85%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1891342140.120.3700.16281.2549.3868.24
HexBD86D6C250101193144
Octal275206326144502043161104
Binary10111101100001101101011011001001010100001000110011100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD86D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD86D6; }

 p { color: rgb(189,134,214); }

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

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

 a { background-color: rgb(189,134,214); }

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

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

 span { border-color: rgb(189,134,214); }

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