#BC86E9

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

Shades of Wisteria #BC86E9

Tints of Wisteria #BC86E9

Color information

#BC86E9 (or 0xBC86E9) is unknown color: approx Wisteria. HEX triplet: BC, 86 and E9. RGB value is (188,134,233). Sum of RGB (Red+Green+Blue) = 188+134+233=555 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.87% from 555); Green value is 134 (52.73% from 255 or 24.14% from 555); Blue value is 233 (91.41% from 255 or 41.98% from 555); Max value from RGB is 233 - color contains mainly: blue. Hex color #BC86E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC86E9 is #437916. Grayscale: #A1A1A1. Windows color (decimal): -4421911 or 15304380. OLE color: 15304380.

HSL color Cylindrical-coordinate representation of color #BC86E9: hue angle of 272.73º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BC86E9 is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB188134233-
CMYK0.190.4200.09
HSL272.73º69.23%71.96%-
HSV(B)272.73º42.49%91.37%-
XYZ43.9733.6281.26-
YUV161.43168.39146.95-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.87%
GREEN value IS 134 (52.73% from 255) = 24.14%
BLUE value IS 233 (91.41% from 255) = 41.98%
R=33.87%
G=24.14%
B=41.98%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1881342330.190.4200.09272.7369.2371.96
HexBC86E9132A091114548
Octal2742063512352011421105110
Binary101111001000011011101001100111010100100110001000110001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC86E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC86E9; }

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

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

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

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

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

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

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

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