Html Css Color HEX #BF85BF Lilac

📋 copy color: '#BF85BF'

red 191 ◦ green 133 ◦ blue 191

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

Shades of Lilac #BF85BF

Tints of Lilac #BF85BF

RGB

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

 GREEN value IS 133 (52.34% from 255) = 25.83%

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

R = 37.09%
G = 25.83%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BF85BF (or 0xBF85BF) is known color: Lilac. HEX triplet: BF, 85 and BF. RGB value is (191,133,191). Sum of RGB (Red+Green+Blue) = 191+133+191=515 (68% of max value = 765). Red value is 191 (75% from 255 or 37.09% from 515); Green value is 133 (52.34% from 255 or 25.83% from 515); Blue value is 191 (75% from 255 or 37.09% from 515); Max value from RGB is 191 - color contains mainly: red, blue. Hex color #BF85BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF85BF is #407A40. Grayscale: #9C9C9C. Windows color (decimal): -4225601 or 12551615. OLE color: 12551615.

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

Color convert

RGB 191 133 191 -
CMYK 0 0.30 0 0.25
HSL 300º 0.31% 0.64% -
HSV(B) 300º 0.3% 0.75% -
XYZ 39.28 31.61 53.32 -
YUV 156.95 147.22 152.28 -
System Red Green Blue C M Y K H S L
Decimal 191 133 191 0 0.30 0 0.25 300 0.31 0.64
Hex BF 85 BF 0 1E 0 19 12C 1F 40
Octal 277 205 277 0 36 0 31 454 37 100
Binary 10111111 10000101 10111111 0 11110 0 11001 100101100 11111 1000000

Color Harmonies of #BF85BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF85BF

Black with #BF85BF

Text Example


Text Example

White with #BF85BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF85BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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