Html Css Color HEX #BF81C4 Lilac

📋 copy color: '#BF81C4'

red 191 ◦ green 129 ◦ blue 196

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

Shades of Lilac #BF81C4

Tints of Lilac #BF81C4

RGB

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

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

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

R = 37.02%
G = 25%
B = 37.98%

CMYK

 C value IS 0.03

 M value IS 0.34

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BF81C4 (or 0xBF81C4) is known color: Lilac. HEX triplet: BF, 81 and C4. RGB value is (191,129,196). Sum of RGB (Red+Green+Blue) = 191+129+196=516 (68% of max value = 765). Red value is 191 (75% from 255 or 37.02% from 516); Green value is 129 (50.78% from 255 or 25% from 516); Blue value is 196 (76.95% from 255 or 37.98% from 516); Max value from RGB is 196 - color contains mainly: blue. Hex color #BF81C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF81C4 is #407E3B. Grayscale: #9A9A9A. Windows color (decimal): -4226620 or 12878271. OLE color: 12878271.

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

Color convert

RGB 191 129 196 -
CMYK 0.03 0.34 0 0.23
HSL 295.52º 0.36% 0.64% -
HSV(B) 295.52º 0.34% 0.77% -
XYZ 39.3 30.76 56.09 -
YUV 155.18 151.04 153.55 -
System Red Green Blue C M Y K H S L
Decimal 191 129 196 0.03 0.34 0 0.23 295.52 0.36 0.64
Hex BF 81 C4 3 22 0 17 128 24 40
Octal 277 201 304 3 42 0 27 450 44 100
Binary 10111111 10000001 11000100 11 100010 0 10111 100101000 100100 1000000

Color Harmonies of #BF81C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF81C4

Black with #BF81C4

Text Example


Text Example

White with #BF81C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF81C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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