#BC87DF

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

Shades of Wisteria #BC87DF

Tints of Wisteria #BC87DF

Color information

#BC87DF (or 0xBC87DF) is unknown color: approx Wisteria. HEX triplet: BC, 87 and DF. RGB value is (188,135,223). Sum of RGB (Red+Green+Blue) = 188+135+223=546 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.43% from 546); Green value is 135 (53.12% from 255 or 24.73% from 546); Blue value is 223 (87.5% from 255 or 40.84% from 546); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC87DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC87DF is #437820. Grayscale: #A0A0A0. Windows color (decimal): -4421665 or 14649276. OLE color: 14649276.

HSL color Cylindrical-coordinate representation of color #BC87DF: hue angle of 276.14º 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 #BC87DF is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB188135223-
CMYK0.160.3900.13
HSL276.14º57.89%70.2%-
HSV(B)276.14º39.46%87.45%-
XYZ42.7233.3574-
YUV160.88163.06147.34-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.43%
GREEN value IS 135 (53.12% from 255) = 24.73%
BLUE value IS 223 (87.5% from 255) = 40.84%
R=34.43%
G=24.73%
B=40.84%

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
Decimal1881352230.160.3900.13276.1457.8970.2
HexBC87DF10270D1143a46
Octal274207337204701542472106
Binary10111100100001111101111110000100111011011000101001110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC87DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC87DF; }

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

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

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

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

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

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

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

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