Html Css Color HEX #BF82C2 Lilac

📋 copy color: '#BF82C2'

red 191 ◦ green 130 ◦ blue 194

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

Shades of Lilac #BF82C2

Tints of Lilac #BF82C2

RGB

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

 GREEN value IS 130 (51.17% from 255) = 25.24%

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

R = 37.09%
G = 25.24%
B = 37.67%

CMYK

 C value IS 0.02

 M value IS 0.33

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BF82C2 (or 0xBF82C2) is known color: Lilac. HEX triplet: BF, 82 and C2. RGB value is (191,130,194). Sum of RGB (Red+Green+Blue) = 191+130+194=515 (68% of max value = 765). Red value is 191 (75% from 255 or 37.09% from 515); Green value is 130 (51.17% from 255 or 25.24% from 515); Blue value is 194 (76.17% from 255 or 37.67% from 515); Max value from RGB is 194 - color contains mainly: blue. Hex color #BF82C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF82C2 is #407D3D. Grayscale: #9B9B9B. Windows color (decimal): -4226366 or 12747455. OLE color: 12747455.

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

Color convert

RGB 191 130 194 -
CMYK 0.02 0.33 0 0.24
HSL 297.19º 0.34% 0.64% -
HSV(B) 297.19º 0.33% 0.76% -
XYZ 39.21 30.94 54.94 -
YUV 155.54 149.71 153.3 -
System Red Green Blue C M Y K H S L
Decimal 191 130 194 0.02 0.33 0 0.24 297.19 0.34 0.64
Hex BF 82 C2 2 21 0 18 129 22 40
Octal 277 202 302 2 41 0 30 451 42 100
Binary 10111111 10000010 11000010 10 100001 0 11000 100101001 100010 1000000

Color Harmonies of #BF82C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF82C2

Black with #BF82C2

Text Example


Text Example

White with #BF82C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF82C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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