Html Css Color HEX #BF84C3 Lilac

📋 copy color: '#BF84C3'

red 191 ◦ green 132 ◦ blue 195

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

Shades of Lilac #BF84C3

Tints of Lilac #BF84C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 37.64%

R = 36.87%
G = 25.48%
B = 37.64%

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

#BF84C3 (or 0xBF84C3) is known color: Lilac. HEX triplet: BF, 84 and C3. RGB value is (191,132,195). Sum of RGB (Red+Green+Blue) = 191+132+195=518 (68% of max value = 765). Red value is 191 (75% from 255 or 36.87% from 518); Green value is 132 (51.95% from 255 or 25.48% from 518); Blue value is 195 (76.56% from 255 or 37.64% from 518); Max value from RGB is 195 - color contains mainly: blue. Hex color #BF84C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF84C3 is #407B3C. Grayscale: #9C9C9C. Windows color (decimal): -4225853 or 12813503. OLE color: 12813503.

HSL color Cylindrical-coordinate representation of color #BF84C3: hue angle of 296.19º 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 #BF84C3 is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 191 132 195 -
CMYK 0.02 0.32 0 0.24
HSL 296.19º 0.34% 0.64% -
HSV(B) 296.19º 0.32% 0.76% -
XYZ 39.59 31.52 55.63 -
YUV 156.82 149.55 152.38 -
System Red Green Blue C M Y K H S L
Decimal 191 132 195 0.02 0.32 0 0.24 296.19 0.34 0.64
Hex BF 84 C3 2 20 0 18 128 22 40
Octal 277 204 303 2 40 0 30 450 42 100
Binary 10111111 10000100 11000011 10 100000 0 11000 100101000 100010 1000000

Color Harmonies of #BF84C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF84C3

Black with #BF84C3

Text Example


Text Example

White with #BF84C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF84C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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