Html Css Color HEX #BF80C3 Lilac

📋 copy color: '#BF80C3'

red 191 ◦ green 128 ◦ blue 195

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

Shades of Lilac #BF80C3

Tints of Lilac #BF80C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 37.94%

R = 37.16%
G = 24.9%
B = 37.94%

CMYK

 C value IS 0.02

 M value IS 0.34

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BF80C3 (or 0xBF80C3) is known color: Lilac. HEX triplet: BF, 80 and C3. RGB value is (191,128,195). Sum of RGB (Red+Green+Blue) = 191+128+195=514 (68% of max value = 765). Red value is 191 (75% from 255 or 37.16% from 514); Green value is 128 (50.39% from 255 or 24.90% from 514); Blue value is 195 (76.56% from 255 or 37.94% from 514); Max value from RGB is 195 - color contains mainly: blue. Hex color #BF80C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF80C3 is #407F3C. Grayscale: #9A9A9A. Windows color (decimal): -4226877 or 12812479. OLE color: 12812479.

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

Color convert

RGB 191 128 195 -
CMYK 0.02 0.34 0 0.24
HSL 296.42º 0.36% 0.63% -
HSV(B) 296.42º 0.34% 0.76% -
XYZ 39.06 30.45 55.45 -
YUV 154.48 150.87 154.05 -
System Red Green Blue C M Y K H S L
Decimal 191 128 195 0.02 0.34 0 0.24 296.42 0.36 0.63
Hex BF 80 C3 2 22 0 18 128 24 3F
Octal 277 200 303 2 42 0 30 450 44 77
Binary 10111111 10000000 11000011 10 100010 0 11000 100101000 100100 111111

Color Harmonies of #BF80C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF80C3

Black with #BF80C3

Text Example


Text Example

White with #BF80C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF80C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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