Html Css Color HEX #BF82C0 Lilac

📋 copy color: '#BF82C0'

red 191 ◦ green 130 ◦ blue 192

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

Shades of Lilac #BF82C0

Tints of Lilac #BF82C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 37.43%

R = 37.23%
G = 25.34%
B = 37.43%

CMYK

 C value IS 0.01

 M value IS 0.32

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BF82C0 (or 0xBF82C0) is known color: Lilac. HEX triplet: BF, 82 and C0. RGB value is (191,130,192). Sum of RGB (Red+Green+Blue) = 191+130+192=513 (67% of max value = 765). Red value is 191 (75% from 255 or 37.23% from 513); Green value is 130 (51.17% from 255 or 25.34% from 513); Blue value is 192 (75.39% from 255 or 37.43% from 513); Max value from RGB is 192 - color contains mainly: blue. Hex color #BF82C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF82C0 is #407D3F. Grayscale: #9B9B9B. Windows color (decimal): -4226368 or 12616383. OLE color: 12616383.

HSL color Cylindrical-coordinate representation of color #BF82C0: hue angle of 299.03º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BF82C0 is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 130 192 -
CMYK 0.01 0.32 0 0.25
HSL 299.03º 0.33% 0.63% -
HSV(B) 299.03º 0.32% 0.75% -
XYZ 38.98 30.85 53.77 -
YUV 155.31 148.71 153.46 -
System Red Green Blue C M Y K H S L
Decimal 191 130 192 0.01 0.32 0 0.25 299.03 0.33 0.63
Hex BF 82 C0 1 20 0 19 12B 21 3F
Octal 277 202 300 1 40 0 31 453 41 77
Binary 10111111 10000010 11000000 1 100000 0 11001 100101011 100001 111111

Color Harmonies of #BF82C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF82C0

Black with #BF82C0

Text Example


Text Example

White with #BF82C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF82C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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