#BF87C0

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

Shades of Lilac #BF87C0

Tints of Lilac #BF87C0

Color information

#BF87C0 (or 0xBF87C0) is unknown color: approx Lilac. HEX triplet: BF, 87 and C0. RGB value is (191,135,192). Sum of RGB (Red+Green+Blue) = 191+135+192=518 (68% of max value = 765). Red value is 191 (75% from 255 or 36.87% from 518); Green value is 135 (53.12% from 255 or 26.06% from 518); Blue value is 192 (75.39% from 255 or 37.07% from 518); Max value from RGB is 192 - color contains mainly: blue. Hex color #BF87C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF87C0 is #40783F. Grayscale: #9E9E9E. Windows color (decimal): -4225088 or 12617663. OLE color: 12617663.

HSL color Cylindrical-coordinate representation of color #BF87C0: hue angle of 298.95º 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 #BF87C0 is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB191135192-
CMYK0.010.3000.25
HSL298.95º31.15%64.12%-
HSV(B)298.95º29.69%75.29%-
XYZ39.6632.2154-
YUV158.24147.05151.37-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.87%
GREEN value IS 135 (53.12% from 255) = 26.06%
BLUE value IS 192 (75.39% from 255) = 37.07%
R=36.87%
G=26.06%
B=37.07%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911351920.010.3000.25298.9531.1564.12
HexBF87C011E01912b1f40
Octal27720730013603145337100
Binary101111111000011111000000111110011001100101011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF87C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF87C0; }

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

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

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

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

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

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

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

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