COLOR #BA7DD8

HEX: #BA7DD8 RGB: (186,125,216)

Color info

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

RGB color model

#BA7DD8 color RGB value is (186,125,216).

RGB: (186,125,216) (73%, 49%, 85%)

RGB channels and saturation

R 186 of 255 = 73%
G 125 of 255 = 49%
B 216 of 255 = 85%

186
125
216

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

Portions of RGB colors in percentages

R + G + B = 186 + 125 + 216 = 527 (100%)
R 186 of 527 ~ 35.29%
G 125 of 527 ~ 23.72%
B 216 of 527 ~ 40.99'%

%35.29
%23.72
%40.99

CMYK color model

#BA7DD8 color CMYK value is (14,42,0,15).

  • cyan value is 13.89%
  • magenta value is 42.13%
  • yellow value is 0.00%
  • key color value is 15.29%

CMYK: (14,42,0,15)
C14M42Y0K15 (14%, 42%, 0%, 15%)
(0.14 / 0.42 / 0.00 / 0.15)

CMYK percentages

%13.89
%42.13
%0
%15.29

Codes

Color #BA7DD8 in popluar color models

BA 7D D8
RGB 186 125 216
HSL 280° 53.85% 66.86%
HSB/HSV 280° 42.13% 84.71%
CMYK 13.89% 42.13% 0.00%
15.29%

Color #BA7DD8 in popluar number systems.

HEX BA 7D D8
Decimal 186 125 216
Binary 10111010 1111101 11011000
Octal 272 175 330

Shades and tints

Shades of #BA7DD8

#BA7DD8
(186,125,216)
#AA72C5
(170,114,197)
#9A67B2
(154,103,178)
#8A5C9F
(138,92,159)
#7A518C
(122,81,140)
#6A4679
(106,70,121)
#5A3B66
(90,59,102)
#4A3053
(74,48,83)
#3A2540
(58,37,64)
#2A1A2D
(42,26,45)
#1A0F1A
(26,15,26)
#000000
(0,0,0)

Tints of #BA7DD8

#BA7DD8
(186,125,216)
#C088DB
(192,136,219)
#C693DE
(198,147,222)
#CC9EE1
(204,158,225)
#D2A9E4
(210,169,228)
#D8B4E7
(216,180,231)
#DEBFEA
(222,191,234)
#E4CAED
(228,202,237)
#EAD5F0
(234,213,240)
#F0E0F3
(240,224,243)
#F6EBF6
(246,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA7DD8; }

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

This text font color is #BA7DD8.

Background Color

.myBgColor { background-color: #BA7DD8; }

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

This div background color is #BA7DD8.

Border color

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

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

This div border color is #BA7DD8.

Opacity

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

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

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

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

This text has shadow with #BA7DD8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BA7DD8.

Preview

Color preview on black background

This text has color #BA7DD8 on black background.


Color preview on white background

This text has color #BA7DD8 on white background.


Black color preview on #BA7DD8 background

This text has black color on #BA7DD8 background.


White color preview on #BA7DD8 background

This text has white color on #BA7DD8 background.


Related colors

Complementary color

Complementary color for #hex is #458227.


I love getcolorcode.com

Triadic colors

1 #D8BA7D and #7DD8BA with #BA7DD8 are triadic colors.

2 #D87DBA and #7DBAD8 with #BA7DD8 are triadic colors.