#BF8FC1

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

Shades of Lilac #BF8FC1

Tints of Lilac #BF8FC1

Color information

#BF8FC1 (or 0xBF8FC1) is unknown color: approx Lilac. HEX triplet: BF, 8F and C1. RGB value is (191,143,193). Sum of RGB (Red+Green+Blue) = 191+143+193=527 (69% of max value = 765). Red value is 191 (75% from 255 or 36.24% from 527); Green value is 143 (56.25% from 255 or 27.13% from 527); Blue value is 193 (75.78% from 255 or 36.62% from 527); Max value from RGB is 193 - color contains mainly: blue. Hex color #BF8FC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8FC1 is #40703E. Grayscale: #A2A2A2. Windows color (decimal): -4223039 or 12685247. OLE color: 12685247.

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

Color convert

RGB191143193-
CMYK0.010.2600.24
HSL297.6º28.74%65.88%-
HSV(B)297.6º25.91%75.69%-
XYZ40.9334.5754.97-
YUV163.05144.9147.93-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.24%
GREEN value IS 143 (56.25% from 255) = 27.13%
BLUE value IS 193 (75.78% from 255) = 36.62%
R=36.24%
G=27.13%
B=36.62%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1911431930.010.2600.24297.628.7465.88
HexBF8FC111A01812a1d42
Octal27721730113203045235102
Binary101111111000111111000001111010011000100101010111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8FC1; }

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

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

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

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

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

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

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

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