COLOR #BA6DDE

HEX: #BA6DDE RGB: (186,109,222)

Color info

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

RGB color model

#BA6DDE color RGB value is (186,109,222).

RGB: (186,109,222) (73%, 43%, 87%)

RGB channels and saturation

R 186 of 255 = 73%
G 109 of 255 = 43%
B 222 of 255 = 87%

186
109
222

R + G + B ~ 68%. #BA6DDE is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 109 + 222 = 517 (100%)
R 186 of 517 ~ 35.98%
G 109 of 517 ~ 21.08%
B 222 of 517 ~ 42.94'%

%35.98
%21.08
%42.94

CMYK color model

#BA6DDE color CMYK value is (16,51,0,13).

  • cyan value is 16.22%
  • magenta value is 50.90%
  • yellow value is 0.00%
  • key color value is 12.94%

CMYK: (16,51,0,13)
C16M51Y0K13 (16%, 51%, 0%, 13%)
(0.16 / 0.51 / 0.00 / 0.13)

CMYK percentages

%16.22
%50.9
%0
%12.94

Codes

Color #BA6DDE in popluar color models

BA 6D DE
RGB 186 109 222
HSL 281° 63.13% 64.90%
HSB/HSV 281° 50.90% 87.06%
CMYK 16.22% 50.90% 0.00%
12.94%

Color #BA6DDE in popluar number systems.

HEX BA 6D DE
Decimal 186 109 222
Binary 10111010 1101101 11011110
Octal 272 155 336

Shades and tints

Shades of #BA6DDE

#BA6DDE
(186,109,222)
#AA64CA
(170,100,202)
#9A5BB6
(154,91,182)
#8A52A2
(138,82,162)
#7A498E
(122,73,142)
#6A407A
(106,64,122)
#5A3766
(90,55,102)
#4A2E52
(74,46,82)
#3A253E
(58,37,62)
#2A1C2A
(42,28,42)
#1A1316
(26,19,22)
#000000
(0,0,0)

Tints of #BA6DDE

#BA6DDE
(186,109,222)
#C07AE1
(192,122,225)
#C687E4
(198,135,228)
#CC94E7
(204,148,231)
#D2A1EA
(210,161,234)
#D8AEED
(216,174,237)
#DEBBF0
(222,187,240)
#E4C8F3
(228,200,243)
#EAD5F6
(234,213,246)
#F0E2F9
(240,226,249)
#F6EFFC
(246,239,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA6DDE color. Also use rgb(186,109,222) instead hex code.

Text Font Color

.myTextColor { color: #BA6DDE; }

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

This text font color is #BA6DDE.

Background Color

.myBgColor { background-color: #BA6DDE; }

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

This div background color is #BA6DDE.

Border color

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

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

This div border color is #BA6DDE.

Opacity

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

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

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

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

This text has shadow with #BA6DDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BA6DDE.

Preview

Color preview on black background

This text has color #BA6DDE on black background.


Color preview on white background

This text has color #BA6DDE on white background.


Black color preview on #BA6DDE background

This text has black color on #BA6DDE background.


White color preview on #BA6DDE background

This text has white color on #BA6DDE background.


Related colors

Complementary color

Complementary color for #hex is #459221.


I love getcolorcode.com

Triadic colors

1 #DEBA6D and #6DDEBA with #BA6DDE are triadic colors.

2 #DE6DBA and #6DBADE with #BA6DDE are triadic colors.