#BC88DF

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

Shades of Wisteria #BC88DF

Tints of Wisteria #BC88DF

Color information

#BC88DF (or 0xBC88DF) is unknown color: approx Wisteria. HEX triplet: BC, 88 and DF. RGB value is (188,136,223). Sum of RGB (Red+Green+Blue) = 188+136+223=547 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.37% from 547); Green value is 136 (53.52% from 255 or 24.86% from 547); Blue value is 223 (87.5% from 255 or 40.77% from 547); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC88DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC88DF is #437720. Grayscale: #A1A1A1. Windows color (decimal): -4421409 or 14649532. OLE color: 14649532.

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

Color convert

RGB188136223-
CMYK0.160.3900.13
HSL275.86º57.62%70.39%-
HSV(B)275.86º39.01%87.45%-
XYZ42.8633.6374.04-
YUV161.47162.73146.93-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.37%
GREEN value IS 136 (53.52% from 255) = 24.86%
BLUE value IS 223 (87.5% from 255) = 40.77%
R=34.37%
G=24.86%
B=40.77%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1881362230.160.3900.13275.8657.6270.39
HexBC88DF10270D1143a46
Octal274210337204701542472106
Binary10111100100010001101111110000100111011011000101001110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC88DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC88DF; }

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

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

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

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

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

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

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

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