#BF84C0

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

Shades of Lilac #BF84C0

Tints of Lilac #BF84C0

Color information

#BF84C0 (or 0xBF84C0) is unknown color: approx Lilac. HEX triplet: BF, 84 and C0. RGB value is (191,132,192). Sum of RGB (Red+Green+Blue) = 191+132+192=515 (68% of max value = 765). Red value is 191 (75% from 255 or 37.09% from 515); Green value is 132 (51.95% from 255 or 25.63% from 515); Blue value is 192 (75.39% from 255 or 37.28% from 515); Max value from RGB is 192 - color contains mainly: blue. Hex color #BF84C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF84C0 is #407B3F. Grayscale: #9C9C9C. Windows color (decimal): -4225856 or 12616895. OLE color: 12616895.

HSL color Cylindrical-coordinate representation of color #BF84C0: hue angle of 299º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BF84C0 is Cyan = 0.01, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB191132192-
CMYK0.010.3100.25
HSL299º32.26%63.53%-
HSV(B)299º31.25%75.29%-
XYZ39.2531.3853.86-
YUV156.48148.05152.62-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.09%
GREEN value IS 132 (51.95% from 255) = 25.63%
BLUE value IS 192 (75.39% from 255) = 37.28%
R=37.09%
G=25.63%
B=37.28%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911321920.010.3100.2529932.2663.53
HexBF84C011F01912b2040
Octal27720430013703145340100
Binary1011111110000100110000001111110110011001010111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF84C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF84C0; }

 p { color: rgb(191,132,192); }

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

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

 a { background-color: rgb(191,132,192); }

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

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

 span { border-color: rgb(191,132,192); }

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