#BF80C3

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

Shades of Lilac #BF80C3

Tints of Lilac #BF80C3

Color information

#BF80C3 (or 0xBF80C3) is unknown color: approx Lilac. HEX triplet: BF, 80 and C3. RGB value is (191,128,195). Sum of RGB (Red+Green+Blue) = 191+128+195=514 (68% of max value = 765). Red value is 191 (75% from 255 or 37.16% from 514); Green value is 128 (50.39% from 255 or 24.90% from 514); Blue value is 195 (76.56% from 255 or 37.94% from 514); Max value from RGB is 195 - color contains mainly: blue. Hex color #BF80C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF80C3 is #407F3C. Grayscale: #9A9A9A. Windows color (decimal): -4226877 or 12812479. OLE color: 12812479.

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

Color convert

RGB191128195-
CMYK0.020.3400.24
HSL296.42º35.83%63.33%-
HSV(B)296.42º34.36%76.47%-
XYZ39.0630.4555.45-
YUV154.48150.87154.05-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.16%
GREEN value IS 128 (50.39% from 255) = 24.90%
BLUE value IS 195 (76.56% from 255) = 37.94%
R=37.16%
G=24.90%
B=37.94%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1911281950.020.3400.24296.4235.8363.33
HexBF80C3222018128243f
Octal2772003032420304504477
Binary10111111100000001100001110100010011000100101000100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF80C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF80C3; }

 p { color: rgb(191,128,195); }

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

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

 a { background-color: rgb(191,128,195); }

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

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

 span { border-color: rgb(191,128,195); }

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