#bc86d3

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

Shades of Wisteria #BC86D3

Tints of Wisteria #BC86D3

Color information

#BC86D3 (or 0xBC86D3) is unknown color: approx Wisteria. HEX triplet: BC, 86 and D3. RGB value is (188,134,211). Sum of RGB (Red+Green+Blue) = 188+134+211=533 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.27% from 533); Green value is 134 (52.73% from 255 or 25.14% from 533); Blue value is 211 (82.81% from 255 or 39.59% from 533); Max value from RGB is 211 - color contains mainly: blue. Hex color #BC86D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC86D3 is #43792C. Grayscale: #9E9E9E. Windows color (decimal): -4421933 or 13862588. OLE color: 13862588.

HSL color Cylindrical-coordinate representation of color #BC86D3: hue angle of 282.08º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BC86D3 is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB188134211-
CMYK0.110.3600.17
HSL282.08º46.67%67.65%-
HSV(B)282.08º36.49%82.75%-
XYZ41.0232.4465.73-
YUV158.92157.39148.74-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.27%
GREEN value IS 134 (52.73% from 255) = 25.14%
BLUE value IS 211 (82.81% from 255) = 39.59%
R=35.27%
G=25.14%
B=39.59%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1881342110.110.3600.17282.0846.6767.65
HexBC86D3B2401111a2f44
Octal274206323134402143257104
Binary10111100100001101101001110111001000100011000110101011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc86d3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc86d3; }

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

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

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

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

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

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

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

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