Html Css Color HEX #BF81C1 Lilac

📋 copy color: '#BF81C1'

red 191 ◦ green 129 ◦ blue 193

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

Shades of Lilac #BF81C1

Tints of Lilac #BF81C1

RGB

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

 GREEN value IS 129 (50.78% from 255) = 25.15%

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

R = 37.23%
G = 25.15%
B = 37.62%

CMYK

 C value IS 0.01

 M value IS 0.33

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BF81C1 (or 0xBF81C1) is known color: Lilac. HEX triplet: BF, 81 and C1. RGB value is (191,129,193). Sum of RGB (Red+Green+Blue) = 191+129+193=513 (67% of max value = 765). Red value is 191 (75% from 255 or 37.23% from 513); Green value is 129 (50.78% from 255 or 25.15% from 513); Blue value is 193 (75.78% from 255 or 37.62% from 513); Max value from RGB is 193 - color contains mainly: blue. Hex color #BF81C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF81C1 is #407E3E. Grayscale: #9A9A9A. Windows color (decimal): -4226623 or 12681663. OLE color: 12681663.

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

Color convert

RGB 191 129 193 -
CMYK 0.01 0.33 0 0.24
HSL 298.13º 0.34% 0.63% -
HSV(B) 298.13º 0.33% 0.76% -
XYZ 38.96 30.63 54.31 -
YUV 154.83 149.54 153.8 -
System Red Green Blue C M Y K H S L
Decimal 191 129 193 0.01 0.33 0 0.24 298.13 0.34 0.63
Hex BF 81 C1 1 21 0 18 12A 22 3F
Octal 277 201 301 1 41 0 30 452 42 77
Binary 10111111 10000001 11000001 1 100001 0 11000 100101010 100010 111111

Color Harmonies of #BF81C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF81C1

Black with #BF81C1

Text Example


Text Example

White with #BF81C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF81C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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