#BF85C1

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

Shades of Lilac #BF85C1

Tints of Lilac #BF85C1

Color information

#BF85C1 (or 0xBF85C1) is unknown color: approx Lilac. HEX triplet: BF, 85 and C1. RGB value is (191,133,193). Sum of RGB (Red+Green+Blue) = 191+133+193=517 (68% of max value = 765). Red value is 191 (75% from 255 or 36.94% from 517); Green value is 133 (52.34% from 255 or 25.73% from 517); Blue value is 193 (75.78% from 255 or 37.33% from 517); Max value from RGB is 193 - color contains mainly: blue. Hex color #BF85C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF85C1 is #407A3E. Grayscale: #9C9C9C. Windows color (decimal): -4225599 or 12682687. OLE color: 12682687.

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

Color convert

RGB191133193-
CMYK0.010.3100.24
HSL298º32.61%63.92%-
HSV(B)298º31.09%75.69%-
XYZ39.531.754.49-
YUV157.18148.22152.12-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.94%
GREEN value IS 133 (52.34% from 255) = 25.73%
BLUE value IS 193 (75.78% from 255) = 37.33%
R=36.94%
G=25.73%
B=37.33%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1911331930.010.3100.2429832.6163.92
HexBF85C111F01812a2140
Octal27720530113703045241100
Binary1011111110000101110000011111110110001001010101000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF85C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF85C1; }

 p { color: rgb(191,133,193); }

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

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

 a { background-color: rgb(191,133,193); }

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

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

 span { border-color: rgb(191,133,193); }

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