#BC8EDF

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

Shades of Wisteria #BC8EDF

Tints of Wisteria #BC8EDF

Color information

#BC8EDF (or 0xBC8EDF) is unknown color: approx Wisteria. HEX triplet: BC, 8E and DF. RGB value is (188,142,223). Sum of RGB (Red+Green+Blue) = 188+142+223=553 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.00% from 553); Green value is 142 (55.86% from 255 or 25.68% from 553); Blue value is 223 (87.5% from 255 or 40.33% from 553); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC8EDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8EDF is #437120. Grayscale: #A4A4A4. Windows color (decimal): -4419873 or 14651068. OLE color: 14651068.

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

Color convert

RGB188142223-
CMYK0.160.3600.13
HSL274.07º55.86%71.57%-
HSV(B)274.07º36.32%87.45%-
XYZ43.7335.3774.33-
YUV164.99160.74144.41-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.00%
GREEN value IS 142 (55.86% from 255) = 25.68%
BLUE value IS 223 (87.5% from 255) = 40.33%
R=34.00%
G=25.68%
B=40.33%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1881422230.160.3600.13274.0755.8671.57
HexBC8EDF10240D1123848
Octal274216337204401542270110
Binary10111100100011101101111110000100100011011000100101110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8EDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8EDF; }

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

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

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

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

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

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

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

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