COLOR #BA80D5

HEX: #BA80D5
RGB: (186,128,213)

Color info

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

RGB color model

#BA80D5 color RGB value is (186,128,213).

  • red value is 186;
  • green value is 128;
  • blue value is 213.
RGB:
(186,128,213)
(73%,50%,84%)

RGB channels and saturation

R 186 of 255 = 73%
G 128 of 255 = 50%
B 213 of 255 = 84%

186
128
213

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

Portions of RGB colors in percentages

R + G + B =
186 + 128 + 213 = 527 (100%)
R 186 of 527 ~ 35.29%
G 128 of 527 ~ 24.29%
B 213 of 527 ~ 40.42%

%35.29
%24.29
%40.42

CMYK color model

#BA80D5 color CMYK value is (13,40,0,16).

  • cyan value is 12.68%
  • magenta value is 39.91%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(13,40,0,16)
C13M40Y0K16 
(13%,40%,0%,16%)
(0.13/0.40/0.00/0.16)	

CMYK percentages

%12.68
%39.91
%0
%16.47

Codes

Color #BA80D5 in popluar color models

BA80D5
RGB186128213
HSL281°50.30%66.86%
HSB/HSV281°39.91%83.53%
CMYK12.68%39.91%0.00%
16.47%

Color #BA80D5 in popluar number systems.

HEXBA80D5
Decimal186128213
Binary101110101000000011010101
Octal272200325

Shades and tints

Shades of #BA80D5

#BA80D5
(186,128,213)
#AA75C2
(170,117,194)
#9A6AAF
(154,106,175)
#8A5F9C
(138,95,156)
#7A5489
(122,84,137)
#6A4976
(106,73,118)
#5A3E63
(90,62,99)
#4A3350
(74,51,80)
#3A283D
(58,40,61)
#2A1D2A
(42,29,42)
#1A1217
(26,18,23)
#000000
(0,0,0)

Tints of #BA80D5

#BA80D5
(186,128,213)
#C08BD8
(192,139,216)
#C696DB
(198,150,219)
#CCA1DE
(204,161,222)
#D2ACE1
(210,172,225)
#D8B7E4
(216,183,228)
#DEC2E7
(222,194,231)
#E4CDEA
(228,205,234)
#EAD8ED
(234,216,237)
#F0E3F0
(240,227,240)
#F6EEF3
(246,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA80D5; }

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

This text font color is #BA80D5.


Background Color

.myBgColor { background-color: #BA80D5; }

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

This div background color is #BA80D5.


Border color

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

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

This div border color is #BA80D5.


Opacity

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

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

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

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

This text has shadow with #BA80D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA80D5 on black background.


Color preview on white background

This text has color #BA80D5 on white background.



Black color preview on #BA80D5 background

This text has black color on #BA80D5 background.


White color preview on #BA80D5 background

This text has white color on #BA80D5 background.