COLOR #BA4DB1

HEX: #BA4DB1
RGB: (186,77,177)

Color info

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

RGB color model

#BA4DB1 color RGB value is (186,77,177).

  • red value is 186;
  • green value is 77;
  • blue value is 177.
RGB:
(186,77,177)
(73%,30%,69%)

RGB channels and saturation

R 186 of 255 = 73%
G 77 of 255 = 30%
B 177 of 255 = 69%

186
77
177

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

Portions of RGB colors in percentages

R + G + B =
186 + 77 + 177 = 440 (100%)
R 186 of 440 ~ 42.27%
G 77 of 440 ~ 17.5%
B 177 of 440 ~ 40.23%

%42.27
%17.5
%40.23

CMYK color model

#BA4DB1 color CMYK value is (0,59,5,27).

  • cyan value is 0.00%
  • magenta value is 58.60%
  • yellow value is 4.84%
  • key color value is 27.06%
CMYK:
(0,59,5,27)
C0M59Y5K27 
(0%,59%,5%,27%)
(0.00/0.59/0.05/0.27)	

CMYK percentages

%0
%58.6
%4.84
%27.06

Codes

Color #BA4DB1 in popluar color models

BA4DB1
RGB18677177
HSL305°44.13%51.57%
HSB/HSV305°58.60%72.94%
CMYK0.00%58.60%4.84%
27.06%

Color #BA4DB1 in popluar number systems.

HEXBA4DB1
Decimal18677177
Binary10111010100110110110001
Octal272115261

Shades and tints

Shades of #BA4DB1

#BA4DB1
(186,77,177)
#AA46A1
(170,70,161)
#9A3F91
(154,63,145)
#8A3881
(138,56,129)
#7A3171
(122,49,113)
#6A2A61
(106,42,97)
#5A2351
(90,35,81)
#4A1C41
(74,28,65)
#3A1531
(58,21,49)
#2A0E21
(42,14,33)
#1A0711
(26,7,17)
#000000
(0,0,0)

Tints of #BA4DB1

#BA4DB1
(186,77,177)
#C05DB8
(192,93,184)
#C66DBF
(198,109,191)
#CC7DC6
(204,125,198)
#D28DCD
(210,141,205)
#D89DD4
(216,157,212)
#DEADDB
(222,173,219)
#E4BDE2
(228,189,226)
#EACDE9
(234,205,233)
#F0DDF0
(240,221,240)
#F6EDF7
(246,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA4DB1; }

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

This text font color is #BA4DB1.


Background Color

.myBgColor { background-color: #BA4DB1; }

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

This div background color is #BA4DB1.


Border color

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

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

This div border color is #BA4DB1.


Opacity

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

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

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

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

This text has shadow with #BA4DB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA4DB1 on black background.


Color preview on white background

This text has color #BA4DB1 on white background.



Black color preview on #BA4DB1 background

This text has black color on #BA4DB1 background.


White color preview on #BA4DB1 background

This text has white color on #BA4DB1 background.