COLOR #BA80CD

HEX: #BA80CD RGB: (186,128,205)

Color info

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

RGB color model

#BA80CD color RGB value is (186,128,205).

RGB: (186,128,205) (73%, 50%, 80%)

RGB channels and saturation

R 186 of 255 = 73%
G 128 of 255 = 50%
B 205 of 255 = 80%

186
128
205

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

Portions of RGB colors in percentages

R + G + B = 186 + 128 + 205 = 519 (100%)
R 186 of 519 ~ 35.84%
G 128 of 519 ~ 24.66%
B 205 of 519 ~ 39.5'%

%35.84
%24.66
%39.5

CMYK color model

#BA80CD color CMYK value is (9,38,0,20).

  • cyan value is 9.27%
  • magenta value is 37.56%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK: (9,38,0,20) C9M38Y0K20 (9%,38%,0%,20%) (0.09/0.38/0.00/0.20) 

CMYK percentages

%9.27
%37.56
%0
%19.61

Codes

Color #BA80CD in popluar color models

BA 80 CD
RGB 186 128 205
HSL 285° 43.50% 65.29%
HSB/HSV 285° 37.56% 80.39%
CMYK 9.27% 37.56% 0.00%
19.61%

Color #BA80CD in popluar number systems.

HEX BA 80 CD
Decimal 186 128 205
Binary 10111010 10000000 11001101
Octal 272 200 315

Shades and tints

Shades of #BA80CD

#BA80CD
(186,128,205)
#AA75BB
(170,117,187)
#9A6AA9
(154,106,169)
#8A5F97
(138,95,151)
#7A5485
(122,84,133)
#6A4973
(106,73,115)
#5A3E61
(90,62,97)
#4A334F
(74,51,79)
#3A283D
(58,40,61)
#2A1D2B
(42,29,43)
#1A1219
(26,18,25)
#000000
(0,0,0)

Tints of #BA80CD

#BA80CD
(186,128,205)
#C08BD1
(192,139,209)
#C696D5
(198,150,213)
#CCA1D9
(204,161,217)
#D2ACDD
(210,172,221)
#D8B7E1
(216,183,225)
#DEC2E5
(222,194,229)
#E4CDE9
(228,205,233)
#EAD8ED
(234,216,237)
#F0E3F1
(240,227,241)
#F6EEF5
(246,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA80CD color. Also use rgb(186,128,205) instead hex code.

Text Font Color

.myTextColor { color: #BA80CD; }

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

This text font color is #BA80CD.

Background Color

.myBgColor { background-color: #BA80CD; }

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

This div background color is #BA80CD.

Border color

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

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

This div border color is #BA80CD.

Opacity

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

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

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

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

This text has shadow with #BA80CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BA80CD.

Preview

Color preview on black background

This text has color #BA80CD on black background.


Color preview on white background

This text has color #BA80CD on white background.


Black color preview on #BA80CD background

This text has black color on #BA80CD background.


White color preview on #BA80CD background

This text has white color on #BA80CD background.


Related colors

Complementary color

Complementary color for #hex is #457F32.


I love getcolorcode.com

Triadic colors

1 #CDBA80 and #80CDBA with #BA80CD are triadic colors.

2 #CD80BA and #80BACD with #BA80CD are triadic colors.