#BF8FC0

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

Shades of Lilac #BF8FC0

Tints of Lilac #BF8FC0

Color information

#BF8FC0 (or 0xBF8FC0) is unknown color: approx Lilac. HEX triplet: BF, 8F and C0. RGB value is (191,143,192). Sum of RGB (Red+Green+Blue) = 191+143+192=526 (69% of max value = 765). Red value is 191 (75% from 255 or 36.31% from 526); Green value is 143 (56.25% from 255 or 27.19% from 526); Blue value is 192 (75.39% from 255 or 36.50% from 526); Max value from RGB is 192 - color contains mainly: blue. Hex color #BF8FC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8FC0 is #40703F. Grayscale: #A2A2A2. Windows color (decimal): -4223040 or 12619711. OLE color: 12619711.

HSL color Cylindrical-coordinate representation of color #BF8FC0: hue angle of 298.78º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BF8FC0 is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB191143192-
CMYK0.010.2600.25
HSL298.78º28%65.69%-
HSV(B)298.78º25.52%75.29%-
XYZ40.8234.5354.38-
YUV162.94144.4148.02-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.31%
GREEN value IS 143 (56.25% from 255) = 27.19%
BLUE value IS 192 (75.39% from 255) = 36.50%
R=36.31%
G=27.19%
B=36.50%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911431920.010.2600.25298.782865.69
HexBF8FC011A01912b1c42
Octal27721730013203145334102
Binary101111111000111111000000111010011001100101011111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8FC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8FC0; }

 p { color: rgb(191,143,192); }

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

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

 a { background-color: rgb(191,143,192); }

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

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

 span { border-color: rgb(191,143,192); }

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