Html Css Color HEX #BF80C4 Lilac

📋 copy color: '#BF80C4'

red 191 ◦ green 128 ◦ blue 196

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

Shades of Lilac #BF80C4

Tints of Lilac #BF80C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 38.06%

R = 37.09%
G = 24.85%
B = 38.06%

CMYK

 C value IS 0.03

 M value IS 0.35

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BF80C4 (or 0xBF80C4) is known color: Lilac. HEX triplet: BF, 80 and C4. RGB value is (191,128,196). Sum of RGB (Red+Green+Blue) = 191+128+196=515 (68% of max value = 765). Red value is 191 (75% from 255 or 37.09% from 515); Green value is 128 (50.39% from 255 or 24.85% from 515); Blue value is 196 (76.95% from 255 or 38.06% from 515); Max value from RGB is 196 - color contains mainly: blue. Hex color #BF80C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF80C4 is #407F3B. Grayscale: #9A9A9A. Windows color (decimal): -4226876 or 12878015. OLE color: 12878015.

HSL color Cylindrical-coordinate representation of color #BF80C4: hue angle of 295.59º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BF80C4 is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 191 128 196 -
CMYK 0.03 0.35 0 0.23
HSL 295.59º 0.37% 0.64% -
HSV(B) 295.59º 0.35% 0.77% -
XYZ 39.17 30.5 56.05 -
YUV 154.59 151.37 153.97 -
System Red Green Blue C M Y K H S L
Decimal 191 128 196 0.03 0.35 0 0.23 295.59 0.37 0.64
Hex BF 80 C4 3 23 0 17 128 25 40
Octal 277 200 304 3 43 0 27 450 45 100
Binary 10111111 10000000 11000100 11 100011 0 10111 100101000 100101 1000000

Color Harmonies of #BF80C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF80C4

Black with #BF80C4

Text Example


Text Example

White with #BF80C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF80C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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