#BF7FC2

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

Shades of Lilac #BF7FC2

Tints of Lilac #BF7FC2

Color information

#BF7FC2 (or 0xBF7FC2) is unknown color: approx Lilac. HEX triplet: BF, 7F and C2. RGB value is (191,127,194). Sum of RGB (Red+Green+Blue) = 191+127+194=512 (67% of max value = 765). Red value is 191 (75% from 255 or 37.30% from 512); Green value is 127 (50% from 255 or 24.80% from 512); Blue value is 194 (76.17% from 255 or 37.89% from 512); Max value from RGB is 194 - color contains mainly: blue. Hex color #BF7FC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7FC2 is #40803D. Grayscale: #999999. Windows color (decimal): -4227134 or 12746687. OLE color: 12746687.

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

Color convert

RGB191127194-
CMYK0.020.3500.24
HSL297.31º35.45%62.94%-
HSV(B)297.31º34.54%76.08%-
XYZ38.8130.1554.81-
YUV153.77150.7154.55-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.30%
GREEN value IS 127 (50% from 255) = 24.80%
BLUE value IS 194 (76.17% from 255) = 37.89%
R=37.30%
G=24.80%
B=37.89%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1911271940.020.3500.24297.3135.4562.94
HexBF7FC2223018129233f
Octal2771773022430304514377
Binary1011111111111111100001010100011011000100101001100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7FC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7FC2; }

 p { color: rgb(191,127,194); }

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

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

 a { background-color: rgb(191,127,194); }

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

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

 span { border-color: rgb(191,127,194); }

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