COLOR #BC79F7

HEX: #BC79F7
RGB: (188,121,247)

Color info

#BC79F7 contains mainly red and blue colors. Web safe color of #BC79F7 is #CC66FF (or #C6F).

RGB color model

#BC79F7 color RGB value is (188,121,247).

  • red value is 188;
  • green value is 121;
  • blue value is 247.
RGB:
(188,121,247)
(74%,47%,97%)

RGB channels and saturation

R 188 of 255 = 74%
G 121 of 255 = 47%
B 247 of 255 = 97%

188
121
247

R + G + B ~ 73%. #BC79F7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 121 + 247 = 556 (100%)
R 188 of 556 ~ 33.81%
G 121 of 556 ~ 21.76%
B 247 of 556 ~ 44.42%

%33.81
%21.76
%44.42

CMYK color model

#BC79F7 color CMYK value is (24,51,0,3).

  • cyan value is 23.89%
  • magenta value is 51.01%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(24,51,0,3)
C24M51Y0K3 
(24%,51%,0%,3%)
(0.24/0.51/0.00/0.03)	

CMYK percentages

%23.89
%51.01
%0
%3.14

Codes

Color #BC79F7 in popluar color models

BC79F7
RGB188121247
HSL272°88.73%72.16%
HSB/HSV272°51.01%96.86%
CMYK23.89%51.01%0.00%
3.14%

Color #BC79F7 in popluar number systems.

HEXBC79F7
Decimal188121247
Binary10111100111100111110111
Octal274171367

Shades and tints

Shades of #BC79F7

#BC79F7
(188,121,247)
#AB6EE1
(171,110,225)
#9A63CB
(154,99,203)
#8958B5
(137,88,181)
#784D9F
(120,77,159)
#674289
(103,66,137)
#563773
(86,55,115)
#452C5D
(69,44,93)
#342147
(52,33,71)
#231631
(35,22,49)
#120B1B
(18,11,27)
#000000
(0,0,0)

Tints of #BC79F7

#BC79F7
(188,121,247)
#C285F7
(194,133,247)
#C891F7
(200,145,247)
#CE9DF7
(206,157,247)
#D4A9F7
(212,169,247)
#DAB5F7
(218,181,247)
#E0C1F7
(224,193,247)
#E6CDF7
(230,205,247)
#ECD9F7
(236,217,247)
#F2E5F7
(242,229,247)
#F8F1F7
(248,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC79F7 color. Also use rgb(188,121,247) instead hex code.

Text Font Color

.myTextColor { color: #BC79F7; }

<p style="color:#BC79F7">This sample text font color is #BC79F7.</p>

This text font color is #BC79F7.


Background Color

.myBgColor { background-color: #BC79F7; }

<div style="background-color:#BC79F7">Inner text</div>

This div background color is #BC79F7.


Border color

.myBorderColor { border: 1px solid #BC79F7; }

<div style="border:3px solid #BC79F7">Div</div>

This div border color is #BC79F7.


Opacity

.myOpacity80 { color: #BC79F7; opacity: 0.8; }

<p style="color:#BC79F7;opacity:0.8;">80%</p>

Text with #BC79F7 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #BC79F7;}

<p style="text-shadow: 3px 3px 1px #BC79F7">Text here.</p>

This text has shadow with #BC79F7 color.

.textShadow {text-shadow: 3px 3px 1px #BC79F7, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #BC79F7, 5px 5px 20px red">Text here.</p>

This text has shadow with #BC79F7 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BC79F7, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#BC79F7, Direction=45, Strength=4)">Text</p>

This text has shadow with #BC79F7 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #BC79F7;
  -webkit-box-shadow:	1px 1px 3px 2px #BC79F7;
  box-shadow:		1px 1px 3px 2px #BC79F7;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BC79F7;
-webkit-box-shadow: 1px 1px 3px 2px #BC79F7;
box-shadow:1px 1px 3px 2px #BC79F7;">
Div content here</div>
This div box has shadow with color #BC79F7.

Preview

Color preview on black background

This text has color #BC79F7 on black background.


Color preview on white background

This text has color #BC79F7 on white background.



Black color preview on #BC79F7 background

This text has black color on #BC79F7 background.


White color preview on #BC79F7 background

This text has white color on #BC79F7 background.