COLOR #BA488D

HEX: #BA488D
RGB: (186,72,141)

Color info

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

RGB color model

#BA488D color RGB value is (186,72,141).

  • red value is 186;
  • green value is 72;
  • blue value is 141.
RGB:
(186,72,141)
(73%,28%,55%)

RGB channels and saturation

R 186 of 255 = 73%
G 72 of 255 = 28%
B 141 of 255 = 55%

186
72
141

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

Portions of RGB colors in percentages

R + G + B =
186 + 72 + 141 = 399 (100%)
R 186 of 399 ~ 46.62%
G 72 of 399 ~ 18.05%
B 141 of 399 ~ 35.34%

%46.62
%18.05
%35.34

CMYK color model

#BA488D color CMYK value is (0,61,24,27).

  • cyan value is 0.00%
  • magenta value is 61.29%
  • yellow value is 24.19%
  • key color value is 27.06%
CMYK:
(0,61,24,27)
C0M61Y24K27 
(0%,61%,24%,27%)
(0.00/0.61/0.24/0.27)	

CMYK percentages

%0
%61.29
%24.19
%27.06

Codes

Color #BA488D in popluar color models

BA488D
RGB18672141
HSL324°45.24%50.59%
HSB/HSV324°61.29%72.94%
CMYK0.00%61.29%24.19%
27.06%

Color #BA488D in popluar number systems.

HEXBA488D
Decimal18672141
Binary10111010100100010001101
Octal272110215

Shades and tints

Shades of #BA488D

#BA488D
(186,72,141)
#AA4281
(170,66,129)
#9A3C75
(154,60,117)
#8A3669
(138,54,105)
#7A305D
(122,48,93)
#6A2A51
(106,42,81)
#5A2445
(90,36,69)
#4A1E39
(74,30,57)
#3A182D
(58,24,45)
#2A1221
(42,18,33)
#1A0C15
(26,12,21)
#000000
(0,0,0)

Tints of #BA488D

#BA488D
(186,72,141)
#C05897
(192,88,151)
#C668A1
(198,104,161)
#CC78AB
(204,120,171)
#D288B5
(210,136,181)
#D898BF
(216,152,191)
#DEA8C9
(222,168,201)
#E4B8D3
(228,184,211)
#EAC8DD
(234,200,221)
#F0D8E7
(240,216,231)
#F6E8F1
(246,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA488D; }

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

This text font color is #BA488D.


Background Color

.myBgColor { background-color: #BA488D; }

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

This div background color is #BA488D.


Border color

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

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

This div border color is #BA488D.


Opacity

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

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

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

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

This text has shadow with #BA488D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA488D on black background.


Color preview on white background

This text has color #BA488D on white background.



Black color preview on #BA488D background

This text has black color on #BA488D background.


White color preview on #BA488D background

This text has white color on #BA488D background.