#BF87C6

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

Shades of Lilac #BF87C6

Tints of Lilac #BF87C6

Color information

#BF87C6 (or 0xBF87C6) is unknown color: approx Lilac. HEX triplet: BF, 87 and C6. RGB value is (191,135,198). Sum of RGB (Red+Green+Blue) = 191+135+198=524 (69% of max value = 765). Red value is 191 (75% from 255 or 36.45% from 524); Green value is 135 (53.12% from 255 or 25.76% from 524); Blue value is 198 (77.73% from 255 or 37.79% from 524); Max value from RGB is 198 - color contains mainly: blue. Hex color #BF87C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF87C6 is #407839. Grayscale: #9E9E9E. Windows color (decimal): -4225082 or 13010879. OLE color: 13010879.

HSL color Cylindrical-coordinate representation of color #BF87C6: hue angle of 293.33º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BF87C6 is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB191135198-
CMYK0.040.3200.22
HSL293.33º35.59%65.29%-
HSV(B)293.33º31.82%77.65%-
XYZ40.3432.4857.57-
YUV158.93150.05150.88-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.45%
GREEN value IS 135 (53.12% from 255) = 25.76%
BLUE value IS 198 (77.73% from 255) = 37.79%
R=36.45%
G=25.76%
B=37.79%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1911351980.040.3200.22293.3335.5965.29
HexBF87C64200161252441
Octal27720730644002644544101
Binary1011111110000111110001101001000000101101001001011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF87C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF87C6; }

 p { color: rgb(191,135,198); }

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

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

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

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

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

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

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