#BF81C1

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

Shades of Lilac #BF81C1

Tints of Lilac #BF81C1

Color information

#BF81C1 (or 0xBF81C1) is unknown color: approx Lilac. HEX triplet: BF, 81 and C1. RGB value is (191,129,193). Sum of RGB (Red+Green+Blue) = 191+129+193=513 (67% of max value = 765). Red value is 191 (75% from 255 or 37.23% from 513); Green value is 129 (50.78% from 255 or 25.15% from 513); Blue value is 193 (75.78% from 255 or 37.62% from 513); Max value from RGB is 193 - color contains mainly: blue. Hex color #BF81C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF81C1 is #407E3E. Grayscale: #9A9A9A. Windows color (decimal): -4226623 or 12681663. OLE color: 12681663.

HSL color Cylindrical-coordinate representation of color #BF81C1: hue angle of 298.12º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BF81C1 is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB191129193-
CMYK0.010.3300.24
HSL298.12º34.04%63.14%-
HSV(B)298.12º33.16%75.69%-
XYZ38.9630.6354.31-
YUV154.83149.54153.8-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.23%
GREEN value IS 129 (50.78% from 255) = 25.15%
BLUE value IS 193 (75.78% from 255) = 37.62%
R=37.23%
G=25.15%
B=37.62%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1911291930.010.3300.24298.1234.0463.14
HexBF81C112101812a223f
Octal2772013011410304524277
Binary1011111110000001110000011100001011000100101010100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF81C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF81C1; }

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

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

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

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

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

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

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

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