#BC87E6

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

Shades of Wisteria #BC87E6

Tints of Wisteria #BC87E6

Color information

#BC87E6 (or 0xBC87E6) is unknown color: approx Wisteria. HEX triplet: BC, 87 and E6. RGB value is (188,135,230). Sum of RGB (Red+Green+Blue) = 188+135+230=553 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.00% from 553); Green value is 135 (53.12% from 255 or 24.41% from 553); Blue value is 230 (90.23% from 255 or 41.59% from 553); Max value from RGB is 230 - color contains mainly: blue. Hex color #BC87E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC87E6 is #437819. Grayscale: #A1A1A1. Windows color (decimal): -4421658 or 15108028. OLE color: 15108028.

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

Color convert

RGB188135230-
CMYK0.180.4100.10
HSL273.47º65.52%71.57%-
HSV(B)273.47º41.3%90.2%-
XYZ43.6933.7379.07-
YUV161.68166.56146.78-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.00%
GREEN value IS 135 (53.12% from 255) = 24.41%
BLUE value IS 230 (90.23% from 255) = 41.59%
R=34.00%
G=24.41%
B=41.59%

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
Decimal1881352300.180.4100.10273.4765.5271.57
HexBC87E612290A1114248
Octal2742073462251012421102110
Binary101111001000011111100110100101010010101010001000110000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC87E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC87E6; }

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

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

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

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

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

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

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

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