#BF87C4

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

Shades of Lilac #BF87C4

Tints of Lilac #BF87C4

Color information

#BF87C4 (or 0xBF87C4) is unknown color: approx Lilac. HEX triplet: BF, 87 and C4. RGB value is (191,135,196). Sum of RGB (Red+Green+Blue) = 191+135+196=522 (69% of max value = 765). Red value is 191 (75% from 255 or 36.59% from 522); Green value is 135 (53.12% from 255 or 25.86% from 522); Blue value is 196 (76.95% from 255 or 37.55% from 522); Max value from RGB is 196 - color contains mainly: blue. Hex color #BF87C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF87C4 is #40783B. Grayscale: #9E9E9E. Windows color (decimal): -4225084 or 12879807. OLE color: 12879807.

HSL color Cylindrical-coordinate representation of color #BF87C4: hue angle of 295.08º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BF87C4 is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB191135196-
CMYK0.030.3100.23
HSL295.08º34.08%64.9%-
HSV(B)295.08º31.12%76.86%-
XYZ40.1132.3956.36-
YUV158.7149.05151.04-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.59%
GREEN value IS 135 (53.12% from 255) = 25.86%
BLUE value IS 196 (76.95% from 255) = 37.55%
R=36.59%
G=25.86%
B=37.55%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1911351960.030.3100.23295.0834.0864.9
HexBF87C431F0171272241
Octal27720730433702744742101
Binary10111111100001111100010011111110101111001001111000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF87C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF87C4; }

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

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

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

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

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

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

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

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