#BC8BC1

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

Shades of Lilac #BC8BC1

Tints of Lilac #BC8BC1

Color information

#BC8BC1 (or 0xBC8BC1) is unknown color: approx Lilac. HEX triplet: BC, 8B and C1. RGB value is (188,139,193). Sum of RGB (Red+Green+Blue) = 188+139+193=520 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.15% from 520); Green value is 139 (54.69% from 255 or 26.73% from 520); Blue value is 193 (75.78% from 255 or 37.12% from 520); Max value from RGB is 193 - color contains mainly: blue. Hex color #BC8BC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8BC1 is #43743E. Grayscale: #9F9F9F. Windows color (decimal): -4420671 or 12684220. OLE color: 12684220.

HSL color Cylindrical-coordinate representation of color #BC8BC1: hue angle of 294.44º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BC8BC1 is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB188139193-
CMYK0.030.2800.24
HSL294.44º30.34%65.1%-
HSV(B)294.44º27.98%75.69%-
XYZ39.633.0154.74-
YUV159.81146.73148.11-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.15%
GREEN value IS 139 (54.69% from 255) = 26.73%
BLUE value IS 193 (75.78% from 255) = 37.12%
R=36.15%
G=26.73%
B=37.12%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1881391930.030.2800.24294.4430.3465.1
HexBC8BC131C0181261e41
Octal27421330133403044636101
Binary1011110010001011110000011111100011000100100110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8BC1; }

 p { color: rgb(188,139,193); }

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

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

 a { background-color: rgb(188,139,193); }

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

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

 span { border-color: rgb(188,139,193); }

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