#BF81C4

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

Shades of Lilac #BF81C4

Tints of Lilac #BF81C4

Color information

#BF81C4 (or 0xBF81C4) is unknown color: approx Lilac. HEX triplet: BF, 81 and C4. RGB value is (191,129,196). Sum of RGB (Red+Green+Blue) = 191+129+196=516 (68% of max value = 765). Red value is 191 (75% from 255 or 37.02% from 516); Green value is 129 (50.78% from 255 or 25% from 516); Blue value is 196 (76.95% from 255 or 37.98% from 516); Max value from RGB is 196 - color contains mainly: blue. Hex color #BF81C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF81C4 is #407E3B. Grayscale: #9A9A9A. Windows color (decimal): -4226620 or 12878271. OLE color: 12878271.

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

Color convert

RGB191129196-
CMYK0.030.3400.23
HSL295.52º36.22%63.73%-
HSV(B)295.52º34.18%76.86%-
XYZ39.330.7656.09-
YUV155.18151.04153.55-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.02%
GREEN value IS 129 (50.78% from 255) = 25%
BLUE value IS 196 (76.95% from 255) = 37.98%
R=37.02%
G=25%
B=37.98%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1911291960.030.3400.23295.5236.2263.73
HexBF81C43220171282440
Octal27720130434202745044100
Binary101111111000000111000100111000100101111001010001001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF81C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF81C4; }

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

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

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

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

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

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

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

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