#BF7FC3

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

Shades of Lilac #BF7FC3

Tints of Lilac #BF7FC3

Color information

#BF7FC3 (or 0xBF7FC3) is unknown color: approx Lilac. HEX triplet: BF, 7F and C3. RGB value is (191,127,195). Sum of RGB (Red+Green+Blue) = 191+127+195=513 (67% of max value = 765). Red value is 191 (75% from 255 or 37.23% from 513); Green value is 127 (50% from 255 or 24.76% from 513); Blue value is 195 (76.56% from 255 or 38.01% from 513); Max value from RGB is 195 - color contains mainly: blue. Hex color #BF7FC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7FC3 is #40803C. Grayscale: #999999. Windows color (decimal): -4227133 or 12812223. OLE color: 12812223.

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

Color convert

RGB191127195-
CMYK0.020.3500.24
HSL296.47º36.17%63.14%-
HSV(B)296.47º34.87%76.47%-
XYZ38.9330.255.41-
YUV153.89151.2154.47-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.23%
GREEN value IS 127 (50% from 255) = 24.76%
BLUE value IS 195 (76.56% from 255) = 38.01%
R=37.23%
G=24.76%
B=38.01%

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
Decimal1911271950.020.3500.24296.4736.1763.14
HexBF7FC3223018128243f
Octal2771773032430304504477
Binary1011111111111111100001110100011011000100101000100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7FC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7FC3; }

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

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

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

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

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

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

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

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