#BF87C1

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

Shades of Lilac #BF87C1

Tints of Lilac #BF87C1

Color information

#BF87C1 (or 0xBF87C1) is unknown color: approx Lilac. HEX triplet: BF, 87 and C1. RGB value is (191,135,193). Sum of RGB (Red+Green+Blue) = 191+135+193=519 (68% of max value = 765). Red value is 191 (75% from 255 or 36.80% from 519); Green value is 135 (53.12% from 255 or 26.01% from 519); Blue value is 193 (75.78% from 255 or 37.19% from 519); Max value from RGB is 193 - color contains mainly: blue. Hex color #BF87C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF87C1 is #40783E. Grayscale: #9E9E9E. Windows color (decimal): -4225087 or 12683199. OLE color: 12683199.

HSL color Cylindrical-coordinate representation of color #BF87C1: hue angle of 297.93º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BF87C1 is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB191135193-
CMYK0.010.3000.24
HSL297.93º31.87%64.31%-
HSV(B)297.93º30.05%75.69%-
XYZ39.7832.2554.58-
YUV158.36147.55151.28-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.80%
GREEN value IS 135 (53.12% from 255) = 26.01%
BLUE value IS 193 (75.78% from 255) = 37.19%
R=36.80%
G=26.01%
B=37.19%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1911351930.010.3000.24297.9331.8764.31
HexBF87C111E01812a2040
Octal27720730113603045240100
Binary1011111110000111110000011111100110001001010101000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF87C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF87C1; }

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

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

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

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

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

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

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

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