Html Css Color HEX #BF91C1 Lilac

📋 copy color: '#BF91C1'

red 191 ◦ green 145 ◦ blue 193

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

Shades of Lilac #BF91C1

Tints of Lilac #BF91C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 36.48%

R = 36.11%
G = 27.41%
B = 36.48%

CMYK

 C value IS 0.01

 M value IS 0.25

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BF91C1 (or 0xBF91C1) is known color: Lilac. HEX triplet: BF, 91 and C1. RGB value is (191,145,193). Sum of RGB (Red+Green+Blue) = 191+145+193=529 (70% of max value = 765). Red value is 191 (75% from 255 or 36.11% from 529); Green value is 145 (57.03% from 255 or 27.41% from 529); Blue value is 193 (75.78% from 255 or 36.48% from 529); Max value from RGB is 193 - color contains mainly: blue. Hex color #BF91C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF91C1 is #406E3E. Grayscale: #A4A4A4. Windows color (decimal): -4222527 or 12685759. OLE color: 12685759.

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

Color convert

RGB 191 145 193 -
CMYK 0.01 0.25 0 0.24
HSL 297.5º 0.28% 0.66% -
HSV(B) 297.5º 0.25% 0.76% -
XYZ 41.24 35.18 55.07 -
YUV 164.23 144.24 147.1 -
System Red Green Blue C M Y K H S L
Decimal 191 145 193 0.01 0.25 0 0.24 297.5 0.28 0.66
Hex BF 91 C1 1 19 0 18 12A 1C 42
Octal 277 221 301 1 31 0 30 452 34 102
Binary 10111111 10010001 11000001 1 11001 0 11000 100101010 11100 1000010

Color Harmonies of #BF91C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF91C1

Black with #BF91C1

Text Example


Text Example

White with #BF91C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF91C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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