COLOR #BA6CD3

HEX: #BA6CD3
RGB: (186,108,211)

Color info

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

RGB color model

#BA6CD3 color RGB value is (186,108,211).

  • red value is 186;
  • green value is 108;
  • blue value is 211.
RGB:
(186,108,211)
(73%,42%,83%)

RGB channels and saturation

R 186 of 255 = 73%
G 108 of 255 = 42%
B 211 of 255 = 83%

186
108
211

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

Portions of RGB colors in percentages

R + G + B =
186 + 108 + 211 = 505 (100%)
R 186 of 505 ~ 36.83%
G 108 of 505 ~ 21.39%
B 211 of 505 ~ 41.78%

%36.83
%21.39
%41.78

CMYK color model

#BA6CD3 color CMYK value is (12,49,0,17).

  • cyan value is 11.85%
  • magenta value is 48.82%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(12,49,0,17)
C12M49Y0K17 
(12%,49%,0%,17%)
(0.12/0.49/0.00/0.17)	

CMYK percentages

%11.85
%48.82
%0
%17.25

Codes

Color #BA6CD3 in popluar color models

BA6CD3
RGB186108211
HSL285°53.93%62.55%
HSB/HSV285°48.82%82.75%
CMYK11.85%48.82%0.00%
17.25%

Color #BA6CD3 in popluar number systems.

HEXBA6CD3
Decimal186108211
Binary10111010110110011010011
Octal272154323

Shades and tints

Shades of #BA6CD3

#BA6CD3
(186,108,211)
#AA63C0
(170,99,192)
#9A5AAD
(154,90,173)
#8A519A
(138,81,154)
#7A4887
(122,72,135)
#6A3F74
(106,63,116)
#5A3661
(90,54,97)
#4A2D4E
(74,45,78)
#3A243B
(58,36,59)
#2A1B28
(42,27,40)
#1A1215
(26,18,21)
#000000
(0,0,0)

Tints of #BA6CD3

#BA6CD3
(186,108,211)
#C079D7
(192,121,215)
#C686DB
(198,134,219)
#CC93DF
(204,147,223)
#D2A0E3
(210,160,227)
#D8ADE7
(216,173,231)
#DEBAEB
(222,186,235)
#E4C7EF
(228,199,239)
#EAD4F3
(234,212,243)
#F0E1F7
(240,225,247)
#F6EEFB
(246,238,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA6CD3; }

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

This text font color is #BA6CD3.


Background Color

.myBgColor { background-color: #BA6CD3; }

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

This div background color is #BA6CD3.


Border color

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

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

This div border color is #BA6CD3.


Opacity

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

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

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

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

This text has shadow with #BA6CD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA6CD3 on black background.


Color preview on white background

This text has color #BA6CD3 on white background.



Black color preview on #BA6CD3 background

This text has black color on #BA6CD3 background.


White color preview on #BA6CD3 background

This text has white color on #BA6CD3 background.