Html Css Color HEX #BF7FC2 Lilac

📋 copy color: '#BF7FC2'

red 191 ◦ green 127 ◦ blue 194

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

Shades of Lilac #BF7FC2

Tints of Lilac #BF7FC2

RGB

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

 GREEN value IS 127 (50% from 255) = 24.8%

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

R = 37.3%
G = 24.8%
B = 37.89%

CMYK

 C value IS 0.02

 M value IS 0.35

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BF7FC2 (or 0xBF7FC2) is known color: Lilac. HEX triplet: BF, 7F and C2. RGB value is (191,127,194). Sum of RGB (Red+Green+Blue) = 191+127+194=512 (67% of max value = 765). Red value is 191 (75% from 255 or 37.30% from 512); Green value is 127 (50% from 255 or 24.80% from 512); Blue value is 194 (76.17% from 255 or 37.89% from 512); Max value from RGB is 194 - color contains mainly: blue. Hex color #BF7FC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7FC2 is #40803D. Grayscale: #999999. Windows color (decimal): -4227134 or 12746687. OLE color: 12746687.

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

Color convert

RGB 191 127 194 -
CMYK 0.02 0.35 0 0.24
HSL 297.31º 0.35% 0.63% -
HSV(B) 297.31º 0.35% 0.76% -
XYZ 38.81 30.15 54.81 -
YUV 153.77 150.7 154.55 -
System Red Green Blue C M Y K H S L
Decimal 191 127 194 0.02 0.35 0 0.24 297.31 0.35 0.63
Hex BF 7F C2 2 23 0 18 129 23 3F
Octal 277 177 302 2 43 0 30 451 43 77
Binary 10111111 1111111 11000010 10 100011 0 11000 100101001 100011 111111

Color Harmonies of #BF7FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7FC2

Black with #BF7FC2

Text Example


Text Example

White with #BF7FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7FC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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