COLOR #BA79F2

HEX: #BA79F2
RGB: (186,121,242)

Color info

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

RGB color model

#BA79F2 color RGB value is (186,121,242).

  • red value is 186;
  • green value is 121;
  • blue value is 242.
RGB:
(186,121,242)
(73%,47%,95%)

RGB channels and saturation

R 186 of 255 = 73%
G 121 of 255 = 47%
B 242 of 255 = 95%

186
121
242

R + G + B ~ 72%. #BA79F2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 121 + 242 = 549 (100%)
R 186 of 549 ~ 33.88%
G 121 of 549 ~ 22.04%
B 242 of 549 ~ 44.08%

%33.88
%22.04
%44.08

CMYK color model

#BA79F2 color CMYK value is (23,50,0,5).

  • cyan value is 23.14%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(23,50,0,5)
C23M50Y0K5 
(23%,50%,0%,5%)
(0.23/0.50/0.00/0.05)	

CMYK percentages

%23.14
%50
%0
%5.1

Codes

Color #BA79F2 in popluar color models

BA79F2
RGB186121242
HSL272°82.31%71.18%
HSB/HSV272°50.00%94.90%
CMYK23.14%50.00%0.00%
5.10%

Color #BA79F2 in popluar number systems.

HEXBA79F2
Decimal186121242
Binary10111010111100111110010
Octal272171362

Shades and tints

Shades of #BA79F2

#BA79F2
(186,121,242)
#AA6EDC
(170,110,220)
#9A63C6
(154,99,198)
#8A58B0
(138,88,176)
#7A4D9A
(122,77,154)
#6A4284
(106,66,132)
#5A376E
(90,55,110)
#4A2C58
(74,44,88)
#3A2142
(58,33,66)
#2A162C
(42,22,44)
#1A0B16
(26,11,22)
#000000
(0,0,0)

Tints of #BA79F2

#BA79F2
(186,121,242)
#C085F3
(192,133,243)
#C691F4
(198,145,244)
#CC9DF5
(204,157,245)
#D2A9F6
(210,169,246)
#D8B5F7
(216,181,247)
#DEC1F8
(222,193,248)
#E4CDF9
(228,205,249)
#EAD9FA
(234,217,250)
#F0E5FB
(240,229,251)
#F6F1FC
(246,241,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA79F2 color. Also use rgb(186,121,242) instead hex code.

Text Font Color

.myTextColor { color: #BA79F2; }

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

This text font color is #BA79F2.


Background Color

.myBgColor { background-color: #BA79F2; }

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

This div background color is #BA79F2.


Border color

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

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

This div border color is #BA79F2.


Opacity

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

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

Text with #BA79F2 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 #BA79F2;}

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

This text has shadow with #BA79F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA79F2 on black background.


Color preview on white background

This text has color #BA79F2 on white background.



Black color preview on #BA79F2 background

This text has black color on #BA79F2 background.


White color preview on #BA79F2 background

This text has white color on #BA79F2 background.