Html Css Color HEX #BF8FC8 Lilac

📋 copy color: '#BF8FC8'

red 191 ◦ green 143 ◦ blue 200

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

Shades of Lilac #BF8FC8

Tints of Lilac #BF8FC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 37.45%

R = 35.77%
G = 26.78%
B = 37.45%

CMYK

 C value IS 0.04

 M value IS 0.28

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BF8FC8 (or 0xBF8FC8) is known color: Lilac. HEX triplet: BF, 8F and C8. RGB value is (191,143,200). Sum of RGB (Red+Green+Blue) = 191+143+200=534 (70% of max value = 765). Red value is 191 (75% from 255 or 35.77% from 534); Green value is 143 (56.25% from 255 or 26.78% from 534); Blue value is 200 (78.52% from 255 or 37.45% from 534); Max value from RGB is 200 - color contains mainly: blue. Hex color #BF8FC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8FC8 is #407037. Grayscale: #A3A3A3. Windows color (decimal): -4223032 or 13143999. OLE color: 13143999.

HSL color Cylindrical-coordinate representation of color #BF8FC8: hue angle of 290.53º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BF8FC8 is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 191 143 200 -
CMYK 0.04 0.28 0 0.22
HSL 290.53º 0.34% 0.67% -
HSV(B) 290.53º 0.29% 0.78% -
XYZ 41.73 34.89 59.18 -
YUV 163.85 148.4 147.37 -
System Red Green Blue C M Y K H S L
Decimal 191 143 200 0.04 0.28 0 0.22 290.53 0.34 0.67
Hex BF 8F C8 4 1C 0 16 123 22 43
Octal 277 217 310 4 34 0 26 443 42 103
Binary 10111111 10001111 11001000 100 11100 0 10110 100100011 100010 1000011

Color Harmonies of #BF8FC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8FC8

Black with #BF8FC8

Text Example


Text Example

White with #BF8FC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8FC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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