#BC86DF

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

Shades of Wisteria #BC86DF

Tints of Wisteria #BC86DF

Color information

#BC86DF (or 0xBC86DF) is unknown color: approx Wisteria. HEX triplet: BC, 86 and DF. RGB value is (188,134,223). Sum of RGB (Red+Green+Blue) = 188+134+223=545 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.50% from 545); Green value is 134 (52.73% from 255 or 24.59% from 545); Blue value is 223 (87.5% from 255 or 40.92% from 545); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC86DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC86DF is #437920. Grayscale: #9F9F9F. Windows color (decimal): -4421921 or 14649020. OLE color: 14649020.

HSL color Cylindrical-coordinate representation of color #BC86DF: hue angle of 276.4º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BC86DF is Cyan = 0.16, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB188134223-
CMYK0.160.4000.13
HSL276.4º58.17%70%-
HSV(B)276.4º39.91%87.45%-
XYZ42.5833.0773.95-
YUV160.29163.39147.76-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.50%
GREEN value IS 134 (52.73% from 255) = 24.59%
BLUE value IS 223 (87.5% from 255) = 40.92%
R=34.50%
G=24.59%
B=40.92%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1881342230.160.4000.13276.458.1770
HexBC86DF10280D1143a46
Octal274206337205001542472106
Binary10111100100001101101111110000101000011011000101001110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC86DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC86DF; }

 p { color: rgb(188,134,223); }

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

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

 a { background-color: rgb(188,134,223); }

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

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

 span { border-color: rgb(188,134,223); }

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