COLOR #BA4EBA

HEX: #BA4EBA
RGB: (186,78,186)

Color info

#BA4EBA contains mainly red and blue colors. Web safe color of #BA4EBA is #CC66CC (or #C6C).

RGB color model

#BA4EBA color RGB value is (186,78,186).

  • red value is 186;
  • green value is 78;
  • blue value is 186.
RGB:
(186,78,186)
(73%,31%,73%)

RGB channels and saturation

R 186 of 255 = 73%
G 78 of 255 = 31%
B 186 of 255 = 73%

186
78
186

R + G + B ~ 59%. #BA4EBA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
186 + 78 + 186 = 450 (100%)
R 186 of 450 ~ 41.33%
G 78 of 450 ~ 17.33%
B 186 of 450 ~ 41.33%

%41.33
%17.33
%41.33

CMYK color model

#BA4EBA color CMYK value is (0,58,0,27).

  • cyan value is 0.00%
  • magenta value is 58.06%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(0,58,0,27)
C0M58Y0K27 
(0%,58%,0%,27%)
(0.00/0.58/0.00/0.27)	

CMYK percentages

%0
%58.06
%0
%27.06

Codes

Color #BA4EBA in popluar color models

BA4EBA
RGB18678186
HSL300°43.90%51.76%
HSB/HSV300°58.06%72.94%
CMYK0.00%58.06%0.00%
27.06%

Color #BA4EBA in popluar number systems.

HEXBA4EBA
Decimal18678186
Binary10111010100111010111010
Octal272116272

Shades and tints

Shades of #BA4EBA

#BA4EBA
(186,78,186)
#AA47AA
(170,71,170)
#9A409A
(154,64,154)
#8A398A
(138,57,138)
#7A327A
(122,50,122)
#6A2B6A
(106,43,106)
#5A245A
(90,36,90)
#4A1D4A
(74,29,74)
#3A163A
(58,22,58)
#2A0F2A
(42,15,42)
#1A081A
(26,8,26)
#000000
(0,0,0)

Tints of #BA4EBA

#BA4EBA
(186,78,186)
#C05EC0
(192,94,192)
#C66EC6
(198,110,198)
#CC7ECC
(204,126,204)
#D28ED2
(210,142,210)
#D89ED8
(216,158,216)
#DEAEDE
(222,174,222)
#E4BEE4
(228,190,228)
#EACEEA
(234,206,234)
#F0DEF0
(240,222,240)
#F6EEF6
(246,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA4EBA; }

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

This text font color is #BA4EBA.


Background Color

.myBgColor { background-color: #BA4EBA; }

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

This div background color is #BA4EBA.


Border color

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

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

This div border color is #BA4EBA.


Opacity

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

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

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

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

This text has shadow with #BA4EBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA4EBA on black background.


Color preview on white background

This text has color #BA4EBA on white background.



Black color preview on #BA4EBA background

This text has black color on #BA4EBA background.


White color preview on #BA4EBA background

This text has white color on #BA4EBA background.