Html Css Color HEX #BF91C2 Lilac

📋 copy color: '#BF91C2'

red 191 ◦ green 145 ◦ blue 194

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

Shades of Lilac #BF91C2

Tints of Lilac #BF91C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 36.6%

R = 36.04%
G = 27.36%
B = 36.6%

CMYK

 C value IS 0.02

 M value IS 0.25

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BF91C2 (or 0xBF91C2) is known color: Lilac. HEX triplet: BF, 91 and C2. RGB value is (191,145,194). Sum of RGB (Red+Green+Blue) = 191+145+194=530 (70% of max value = 765). Red value is 191 (75% from 255 or 36.04% from 530); Green value is 145 (57.03% from 255 or 27.36% from 530); Blue value is 194 (76.17% from 255 or 36.60% from 530); Max value from RGB is 194 - color contains mainly: blue. Hex color #BF91C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF91C2 is #406E3D. Grayscale: #A4A4A4. Windows color (decimal): -4222526 or 12751295. OLE color: 12751295.

HSL color Cylindrical-coordinate representation of color #BF91C2: hue angle of 296.33º degrees, saturation: 0.29, 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 #BF91C2 is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 191 145 194 -
CMYK 0.02 0.25 0 0.24
HSL 296.33º 0.29% 0.66% -
HSV(B) 296.33º 0.25% 0.76% -
XYZ 41.35 35.22 55.66 -
YUV 164.34 144.74 147.02 -
System Red Green Blue C M Y K H S L
Decimal 191 145 194 0.02 0.25 0 0.24 296.33 0.29 0.66
Hex BF 91 C2 2 19 0 18 128 1D 42
Octal 277 221 302 2 31 0 30 450 35 102
Binary 10111111 10010001 11000010 10 11001 0 11000 100101000 11101 1000010

Color Harmonies of #BF91C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF91C2

Black with #BF91C2

Text Example


Text Example

White with #BF91C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF91C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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