Html Css Color HEX #BF87C9 Lilac

📋 copy color: '#BF87C9'

red 191 ◦ green 135 ◦ blue 201

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

Shades of Lilac #BF87C9

Tints of Lilac #BF87C9

RGB

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

 GREEN value IS 135 (53.13% from 255) = 25.62%

 BLUE value IS 201 (78.91% from 255) = 38.14%

R = 36.24%
G = 25.62%
B = 38.14%

CMYK

 C value IS 0.05

 M value IS 0.33

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BF87C9 (or 0xBF87C9) is known color: Lilac. HEX triplet: BF, 87 and C9. RGB value is (191,135,201). Sum of RGB (Red+Green+Blue) = 191+135+201=527 (69% of max value = 765). Red value is 191 (75% from 255 or 36.24% from 527); Green value is 135 (53.12% from 255 or 25.62% from 527); Blue value is 201 (78.91% from 255 or 38.14% from 527); Max value from RGB is 201 - color contains mainly: blue. Hex color #BF87C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF87C9 is #407836. Grayscale: #9F9F9F. Windows color (decimal): -4225079 or 13207487. OLE color: 13207487.

HSL color Cylindrical-coordinate representation of color #BF87C9: hue angle of 290.91º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BF87C9 is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 191 135 201 -
CMYK 0.05 0.33 0 0.21
HSL 290.91º 0.38% 0.66% -
HSV(B) 290.91º 0.33% 0.79% -
XYZ 40.69 32.62 59.41 -
YUV 159.27 151.55 150.63 -
System Red Green Blue C M Y K H S L
Decimal 191 135 201 0.05 0.33 0 0.21 290.91 0.38 0.66
Hex BF 87 C9 5 21 0 15 123 26 42
Octal 277 207 311 5 41 0 25 443 46 102
Binary 10111111 10000111 11001001 101 100001 0 10101 100100011 100110 1000010

Color Harmonies of #BF87C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF87C9

Black with #BF87C9

Text Example


Text Example

White with #BF87C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF87C9; }

 p { color: rgb(191,135,201); }

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

background-color css

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

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

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

border-color css

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

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

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