COLOR #BA1E8B

HEX: #BA1E8B
RGB: (186,30,139)

Color info

#BA1E8B contains mainly red and blue colors. Web safe color of #BA1E8B is #CC3399 (or #C39).

RGB color model

#BA1E8B color RGB value is (186,30,139).

  • red value is 186;
  • green value is 30;
  • blue value is 139.
RGB:
(186,30,139)
(73%,12%,55%)

RGB channels and saturation

R 186 of 255 = 73%
G 30 of 255 = 12%
B 139 of 255 = 55%

186
30
139

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

Portions of RGB colors in percentages

R + G + B =
186 + 30 + 139 = 355 (100%)
R 186 of 355 ~ 52.39%
G 30 of 355 ~ 8.45%
B 139 of 355 ~ 39.15%

%52.39
%39.15

CMYK color model

#BA1E8B color CMYK value is (0,84,25,27).

  • cyan value is 0.00%
  • magenta value is 83.87%
  • yellow value is 25.27%
  • key color value is 27.06%
CMYK:
(0,84,25,27)
C0M84Y25K27 
(0%,84%,25%,27%)
(0.00/0.84/0.25/0.27)	

CMYK percentages

%0
%83.87
%25.27
%27.06

Codes

Color #BA1E8B in popluar color models

BA1E8B
RGB18630139
HSL318°72.22%42.35%
HSB/HSV318°83.87%72.94%
CMYK0.00%83.87%25.27%
27.06%

Color #BA1E8B in popluar number systems.

HEXBA1E8B
Decimal18630139
Binary101110101111010001011
Octal27236213

Shades and tints

Shades of #BA1E8B

#BA1E8B
(186,30,139)
#AA1C7F
(170,28,127)
#9A1A73
(154,26,115)
#8A1867
(138,24,103)
#7A165B
(122,22,91)
#6A144F
(106,20,79)
#5A1243
(90,18,67)
#4A1037
(74,16,55)
#3A0E2B
(58,14,43)
#2A0C1F
(42,12,31)
#1A0A13
(26,10,19)
#000000
(0,0,0)

Tints of #BA1E8B

#BA1E8B
(186,30,139)
#C03295
(192,50,149)
#C6469F
(198,70,159)
#CC5AA9
(204,90,169)
#D26EB3
(210,110,179)
#D882BD
(216,130,189)
#DE96C7
(222,150,199)
#E4AAD1
(228,170,209)
#EABEDB
(234,190,219)
#F0D2E5
(240,210,229)
#F6E6EF
(246,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA1E8B; }

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

This text font color is #BA1E8B.


Background Color

.myBgColor { background-color: #BA1E8B; }

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

This div background color is #BA1E8B.


Border color

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

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

This div border color is #BA1E8B.


Opacity

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

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

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

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

This text has shadow with #BA1E8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA1E8B on black background.


Color preview on white background

This text has color #BA1E8B on white background.



Black color preview on #BA1E8B background

This text has black color on #BA1E8B background.


White color preview on #BA1E8B background

This text has white color on #BA1E8B background.