Html Css Color HEX #BF84C2 Lilac

📋 copy color: '#BF84C2'

red 191 ◦ green 132 ◦ blue 194

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

Shades of Lilac #BF84C2

Tints of Lilac #BF84C2

RGB

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

 GREEN value IS 132 (51.95% from 255) = 25.53%

 BLUE value IS 194 (76.17% from 255) = 37.52%

R = 36.94%
G = 25.53%
B = 37.52%

CMYK

 C value IS 0.02

 M value IS 0.32

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BF84C2 (or 0xBF84C2) is known color: Lilac. HEX triplet: BF, 84 and C2. RGB value is (191,132,194). Sum of RGB (Red+Green+Blue) = 191+132+194=517 (68% of max value = 765). Red value is 191 (75% from 255 or 36.94% from 517); Green value is 132 (51.95% from 255 or 25.53% from 517); Blue value is 194 (76.17% from 255 or 37.52% from 517); Max value from RGB is 194 - color contains mainly: blue. Hex color #BF84C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF84C2 is #407B3D. Grayscale: #9C9C9C. Windows color (decimal): -4225854 or 12747967. OLE color: 12747967.

HSL color Cylindrical-coordinate representation of color #BF84C2: hue angle of 297.1º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BF84C2 is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 191 132 194 -
CMYK 0.02 0.32 0 0.24
HSL 297.1º 0.34% 0.64% -
HSV(B) 297.1º 0.32% 0.76% -
XYZ 39.47 31.47 55.03 -
YUV 156.71 149.05 152.46 -
System Red Green Blue C M Y K H S L
Decimal 191 132 194 0.02 0.32 0 0.24 297.1 0.34 0.64
Hex BF 84 C2 2 20 0 18 129 22 40
Octal 277 204 302 2 40 0 30 451 42 100
Binary 10111111 10000100 11000010 10 100000 0 11000 100101001 100010 1000000

Color Harmonies of #BF84C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF84C2

Black with #BF84C2

Text Example


Text Example

White with #BF84C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF84C2; }

 p { color: rgb(191,132,194); }

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

background-color css

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

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

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

border-color css

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

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

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