COLOR #BA7CD7

HEX: #BA7CD7 RGB: (186,124,215)

Color info

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

RGB color model

#BA7CD7 color RGB value is (186,124,215).

RGB: (186,124,215) (73%, 49%, 84%)

RGB channels and saturation

R 186 of 255 = 73%
G 124 of 255 = 49%
B 215 of 255 = 84%

186
124
215

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

Portions of RGB colors in percentages

R + G + B = 186 + 124 + 215 = 525 (100%)
R 186 of 525 ~ 35.43%
G 124 of 525 ~ 23.62%
B 215 of 525 ~ 40.95'%

%35.43
%23.62
%40.95

CMYK color model

#BA7CD7 color CMYK value is (13,42,0,16).

  • cyan value is 13.49%
  • magenta value is 42.33%
  • yellow value is 0.00%
  • key color value is 15.69%

CMYK: (13,42,0,16)
C13M42Y0K16 (13%, 42%, 0%, 16%)
(0.13 / 0.42 / 0.00 / 0.16)

CMYK percentages

%13.49
%42.33
%0
%15.69

Codes

Color #BA7CD7 in popluar color models

BA 7C D7
RGB 186 124 215
HSL 281° 53.22% 66.47%
HSB/HSV 281° 42.33% 84.31%
CMYK 13.49% 42.33% 0.00%
15.69%

Color #BA7CD7 in popluar number systems.

HEX BA 7C D7
Decimal 186 124 215
Binary 10111010 1111100 11010111
Octal 272 174 327

Shades and tints

Shades of #BA7CD7

#BA7CD7
(186,124,215)
#AA71C4
(170,113,196)
#9A66B1
(154,102,177)
#8A5B9E
(138,91,158)
#7A508B
(122,80,139)
#6A4578
(106,69,120)
#5A3A65
(90,58,101)
#4A2F52
(74,47,82)
#3A243F
(58,36,63)
#2A192C
(42,25,44)
#1A0E19
(26,14,25)
#000000
(0,0,0)

Tints of #BA7CD7

#BA7CD7
(186,124,215)
#C087DA
(192,135,218)
#C692DD
(198,146,221)
#CC9DE0
(204,157,224)
#D2A8E3
(210,168,227)
#D8B3E6
(216,179,230)
#DEBEE9
(222,190,233)
#E4C9EC
(228,201,236)
#EAD4EF
(234,212,239)
#F0DFF2
(240,223,242)
#F6EAF5
(246,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA7CD7 color. Also use rgb(186,124,215) instead hex code.

Text Font Color

.myTextColor { color: #BA7CD7; }

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

This text font color is #BA7CD7.

Background Color

.myBgColor { background-color: #BA7CD7; }

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

This div background color is #BA7CD7.

Border color

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

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

This div border color is #BA7CD7.

Opacity

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

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

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

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

This text has shadow with #BA7CD7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BA7CD7.

Preview

Color preview on black background

This text has color #BA7CD7 on black background.


Color preview on white background

This text has color #BA7CD7 on white background.


Black color preview on #BA7CD7 background

This text has black color on #BA7CD7 background.


White color preview on #BA7CD7 background

This text has white color on #BA7CD7 background.


Related colors

Complementary color

Complementary color for #hex is #458328.


I love getcolorcode.com

Triadic colors

1 #D7BA7C and #7CD7BA with #BA7CD7 are triadic colors.

2 #D77CBA and #7CBAD7 with #BA7CD7 are triadic colors.