Html Css Color HEX #BF8BBF Lilac

📋 copy color: '#BF8BBF'

red 191 ◦ green 139 ◦ blue 191

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

Shades of Lilac #BF8BBF

Tints of Lilac #BF8BBF

RGB

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

 GREEN value IS 139 (54.69% from 255) = 26.68%

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

R = 36.66%
G = 26.68%
B = 36.66%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BF8BBF (or 0xBF8BBF) is known color: Lilac. HEX triplet: BF, 8B and BF. RGB value is (191,139,191). Sum of RGB (Red+Green+Blue) = 191+139+191=521 (69% of max value = 765). Red value is 191 (75% from 255 or 36.66% from 521); Green value is 139 (54.69% from 255 or 26.68% from 521); Blue value is 191 (75% from 255 or 36.66% from 521); Max value from RGB is 191 - color contains mainly: red, blue. Hex color #BF8BBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8BBF is #407440. Grayscale: #A0A0A0. Windows color (decimal): -4224065 or 12553151. OLE color: 12553151.

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

Color convert

RGB 191 139 191 -
CMYK 0 0.27 0 0.25
HSL 300º 0.29% 0.65% -
HSV(B) 300º 0.27% 0.75% -
XYZ 40.12 33.3 53.6 -
YUV 160.48 145.23 149.77 -
System Red Green Blue C M Y K H S L
Decimal 191 139 191 0 0.27 0 0.25 300 0.29 0.65
Hex BF 8B BF 0 1B 0 19 12C 1D 41
Octal 277 213 277 0 33 0 31 454 35 101
Binary 10111111 10001011 10111111 0 11011 0 11001 100101100 11101 1000001

Color Harmonies of #BF8BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8BBF

Black with #BF8BBF

Text Example


Text Example

White with #BF8BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8BBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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