COLOR #BA5990

HEX: #BA5990 RGB: (186,89,144)

Color info

#BA5990 contains mainly red and blue colors. Web safe color of #BA5990 is #CC6699 (or #C69).

RGB color model

#BA5990 color RGB value is (186,89,144).

RGB: (186,89,144) (73%, 35%, 56%)

RGB channels and saturation

R 186 of 255 = 73%
G 89 of 255 = 35%
B 144 of 255 = 56%

186
89
144

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

Portions of RGB colors in percentages

R + G + B = 186 + 89 + 144 = 419 (100%)
R 186 of 419 ~ 44.39%
G 89 of 419 ~ 21.24%
B 144 of 419 ~ 34.37'%

%44.39
%21.24
%34.37

CMYK color model

#BA5990 color CMYK value is (0,52,23,27).

  • cyan value is 0.00%
  • magenta value is 52.15%
  • yellow value is 22.58%
  • key color value is 27.06%

CMYK: (0,52,23,27)
C0M52Y23K27 (0%, 52%, 23%, 27%)
(0.00 / 0.52 / 0.23 / 0.27)

CMYK percentages

%0
%52.15
%22.58
%27.06

Codes

Color #BA5990 in popluar color models

BA 59 90
RGB 186 89 144
HSL 326° 41.28% 53.92%
HSB/HSV 326° 52.15% 72.94%
CMYK 0.00% 52.15% 22.58%
27.06%

Color #BA5990 in popluar number systems.

HEX BA 59 90
Decimal 186 89 144
Binary 10111010 1011001 10010000
Octal 272 131 220

Shades and tints

Shades of #BA5990

#BA5990
(186,89,144)
#AA5183
(170,81,131)
#9A4976
(154,73,118)
#8A4169
(138,65,105)
#7A395C
(122,57,92)
#6A314F
(106,49,79)
#5A2942
(90,41,66)
#4A2135
(74,33,53)
#3A1928
(58,25,40)
#2A111B
(42,17,27)
#1A090E
(26,9,14)
#000000
(0,0,0)

Tints of #BA5990

#BA5990
(186,89,144)
#C0689A
(192,104,154)
#C677A4
(198,119,164)
#CC86AE
(204,134,174)
#D295B8
(210,149,184)
#D8A4C2
(216,164,194)
#DEB3CC
(222,179,204)
#E4C2D6
(228,194,214)
#EAD1E0
(234,209,224)
#F0E0EA
(240,224,234)
#F6EFF4
(246,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA5990 color. Also use rgb(186,89,144) instead hex code.

Text Font Color

.myTextColor { color: #BA5990; }

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

This text font color is #BA5990.

Background Color

.myBgColor { background-color: #BA5990; }

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

This div background color is #BA5990.

Border color

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

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

This div border color is #BA5990.

Opacity

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

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

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

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

This text has shadow with #BA5990 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BA5990.

Preview

Color preview on black background

This text has color #BA5990 on black background.


Color preview on white background

This text has color #BA5990 on white background.


Black color preview on #BA5990 background

This text has black color on #BA5990 background.


White color preview on #BA5990 background

This text has white color on #BA5990 background.


Related colors

Complementary color

Complementary color for #hex is #45A66F.


I love getcolorcode.com

Triadic colors

1 #90BA59 and #5990BA with #BA5990 are triadic colors.

2 #9059BA and #59BA90 with #BA5990 are triadic colors.