COLOR #BA49BE

HEX: #BA49BE
RGB: (186,73,190)

Color info

#BA49BE contains mainly red and blue colors. Web safe color of #BA49BE is #CC33CC (or #C3C).

RGB color model

#BA49BE color RGB value is (186,73,190).

  • red value is 186;
  • green value is 73;
  • blue value is 190.
RGB:
(186,73,190)
(73%,29%,75%)

RGB channels and saturation

R 186 of 255 = 73%
G 73 of 255 = 29%
B 190 of 255 = 75%

186
73
190

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

Portions of RGB colors in percentages

R + G + B =
186 + 73 + 190 = 449 (100%)
R 186 of 449 ~ 41.43%
G 73 of 449 ~ 16.26%
B 190 of 449 ~ 42.32%

%41.43
%16.26
%42.32

CMYK color model

#BA49BE color CMYK value is (2,62,0,25).

  • cyan value is 2.11%
  • magenta value is 61.58%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(2,62,0,25)
C2M62Y0K25 
(2%,62%,0%,25%)
(0.02/0.62/0.00/0.25)	

CMYK percentages

%2.11
%61.58
%0
%25.49

Codes

Color #BA49BE in popluar color models

BA49BE
RGB18673190
HSL298°47.37%51.57%
HSB/HSV298°61.58%74.51%
CMYK2.11%61.58%0.00%
25.49%

Color #BA49BE in popluar number systems.

HEXBA49BE
Decimal18673190
Binary10111010100100110111110
Octal272111276

Shades and tints

Shades of #BA49BE

#BA49BE
(186,73,190)
#AA43AD
(170,67,173)
#9A3D9C
(154,61,156)
#8A378B
(138,55,139)
#7A317A
(122,49,122)
#6A2B69
(106,43,105)
#5A2558
(90,37,88)
#4A1F47
(74,31,71)
#3A1936
(58,25,54)
#2A1325
(42,19,37)
#1A0D14
(26,13,20)
#000000
(0,0,0)

Tints of #BA49BE

#BA49BE
(186,73,190)
#C059C3
(192,89,195)
#C669C8
(198,105,200)
#CC79CD
(204,121,205)
#D289D2
(210,137,210)
#D899D7
(216,153,215)
#DEA9DC
(222,169,220)
#E4B9E1
(228,185,225)
#EAC9E6
(234,201,230)
#F0D9EB
(240,217,235)
#F6E9F0
(246,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA49BE; }

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

This text font color is #BA49BE.


Background Color

.myBgColor { background-color: #BA49BE; }

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

This div background color is #BA49BE.


Border color

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

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

This div border color is #BA49BE.


Opacity

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

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

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

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

This text has shadow with #BA49BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA49BE on black background.


Color preview on white background

This text has color #BA49BE on white background.



Black color preview on #BA49BE background

This text has black color on #BA49BE background.


White color preview on #BA49BE background

This text has white color on #BA49BE background.