COLOR #BA6AD6

HEX: #BA6AD6 RGB: (186,106,214)

Color info

#BA6AD6 contains mainly red and blue colors. Web safe color of #BA6AD6 is #CC66CC (or #C6C).

RGB color model

#BA6AD6 color RGB value is (186,106,214).

RGB: (186,106,214) (73%, 42%, 84%)

RGB channels and saturation

R 186 of 255 = 73%
G 106 of 255 = 42%
B 214 of 255 = 84%

186
106
214

R + G + B ~ 66%. #BA6AD6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 106 + 214 = 506 (100%)
R 186 of 506 ~ 36.76%
G 106 of 506 ~ 20.95%
B 214 of 506 ~ 42.29'%

%36.76
%20.95
%42.29

CMYK color model

#BA6AD6 color CMYK value is (13,50,0,16).

  • cyan value is 13.08%
  • magenta value is 50.47%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK: (13,50,0,16) C13M50Y0K16 (13%,50%,0%,16%) (0.13/0.50/0.00/0.16) 

CMYK percentages

%13.08
%50.47
%0
%16.08

Codes

Color #BA6AD6 in popluar color models

BA 6A D6
RGB 186 106 214
HSL 284° 56.84% 62.75%
HSB/HSV 284° 50.47% 83.92%
CMYK 13.08% 50.47% 0.00%
16.08%

Color #BA6AD6 in popluar number systems.

HEX BA 6A D6
Decimal 186 106 214
Binary 10111010 1101010 11010110
Octal 272 152 326

Shades and tints

Shades of #BA6AD6

#BA6AD6
(186,106,214)
#AA61C3
(170,97,195)
#9A58B0
(154,88,176)
#8A4F9D
(138,79,157)
#7A468A
(122,70,138)
#6A3D77
(106,61,119)
#5A3464
(90,52,100)
#4A2B51
(74,43,81)
#3A223E
(58,34,62)
#2A192B
(42,25,43)
#1A1018
(26,16,24)
#000000
(0,0,0)

Tints of #BA6AD6

#BA6AD6
(186,106,214)
#C077D9
(192,119,217)
#C684DC
(198,132,220)
#CC91DF
(204,145,223)
#D29EE2
(210,158,226)
#D8ABE5
(216,171,229)
#DEB8E8
(222,184,232)
#E4C5EB
(228,197,235)
#EAD2EE
(234,210,238)
#F0DFF1
(240,223,241)
#F6ECF4
(246,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA6AD6 color. Also use rgb(186,106,214) instead hex code.

Text Font Color

.myTextColor { color: #BA6AD6; }

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

This text font color is #BA6AD6.

Background Color

.myBgColor { background-color: #BA6AD6; }

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

This div background color is #BA6AD6.

Border color

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

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

This div border color is #BA6AD6.

Opacity

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

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

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

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

This text has shadow with #BA6AD6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BA6AD6.

Preview

Color preview on black background

This text has color #BA6AD6 on black background.


Color preview on white background

This text has color #BA6AD6 on white background.


Black color preview on #BA6AD6 background

This text has black color on #BA6AD6 background.


White color preview on #BA6AD6 background

This text has white color on #BA6AD6 background.


Related colors

Complementary color

Complementary color for #hex is #459529.


I love getcolorcode.com

Triadic colors

1 #D6BA6A and #6AD6BA with #BA6AD6 are triadic colors.

2 #D66ABA and #6ABAD6 with #BA6AD6 are triadic colors.