Html Css Color HEX #BF95C1 Lilac

📋 copy color: '#BF95C1'

red 191 ◦ green 149 ◦ blue 193

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

Shades of Lilac #BF95C1

Tints of Lilac #BF95C1

RGB

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

 GREEN value IS 149 (58.59% from 255) = 27.95%

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

R = 35.83%
G = 27.95%
B = 36.21%

CMYK

 C value IS 0.01

 M value IS 0.23

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BF95C1 (or 0xBF95C1) is known color: Lilac. HEX triplet: BF, 95 and C1. RGB value is (191,149,193). Sum of RGB (Red+Green+Blue) = 191+149+193=533 (70% of max value = 765). Red value is 191 (75% from 255 or 35.83% from 533); Green value is 149 (58.59% from 255 or 27.95% from 533); Blue value is 193 (75.78% from 255 or 36.21% from 533); Max value from RGB is 193 - color contains mainly: blue. Hex color #BF95C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF95C1 is #406A3E. Grayscale: #A6A6A6. Windows color (decimal): -4221503 or 12686783. OLE color: 12686783.

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

Color convert

RGB 191 149 193 -
CMYK 0.01 0.23 0 0.24
HSL 297.27º 0.26% 0.67% -
HSV(B) 297.27º 0.23% 0.76% -
XYZ 41.86 36.42 55.28 -
YUV 166.57 142.91 145.42 -
System Red Green Blue C M Y K H S L
Decimal 191 149 193 0.01 0.23 0 0.24 297.27 0.26 0.67
Hex BF 95 C1 1 17 0 18 129 1A 43
Octal 277 225 301 1 27 0 30 451 32 103
Binary 10111111 10010101 11000001 1 10111 0 11000 100101001 11010 1000011

Color Harmonies of #BF95C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF95C1

Black with #BF95C1

Text Example


Text Example

White with #BF95C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF95C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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