Html Css Color HEX #BF91BF Lilac

📋 copy color: '#BF91BF'

red 191 ◦ green 145 ◦ blue 191

#BF91BF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lilac #BF91BF

Tints of Lilac #BF91BF

RGB

 RED value IS 191 (75% from 255) = 36.24%

 GREEN value IS 145 (57.03% from 255) = 27.51%

 BLUE value IS 191 (75% from 255) = 36.24%

R = 36.24%
G = 27.51%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BF91BF (or 0xBF91BF) is known color: Lilac. HEX triplet: BF, 91 and BF. RGB value is (191,145,191). Sum of RGB (Red+Green+Blue) = 191+145+191=527 (69% of max value = 765). Red value is 191 (75% from 255 or 36.24% from 527); Green value is 145 (57.03% from 255 or 27.51% from 527); Blue value is 191 (75% from 255 or 36.24% from 527); Max value from RGB is 191 - color contains mainly: red, blue. Hex color #BF91BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF91BF is #406E40. Grayscale: #A3A3A3. Windows color (decimal): -4222529 or 12554687. OLE color: 12554687.

HSL color Cylindrical-coordinate representation of color #BF91BF: hue angle of 300º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BF91BF is Cyan = 0, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 145 191 -
CMYK 0 0.24 0 0.25
HSL 300º 0.26% 0.66% -
HSV(B) 300º 0.24% 0.75% -
XYZ 41.02 35.09 53.9 -
YUV 164 143.24 147.26 -
System Red Green Blue C M Y K H S L
Decimal 191 145 191 0 0.24 0 0.25 300 0.26 0.66
Hex BF 91 BF 0 18 0 19 12C 1A 42
Octal 277 221 277 0 30 0 31 454 32 102
Binary 10111111 10010001 10111111 0 11000 0 11001 100101100 11010 1000010

Color Harmonies of #BF91BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF91BF

Black with #BF91BF

Text Example


Text Example

White with #BF91BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF91BF; }

 p { color: rgb(191,145,191); }

 H1.HeaderClassName
 {
   color: #BF91BF;
 }
 .AnyTagClassName
 {
   color: #BF91BF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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