COLOR #BA76CD

HEX: #BA76CD
RGB: (186,118,205)

Color info

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

RGB color model

#BA76CD color RGB value is (186,118,205).

  • red value is 186;
  • green value is 118;
  • blue value is 205.
RGB:
(186,118,205)
(73%,46%,80%)

RGB channels and saturation

R 186 of 255 = 73%
G 118 of 255 = 46%
B 205 of 255 = 80%

186
118
205

R + G + B ~ 66%. #BA76CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 118 + 205 = 509 (100%)
R 186 of 509 ~ 36.54%
G 118 of 509 ~ 23.18%
B 205 of 509 ~ 40.28%

%36.54
%23.18
%40.28

CMYK color model

#BA76CD color CMYK value is (9,42,0,20).

  • cyan value is 9.27%
  • magenta value is 42.44%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(9,42,0,20)
C9M42Y0K20 
(9%,42%,0%,20%)
(0.09/0.42/0.00/0.20)	

CMYK percentages

%9.27
%42.44
%0
%19.61

Codes

Color #BA76CD in popluar color models

BA76CD
RGB186118205
HSL287°46.52%63.33%
HSB/HSV287°42.44%80.39%
CMYK9.27%42.44%0.00%
19.61%

Color #BA76CD in popluar number systems.

HEXBA76CD
Decimal186118205
Binary10111010111011011001101
Octal272166315

Shades and tints

Shades of #BA76CD

#BA76CD
(186,118,205)
#AA6CBB
(170,108,187)
#9A62A9
(154,98,169)
#8A5897
(138,88,151)
#7A4E85
(122,78,133)
#6A4473
(106,68,115)
#5A3A61
(90,58,97)
#4A304F
(74,48,79)
#3A263D
(58,38,61)
#2A1C2B
(42,28,43)
#1A1219
(26,18,25)
#000000
(0,0,0)

Tints of #BA76CD

#BA76CD
(186,118,205)
#C082D1
(192,130,209)
#C68ED5
(198,142,213)
#CC9AD9
(204,154,217)
#D2A6DD
(210,166,221)
#D8B2E1
(216,178,225)
#DEBEE5
(222,190,229)
#E4CAE9
(228,202,233)
#EAD6ED
(234,214,237)
#F0E2F1
(240,226,241)
#F6EEF5
(246,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA76CD; }

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

This text font color is #BA76CD.


Background Color

.myBgColor { background-color: #BA76CD; }

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

This div background color is #BA76CD.


Border color

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

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

This div border color is #BA76CD.


Opacity

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

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

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

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

This text has shadow with #BA76CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA76CD on black background.


Color preview on white background

This text has color #BA76CD on white background.



Black color preview on #BA76CD background

This text has black color on #BA76CD background.


White color preview on #BA76CD background

This text has white color on #BA76CD background.