COLOR #BA87CC

HEX: #BA87CC RGB: (186,135,204)

Color info

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

RGB color model

#BA87CC color RGB value is (186,135,204).

RGB: (186,135,204) (73%, 53%, 80%)

RGB channels and saturation

R 186 of 255 = 73%
G 135 of 255 = 53%
B 204 of 255 = 80%

186
135
204

R + G + B ~ 69%. #BA87CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 135 + 204 = 525 (100%)
R 186 of 525 ~ 35.43%
G 135 of 525 ~ 25.71%
B 204 of 525 ~ 38.86'%

%35.43
%25.71
%38.86

CMYK color model

#BA87CC color CMYK value is (9,34,0,20).

  • cyan value is 8.82%
  • magenta value is 33.82%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (9,34,0,20)
C9M34Y0K20 (9%, 34%, 0%, 20%)
(0.09 / 0.34 / 0.00 / 0.20)

CMYK percentages

%8.82
%33.82
%0
%20

Codes

Color #BA87CC in popluar color models

BA 87 CC
RGB 186 135 204
HSL 284° 40.35% 66.47%
HSB/HSV 284° 33.82% 80.00%
CMYK 8.82% 33.82% 0.00%
20.00%

Color #BA87CC in popluar number systems.

HEX BA 87 CC
Decimal 186 135 204
Binary 10111010 10000111 11001100
Octal 272 207 314

Shades and tints

Shades of #BA87CC

#BA87CC
(186,135,204)
#AA7BBA
(170,123,186)
#9A6FA8
(154,111,168)
#8A6396
(138,99,150)
#7A5784
(122,87,132)
#6A4B72
(106,75,114)
#5A3F60
(90,63,96)
#4A334E
(74,51,78)
#3A273C
(58,39,60)
#2A1B2A
(42,27,42)
#1A0F18
(26,15,24)
#000000
(0,0,0)

Tints of #BA87CC

#BA87CC
(186,135,204)
#C091D0
(192,145,208)
#C69BD4
(198,155,212)
#CCA5D8
(204,165,216)
#D2AFDC
(210,175,220)
#D8B9E0
(216,185,224)
#DEC3E4
(222,195,228)
#E4CDE8
(228,205,232)
#EAD7EC
(234,215,236)
#F0E1F0
(240,225,240)
#F6EBF4
(246,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA87CC color. Also use rgb(186,135,204) instead hex code.

Text Font Color

.myTextColor { color: #BA87CC; }

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

This text font color is #BA87CC.

Background Color

.myBgColor { background-color: #BA87CC; }

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

This div background color is #BA87CC.

Border color

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

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

This div border color is #BA87CC.

Opacity

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

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

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

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

This text has shadow with #BA87CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BA87CC.

Preview

Color preview on black background

This text has color #BA87CC on black background.


Color preview on white background

This text has color #BA87CC on white background.


Black color preview on #BA87CC background

This text has black color on #BA87CC background.


White color preview on #BA87CC background

This text has white color on #BA87CC background.


Related colors

Complementary color

Complementary color for #hex is #457833.


I love getcolorcode.com

Triadic colors

1 #CCBA87 and #87CCBA with #BA87CC are triadic colors.

2 #CC87BA and #87BACC with #BA87CC are triadic colors.