#BF86BF

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

Shades of Lilac #BF86BF

Tints of Lilac #BF86BF

Color information

#BF86BF (or 0xBF86BF) is unknown color: approx Lilac. HEX triplet: BF, 86 and BF. RGB value is (191,134,191). Sum of RGB (Red+Green+Blue) = 191+134+191=516 (68% of max value = 765). Red value is 191 (75% from 255 or 37.02% from 516); Green value is 134 (52.73% from 255 or 25.97% from 516); Blue value is 191 (75% from 255 or 37.02% from 516); Max value from RGB is 191 - color contains mainly: red, blue. Hex color #BF86BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF86BF is #407940. Grayscale: #9D9D9D. Windows color (decimal): -4225345 or 12551871. OLE color: 12551871.

HSL color Cylindrical-coordinate representation of color #BF86BF: hue angle of 300º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BF86BF is Cyan = 0, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB191134191-
CMYK00.3000.25
HSL300º30.81%63.73%-
HSV(B)300º29.84%74.9%-
XYZ39.4131.8953.37-
YUV157.54146.88151.87-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.02%
GREEN value IS 134 (52.73% from 255) = 25.97%
BLUE value IS 191 (75% from 255) = 37.02%
R=37.02%
G=25.97%
B=37.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113419100.3000.2530030.8163.73
HexBF86BF01E01912c1f40
Octal27720627703603145437100
Binary101111111000011010111111011110011001100101100111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF86BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF86BF; }

 p { color: rgb(191,134,191); }

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

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

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

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

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

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

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