COLOR #BA7CD3

HEX: #BA7CD3
RGB: (186,124,211)

Color info

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

RGB color model

#BA7CD3 color RGB value is (186,124,211).

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

RGB channels and saturation

R 186 of 255 = 73%
G 124 of 255 = 49%
B 211 of 255 = 83%

186
124
211

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

Portions of RGB colors in percentages

R + G + B =
186 + 124 + 211 = 521 (100%)
R 186 of 521 ~ 35.7%
G 124 of 521 ~ 23.8%
B 211 of 521 ~ 40.5%

%35.7
%23.8
%40.5

CMYK color model

#BA7CD3 color CMYK value is (12,41,0,17).

  • cyan value is 11.85%
  • magenta value is 41.23%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(12,41,0,17)
C12M41Y0K17 
(12%,41%,0%,17%)
(0.12/0.41/0.00/0.17)	

CMYK percentages

%11.85
%41.23
%0
%17.25

Codes

Color #BA7CD3 in popluar color models

BA7CD3
RGB186124211
HSL283°49.71%65.69%
HSB/HSV283°41.23%82.75%
CMYK11.85%41.23%0.00%
17.25%

Color #BA7CD3 in popluar number systems.

HEXBA7CD3
Decimal186124211
Binary10111010111110011010011
Octal272174323

Shades and tints

Shades of #BA7CD3

#BA7CD3
(186,124,211)
#AA71C0
(170,113,192)
#9A66AD
(154,102,173)
#8A5B9A
(138,91,154)
#7A5087
(122,80,135)
#6A4574
(106,69,116)
#5A3A61
(90,58,97)
#4A2F4E
(74,47,78)
#3A243B
(58,36,59)
#2A1928
(42,25,40)
#1A0E15
(26,14,21)
#000000
(0,0,0)

Tints of #BA7CD3

#BA7CD3
(186,124,211)
#C087D7
(192,135,215)
#C692DB
(198,146,219)
#CC9DDF
(204,157,223)
#D2A8E3
(210,168,227)
#D8B3E7
(216,179,231)
#DEBEEB
(222,190,235)
#E4C9EF
(228,201,239)
#EAD4F3
(234,212,243)
#F0DFF7
(240,223,247)
#F6EAFB
(246,234,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA7CD3; }

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

This text font color is #BA7CD3.


Background Color

.myBgColor { background-color: #BA7CD3; }

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

This div background color is #BA7CD3.


Border color

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

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

This div border color is #BA7CD3.


Opacity

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

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

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

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

This text has shadow with #BA7CD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA7CD3 on black background.


Color preview on white background

This text has color #BA7CD3 on white background.



Black color preview on #BA7CD3 background

This text has black color on #BA7CD3 background.


White color preview on #BA7CD3 background

This text has white color on #BA7CD3 background.