COLOR #BA8BDD

HEX: #BA8BDD
RGB: (186,139,221)

Color info

#BA8BDD contains mainly red and blue colors. Web safe color of #BA8BDD is #CC99CC (or #C9C).

RGB color model

#BA8BDD color RGB value is (186,139,221).

  • red value is 186;
  • green value is 139;
  • blue value is 221.
RGB:
(186,139,221)
(73%,55%,87%)

RGB channels and saturation

R 186 of 255 = 73%
G 139 of 255 = 55%
B 221 of 255 = 87%

186
139
221

R + G + B ~ 72%. #BA8BDD is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 139 + 221 = 546 (100%)
R 186 of 546 ~ 34.07%
G 139 of 546 ~ 25.46%
B 221 of 546 ~ 40.48%

%34.07
%25.46
%40.48

CMYK color model

#BA8BDD color CMYK value is (16,37,0,13).

  • cyan value is 15.84%
  • magenta value is 37.10%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(16,37,0,13)
C16M37Y0K13 
(16%,37%,0%,13%)
(0.16/0.37/0.00/0.13)	

CMYK percentages

%15.84
%37.1
%0
%13.33

Codes

Color #BA8BDD in popluar color models

BA8BDD
RGB186139221
HSL274°54.67%70.59%
HSB/HSV274°37.10%86.67%
CMYK15.84%37.10%0.00%
13.33%

Color #BA8BDD in popluar number systems.

HEXBA8BDD
Decimal186139221
Binary101110101000101111011101
Octal272213335

Shades and tints

Shades of #BA8BDD

#BA8BDD
(186,139,221)
#AA7FC9
(170,127,201)
#9A73B5
(154,115,181)
#8A67A1
(138,103,161)
#7A5B8D
(122,91,141)
#6A4F79
(106,79,121)
#5A4365
(90,67,101)
#4A3751
(74,55,81)
#3A2B3D
(58,43,61)
#2A1F29
(42,31,41)
#1A1315
(26,19,21)
#000000
(0,0,0)

Tints of #BA8BDD

#BA8BDD
(186,139,221)
#C095E0
(192,149,224)
#C69FE3
(198,159,227)
#CCA9E6
(204,169,230)
#D2B3E9
(210,179,233)
#D8BDEC
(216,189,236)
#DEC7EF
(222,199,239)
#E4D1F2
(228,209,242)
#EADBF5
(234,219,245)
#F0E5F8
(240,229,248)
#F6EFFB
(246,239,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA8BDD color. Also use rgb(186,139,221) instead hex code.

Text Font Color

.myTextColor { color: #BA8BDD; }

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

This text font color is #BA8BDD.


Background Color

.myBgColor { background-color: #BA8BDD; }

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

This div background color is #BA8BDD.


Border color

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

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

This div border color is #BA8BDD.


Opacity

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

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

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

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

This text has shadow with #BA8BDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA8BDD on black background.


Color preview on white background

This text has color #BA8BDD on white background.



Black color preview on #BA8BDD background

This text has black color on #BA8BDD background.


White color preview on #BA8BDD background

This text has white color on #BA8BDD background.