Html Css Color HEX #BF80C1 Lilac

📋 copy color: '#BF80C1'

red 191 ◦ green 128 ◦ blue 193

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

Shades of Lilac #BF80C1

Tints of Lilac #BF80C1

RGB

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

 GREEN value IS 128 (50.39% from 255) = 25%

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

R = 37.3%
G = 25%
B = 37.7%

CMYK

 C value IS 0.01

 M value IS 0.34

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BF80C1 (or 0xBF80C1) is known color: Lilac. HEX triplet: BF, 80 and C1. RGB value is (191,128,193). Sum of RGB (Red+Green+Blue) = 191+128+193=512 (67% of max value = 765). Red value is 191 (75% from 255 or 37.30% from 512); Green value is 128 (50.39% from 255 or 25% from 512); Blue value is 193 (75.78% from 255 or 37.70% from 512); Max value from RGB is 193 - color contains mainly: blue. Hex color #BF80C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF80C1 is #407F3E. Grayscale: #9A9A9A. Windows color (decimal): -4226879 or 12681407. OLE color: 12681407.

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

Color convert

RGB 191 128 193 -
CMYK 0.01 0.34 0 0.24
HSL 298.15º 0.34% 0.63% -
HSV(B) 298.15º 0.34% 0.76% -
XYZ 38.83 30.36 54.27 -
YUV 154.25 149.87 154.21 -
System Red Green Blue C M Y K H S L
Decimal 191 128 193 0.01 0.34 0 0.24 298.15 0.34 0.63
Hex BF 80 C1 1 22 0 18 12A 22 3F
Octal 277 200 301 1 42 0 30 452 42 77
Binary 10111111 10000000 11000001 1 100010 0 11000 100101010 100010 111111

Color Harmonies of #BF80C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF80C1

Black with #BF80C1

Text Example


Text Example

White with #BF80C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF80C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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