Html Css Color HEX #BF8FBF Lilac

📋 copy color: '#BF8FBF'

red 191 ◦ green 143 ◦ blue 191

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

Shades of Lilac #BF8FBF

Tints of Lilac #BF8FBF

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.24%

 BLUE value IS 191 (75% from 255) = 36.38%

R = 36.38%
G = 27.24%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BF8FBF (or 0xBF8FBF) is known color: Lilac. HEX triplet: BF, 8F and BF. RGB value is (191,143,191). Sum of RGB (Red+Green+Blue) = 191+143+191=525 (69% of max value = 765). Red value is 191 (75% from 255 or 36.38% from 525); Green value is 143 (56.25% from 255 or 27.24% from 525); Blue value is 191 (75% from 255 or 36.38% from 525); Max value from RGB is 191 - color contains mainly: red, blue. Hex color #BF8FBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8FBF is #407040. Grayscale: #A2A2A2. Windows color (decimal): -4223041 or 12554175. OLE color: 12554175.

HSL color Cylindrical-coordinate representation of color #BF8FBF: hue angle of 300º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BF8FBF is Cyan = 0, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 143 191 -
CMYK 0 0.25 0 0.25
HSL 300º 0.27% 0.65% -
HSV(B) 300º 0.25% 0.75% -
XYZ 40.71 34.48 53.8 -
YUV 162.82 143.9 148.1 -
System Red Green Blue C M Y K H S L
Decimal 191 143 191 0 0.25 0 0.25 300 0.27 0.65
Hex BF 8F BF 0 19 0 19 12C 1B 41
Octal 277 217 277 0 31 0 31 454 33 101
Binary 10111111 10001111 10111111 0 11001 0 11001 100101100 11011 1000001

Color Harmonies of #BF8FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8FBF

Black with #BF8FBF

Text Example


Text Example

White with #BF8FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8FBF; }

 p { color: rgb(191,143,191); }

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

background-color css

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

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

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

border-color css

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

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

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