COLOR #BA7CDB

HEX: #BA7CDB
RGB: (186,124,219)

Color info

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

RGB color model

#BA7CDB color RGB value is (186,124,219).

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

RGB channels and saturation

R 186 of 255 = 73%
G 124 of 255 = 49%
B 219 of 255 = 86%

186
124
219

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

Portions of RGB colors in percentages

R + G + B =
186 + 124 + 219 = 529 (100%)
R 186 of 529 ~ 35.16%
G 124 of 529 ~ 23.44%
B 219 of 529 ~ 41.4%

%35.16
%23.44
%41.4

CMYK color model

#BA7CDB color CMYK value is (15,43,0,14).

  • cyan value is 15.07%
  • magenta value is 43.38%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(15,43,0,14)
C15M43Y0K14 
(15%,43%,0%,14%)
(0.15/0.43/0.00/0.14)	

CMYK percentages

%15.07
%43.38
%0
%14.12

Codes

Color #BA7CDB in popluar color models

BA7CDB
RGB186124219
HSL279°56.89%67.25%
HSB/HSV279°43.38%85.88%
CMYK15.07%43.38%0.00%
14.12%

Color #BA7CDB in popluar number systems.

HEXBA7CDB
Decimal186124219
Binary10111010111110011011011
Octal272174333

Shades and tints

Shades of #BA7CDB

#BA7CDB
(186,124,219)
#AA71C8
(170,113,200)
#9A66B5
(154,102,181)
#8A5BA2
(138,91,162)
#7A508F
(122,80,143)
#6A457C
(106,69,124)
#5A3A69
(90,58,105)
#4A2F56
(74,47,86)
#3A2443
(58,36,67)
#2A1930
(42,25,48)
#1A0E1D
(26,14,29)
#000000
(0,0,0)

Tints of #BA7CDB

#BA7CDB
(186,124,219)
#C087DE
(192,135,222)
#C692E1
(198,146,225)
#CC9DE4
(204,157,228)
#D2A8E7
(210,168,231)
#D8B3EA
(216,179,234)
#DEBEED
(222,190,237)
#E4C9F0
(228,201,240)
#EAD4F3
(234,212,243)
#F0DFF6
(240,223,246)
#F6EAF9
(246,234,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA7CDB; }

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

This text font color is #BA7CDB.


Background Color

.myBgColor { background-color: #BA7CDB; }

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

This div background color is #BA7CDB.


Border color

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

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

This div border color is #BA7CDB.


Opacity

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

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

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

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

This text has shadow with #BA7CDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA7CDB on black background.


Color preview on white background

This text has color #BA7CDB on white background.



Black color preview on #BA7CDB background

This text has black color on #BA7CDB background.


White color preview on #BA7CDB background

This text has white color on #BA7CDB background.