COLOR #BA609B

HEX: #BA609B RGB: (186,96,155)

Color info

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

RGB color model

#BA609B color RGB value is (186,96,155).

RGB: (186,96,155) (73%, 38%, 61%)

RGB channels and saturation

R 186 of 255 = 73%
G 96 of 255 = 38%
B 155 of 255 = 61%

186
96
155

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

Portions of RGB colors in percentages

R + G + B = 186 + 96 + 155 = 437 (100%)
R 186 of 437 ~ 42.56%
G 96 of 437 ~ 21.97%
B 155 of 437 ~ 35.47'%

%42.56
%21.97
%35.47

CMYK color model

#BA609B color CMYK value is (0,48,17,27).

  • cyan value is 0.00%
  • magenta value is 48.39%
  • yellow value is 16.67%
  • key color value is 27.06%
CMYK: (0,48,17,27) C0M48Y17K27 (0%,48%,17%,27%) (0.00/0.48/0.17/0.27) 

CMYK percentages

%0
%48.39
%16.67
%27.06

Codes

Color #BA609B in popluar color models

BA 60 9B
RGB 186 96 155
HSL 321° 39.47% 55.29%
HSB/HSV 321° 48.39% 72.94%
CMYK 0.00% 48.39% 16.67%
27.06%

Color #BA609B in popluar number systems.

HEX BA 60 9B
Decimal 186 96 155
Binary 10111010 1100000 10011011
Octal 272 140 233

Shades and tints

Shades of #BA609B

#BA609B
(186,96,155)
#AA588D
(170,88,141)
#9A507F
(154,80,127)
#8A4871
(138,72,113)
#7A4063
(122,64,99)
#6A3855
(106,56,85)
#5A3047
(90,48,71)
#4A2839
(74,40,57)
#3A202B
(58,32,43)
#2A181D
(42,24,29)
#1A100F
(26,16,15)
#000000
(0,0,0)

Tints of #BA609B

#BA609B
(186,96,155)
#C06EA4
(192,110,164)
#C67CAD
(198,124,173)
#CC8AB6
(204,138,182)
#D298BF
(210,152,191)
#D8A6C8
(216,166,200)
#DEB4D1
(222,180,209)
#E4C2DA
(228,194,218)
#EAD0E3
(234,208,227)
#F0DEEC
(240,222,236)
#F6ECF5
(246,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA609B color. Also use rgb(186,96,155) instead hex code.

Text Font Color

.myTextColor { color: #BA609B; }

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

This text font color is #BA609B.

Background Color

.myBgColor { background-color: #BA609B; }

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

This div background color is #BA609B.

Border color

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

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

This div border color is #BA609B.

Opacity

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

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

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

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

This text has shadow with #BA609B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BA609B.

Preview

Color preview on black background

This text has color #BA609B on black background.


Color preview on white background

This text has color #BA609B on white background.


Black color preview on #BA609B background

This text has black color on #BA609B background.


White color preview on #BA609B background

This text has white color on #BA609B background.


Related colors

Complementary color

Complementary color for #hex is #459F64.


I love getcolorcode.com

Triadic colors

1 #9BBA60 and #609BBA with #BA609B are triadic colors.

2 #9B60BA and #60BA9B with #BA609B are triadic colors.