COLOR #BA6CD6

HEX: #BA6CD6 RGB: (186,108,214)

Color info

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

RGB color model

#BA6CD6 color RGB value is (186,108,214).

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

RGB channels and saturation

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

186
108
214

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

Portions of RGB colors in percentages

R + G + B = 186 + 108 + 214 = 508 (100%)
R 186 of 508 ~ 36.61%
G 108 of 508 ~ 21.26%
B 214 of 508 ~ 42.13'%

%36.61
%21.26
%42.13

CMYK color model

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

  • cyan value is 13.08%
  • magenta value is 49.53%
  • 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
%49.53
%0
%16.08

Codes

Color #BA6CD6 in popluar color models

BA 6C D6
RGB 186 108 214
HSL 284° 56.38% 63.14%
HSB/HSV 284° 49.53% 83.92%
CMYK 13.08% 49.53% 0.00%
16.08%

Color #BA6CD6 in popluar number systems.

HEX BA 6C D6
Decimal 186 108 214
Binary 10111010 1101100 11010110
Octal 272 154 326

Shades and tints

Shades of #BA6CD6

#BA6CD6
(186,108,214)
#AA63C3
(170,99,195)
#9A5AB0
(154,90,176)
#8A519D
(138,81,157)
#7A488A
(122,72,138)
#6A3F77
(106,63,119)
#5A3664
(90,54,100)
#4A2D51
(74,45,81)
#3A243E
(58,36,62)
#2A1B2B
(42,27,43)
#1A1218
(26,18,24)
#000000
(0,0,0)

Tints of #BA6CD6

#BA6CD6
(186,108,214)
#C079D9
(192,121,217)
#C686DC
(198,134,220)
#CC93DF
(204,147,223)
#D2A0E2
(210,160,226)
#D8ADE5
(216,173,229)
#DEBAE8
(222,186,232)
#E4C7EB
(228,199,235)
#EAD4EE
(234,212,238)
#F0E1F1
(240,225,241)
#F6EEF4
(246,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA6CD6; }

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

This text font color is #BA6CD6.

Background Color

.myBgColor { background-color: #BA6CD6; }

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

This div background color is #BA6CD6.

Border color

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

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

This div border color is #BA6CD6.

Opacity

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

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

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

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

This text has shadow with #BA6CD6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BA6CD6.

Preview

Color preview on black background

This text has color #BA6CD6 on black background.


Color preview on white background

This text has color #BA6CD6 on white background.


Black color preview on #BA6CD6 background

This text has black color on #BA6CD6 background.


White color preview on #BA6CD6 background

This text has white color on #BA6CD6 background.


Related colors

Complementary color

Complementary color for #hex is #459329.


I love getcolorcode.com

Triadic colors

1 #D6BA6C and #6CD6BA with #BA6CD6 are triadic colors.

2 #D66CBA and #6CBAD6 with #BA6CD6 are triadic colors.