#BF8FC4

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

Shades of Lilac #BF8FC4

Tints of Lilac #BF8FC4

Color information

#BF8FC4 (or 0xBF8FC4) is unknown color: approx Lilac. HEX triplet: BF, 8F and C4. RGB value is (191,143,196). Sum of RGB (Red+Green+Blue) = 191+143+196=530 (70% of max value = 765). Red value is 191 (75% from 255 or 36.04% from 530); Green value is 143 (56.25% from 255 or 26.98% from 530); Blue value is 196 (76.95% from 255 or 36.98% from 530); Max value from RGB is 196 - color contains mainly: blue. Hex color #BF8FC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8FC4 is #40703B. Grayscale: #A3A3A3. Windows color (decimal): -4223036 or 12881855. OLE color: 12881855.

HSL color Cylindrical-coordinate representation of color #BF8FC4: hue angle of 294.34º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BF8FC4 is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB191143196-
CMYK0.030.2700.23
HSL294.34º30.99%66.47%-
HSV(B)294.34º27.04%76.86%-
XYZ41.2734.7156.75-
YUV163.39146.4147.69-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.04%
GREEN value IS 143 (56.25% from 255) = 26.98%
BLUE value IS 196 (76.95% from 255) = 36.98%
R=36.04%
G=26.98%
B=36.98%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1911431960.030.2700.23294.3430.9966.47
HexBF8FC431B0171261f42
Octal27721730433302744637102
Binary1011111110001111110001001111011010111100100110111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8FC4; }

 p { color: rgb(191,143,196); }

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

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

 a { background-color: rgb(191,143,196); }

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

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

 span { border-color: rgb(191,143,196); }

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