COLOR #BA7DDB

HEX: #BA7DDB RGB: (186,125,219)

Color info

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

RGB color model

#BA7DDB color RGB value is (186,125,219).

RGB: (186,125,219) (73%, 49%, 86%)

RGB channels and saturation

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

186
125
219

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

Portions of RGB colors in percentages

R + G + B = 186 + 125 + 219 = 530 (100%)
R 186 of 530 ~ 35.09%
G 125 of 530 ~ 23.58%
B 219 of 530 ~ 41.32'%

%35.09
%23.58
%41.32

CMYK color model

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

  • cyan value is 15.07%
  • magenta value is 42.92%
  • 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
%42.92
%0
%14.12

Codes

Color #BA7DDB in popluar color models

BA 7D DB
RGB 186 125 219
HSL 279° 56.63% 67.45%
HSB/HSV 279° 42.92% 85.88%
CMYK 15.07% 42.92% 0.00%
14.12%

Color #BA7DDB in popluar number systems.

HEX BA 7D DB
Decimal 186 125 219
Binary 10111010 1111101 11011011
Octal 272 175 333

Shades and tints

Shades of #BA7DDB

#BA7DDB
(186,125,219)
#AA72C8
(170,114,200)
#9A67B5
(154,103,181)
#8A5CA2
(138,92,162)
#7A518F
(122,81,143)
#6A467C
(106,70,124)
#5A3B69
(90,59,105)
#4A3056
(74,48,86)
#3A2543
(58,37,67)
#2A1A30
(42,26,48)
#1A0F1D
(26,15,29)
#000000
(0,0,0)

Tints of #BA7DDB

#BA7DDB
(186,125,219)
#C088DE
(192,136,222)
#C693E1
(198,147,225)
#CC9EE4
(204,158,228)
#D2A9E7
(210,169,231)
#D8B4EA
(216,180,234)
#DEBFED
(222,191,237)
#E4CAF0
(228,202,240)
#EAD5F3
(234,213,243)
#F0E0F6
(240,224,246)
#F6EBF9
(246,235,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA7DDB; }

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

This text font color is #BA7DDB.

Background Color

.myBgColor { background-color: #BA7DDB; }

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

This div background color is #BA7DDB.

Border color

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

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

This div border color is #BA7DDB.

Opacity

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

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

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

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

This text has shadow with #BA7DDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BA7DDB.

Preview

Color preview on black background

This text has color #BA7DDB on black background.


Color preview on white background

This text has color #BA7DDB on white background.


Black color preview on #BA7DDB background

This text has black color on #BA7DDB background.


White color preview on #BA7DDB background

This text has white color on #BA7DDB background.


Related colors

Complementary color

Complementary color for #hex is #458224.


I love getcolorcode.com

Triadic colors

1 #DBBA7D and #7DDBBA with #BA7DDB are triadic colors.

2 #DB7DBA and #7DBADB with #BA7DDB are triadic colors.