#BE80C1

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

Shades of Lilac #BE80C1

Tints of Lilac #BE80C1

Color information

#BE80C1 (or 0xBE80C1) is unknown color: approx Lilac. HEX triplet: BE, 80 and C1. RGB value is (190,128,193). Sum of RGB (Red+Green+Blue) = 190+128+193=511 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.18% from 511); Green value is 128 (50.39% from 255 or 25.05% from 511); Blue value is 193 (75.78% from 255 or 37.77% from 511); Max value from RGB is 193 - color contains mainly: blue. Hex color #BE80C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE80C1 is #417F3E. Grayscale: #999999. Windows color (decimal): -4292415 or 12681406. OLE color: 12681406.

HSL color Cylindrical-coordinate representation of color #BE80C1: hue angle of 297.23º degrees, saturation: 0.34, 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 #BE80C1 is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB190128193-
CMYK0.020.3400.24
HSL297.23º34.39%62.94%-
HSV(B)297.23º33.68%75.69%-
XYZ38.5830.2454.25-
YUV153.95150.04153.71-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.18%
GREEN value IS 128 (50.39% from 255) = 25.05%
BLUE value IS 193 (75.78% from 255) = 37.77%
R=37.18%
G=25.05%
B=37.77%

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
Decimal1901281930.020.3400.24297.2334.3962.94
HexBE80C1222018129223f
Octal2762003012420304514277
Binary10111110100000001100000110100010011000100101001100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE80C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE80C1; }

 p { color: rgb(190,128,193); }

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

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

 a { background-color: rgb(190,128,193); }

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

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

 span { border-color: rgb(190,128,193); }

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