#BC87E5

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

Shades of Wisteria #BC87E5

Tints of Wisteria #BC87E5

Color information

#BC87E5 (or 0xBC87E5) is unknown color: approx Wisteria. HEX triplet: BC, 87 and E5. RGB value is (188,135,229). Sum of RGB (Red+Green+Blue) = 188+135+229=552 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.06% from 552); Green value is 135 (53.12% from 255 or 24.46% from 552); Blue value is 229 (89.84% from 255 or 41.49% from 552); Max value from RGB is 229 - color contains mainly: blue. Hex color #BC87E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC87E5 is #43781A. Grayscale: #A1A1A1. Windows color (decimal): -4421659 or 15042492. OLE color: 15042492.

HSL color Cylindrical-coordinate representation of color #BC87E5: hue angle of 273.83º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BC87E5 is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB188135229-
CMYK0.180.4100.10
HSL273.83º64.38%71.37%-
HSV(B)273.83º41.05%89.8%-
XYZ43.5533.6878.33-
YUV161.56166.06146.86-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.06%
GREEN value IS 135 (53.12% from 255) = 24.46%
BLUE value IS 229 (89.84% from 255) = 41.49%
R=34.06%
G=24.46%
B=41.49%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1881352290.180.4100.10273.8364.3871.37
HexBC87E512290A1124047
Octal2742073452251012422100107
Binary101111001000011111100101100101010010101010001001010000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC87E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC87E5; }

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

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

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

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

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

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

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

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