#BC86D7

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

Shades of Wisteria #BC86D7

Tints of Wisteria #BC86D7

Color information

#BC86D7 (or 0xBC86D7) is unknown color: approx Wisteria. HEX triplet: BC, 86 and D7. RGB value is (188,134,215). Sum of RGB (Red+Green+Blue) = 188+134+215=537 (71% of max value = 765). Red value is 188 (73.83% from 255 or 35.01% from 537); Green value is 134 (52.73% from 255 or 24.95% from 537); Blue value is 215 (84.38% from 255 or 40.04% from 537); Max value from RGB is 215 - color contains mainly: blue. Hex color #BC86D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC86D7 is #437928. Grayscale: #9F9F9F. Windows color (decimal): -4421929 or 14124732. OLE color: 14124732.

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

Color convert

RGB188134215-
CMYK0.130.3800.16
HSL280º50.31%68.43%-
HSV(B)280º37.67%84.31%-
XYZ41.5332.6568.4-
YUV159.38159.39148.41-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.01%
GREEN value IS 134 (52.73% from 255) = 24.95%
BLUE value IS 215 (84.38% from 255) = 40.04%
R=35.01%
G=24.95%
B=40.04%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1881342150.130.3800.1628050.3168.43
HexBC86D7D260101183244
Octal274206327154602043062104
Binary10111100100001101101011111011001100100001000110001100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC86D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC86D7; }

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

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

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

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

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

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

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

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