#BC8ECF

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

Shades of Wisteria #BC8ECF

Tints of Wisteria #BC8ECF

Color information

#BC8ECF (or 0xBC8ECF) is unknown color: approx Wisteria. HEX triplet: BC, 8E and CF. RGB value is (188,142,207). Sum of RGB (Red+Green+Blue) = 188+142+207=537 (71% of max value = 765). Red value is 188 (73.83% from 255 or 35.01% from 537); Green value is 142 (55.86% from 255 or 26.44% from 537); Blue value is 207 (81.25% from 255 or 38.55% from 537); Max value from RGB is 207 - color contains mainly: blue. Hex color #BC8ECF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8ECF is #437130. Grayscale: #A2A2A2. Windows color (decimal): -4419889 or 13602492. OLE color: 13602492.

HSL color Cylindrical-coordinate representation of color #BC8ECF: hue angle of 282.46º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BC8ECF is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB188142207-
CMYK0.090.3100.19
HSL282.46º40.37%68.43%-
HSV(B)282.46º31.4%81.18%-
XYZ41.6734.5463.5-
YUV163.16152.74145.71-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.01%
GREEN value IS 142 (55.86% from 255) = 26.44%
BLUE value IS 207 (81.25% from 255) = 38.55%
R=35.01%
G=26.44%
B=38.55%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1881422070.090.3100.19282.4640.3768.43
HexBC8ECF91F01311a2844
Octal274216317113702343250104
Binary1011110010001110110011111001111110100111000110101010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8ECF; }

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

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

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

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

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

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

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

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