COLOR #BA3478

HEX: #BA3478
RGB: (186,52,120)

Color info

#BA3478 contains mainly red color. Web safe color of #BA3478 is #CC3366 (or #C36).

RGB color model

#BA3478 color RGB value is (186,52,120).

  • red value is 186;
  • green value is 52;
  • blue value is 120.
RGB:
(186,52,120)
(73%,20%,47%)

RGB channels and saturation

R 186 of 255 = 73%
G 52 of 255 = 20%
B 120 of 255 = 47%

186
52
120

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

Portions of RGB colors in percentages

R + G + B =
186 + 52 + 120 = 358 (100%)
R 186 of 358 ~ 51.96%
G 52 of 358 ~ 14.53%
B 120 of 358 ~ 33.52%

%51.96
%14.53
%33.52

CMYK color model

#BA3478 color CMYK value is (0,72,35,27).

  • cyan value is 0.00%
  • magenta value is 72.04%
  • yellow value is 35.48%
  • key color value is 27.06%
CMYK:
(0,72,35,27)
C0M72Y35K27 
(0%,72%,35%,27%)
(0.00/0.72/0.35/0.27)	

CMYK percentages

%0
%72.04
%35.48
%27.06

Codes

Color #BA3478 in popluar color models

BA3478
RGB18652120
HSL330°56.30%46.67%
HSB/HSV330°72.04%72.94%
CMYK0.00%72.04%35.48%
27.06%

Color #BA3478 in popluar number systems.

HEXBA3478
Decimal18652120
Binary101110101101001111000
Octal27264170

Shades and tints

Shades of #BA3478

#BA3478
(186,52,120)
#AA306E
(170,48,110)
#9A2C64
(154,44,100)
#8A285A
(138,40,90)
#7A2450
(122,36,80)
#6A2046
(106,32,70)
#5A1C3C
(90,28,60)
#4A1832
(74,24,50)
#3A1428
(58,20,40)
#2A101E
(42,16,30)
#1A0C14
(26,12,20)
#000000
(0,0,0)

Tints of #BA3478

#BA3478
(186,52,120)
#C04684
(192,70,132)
#C65890
(198,88,144)
#CC6A9C
(204,106,156)
#D27CA8
(210,124,168)
#D88EB4
(216,142,180)
#DEA0C0
(222,160,192)
#E4B2CC
(228,178,204)
#EAC4D8
(234,196,216)
#F0D6E4
(240,214,228)
#F6E8F0
(246,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA3478; }

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

This text font color is #BA3478.


Background Color

.myBgColor { background-color: #BA3478; }

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

This div background color is #BA3478.


Border color

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

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

This div border color is #BA3478.


Opacity

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

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

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

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

This text has shadow with #BA3478 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA3478 on black background.


Color preview on white background

This text has color #BA3478 on white background.



Black color preview on #BA3478 background

This text has black color on #BA3478 background.


White color preview on #BA3478 background

This text has white color on #BA3478 background.