COLOR #BA76B1

HEX: #BA76B1
RGB: (186,118,177)

Color info

#BA76B1 contains mainly red and blue colors. Web safe color of #BA76B1 is #CC6699 (or #C69).

RGB color model

#BA76B1 color RGB value is (186,118,177).

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

RGB channels and saturation

R 186 of 255 = 73%
G 118 of 255 = 46%
B 177 of 255 = 69%

186
118
177

R + G + B ~ 63%. #BA76B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 118 + 177 = 481 (100%)
R 186 of 481 ~ 38.67%
G 118 of 481 ~ 24.53%
B 177 of 481 ~ 36.8%

%38.67
%24.53
%36.8

CMYK color model

#BA76B1 color CMYK value is (0,37,5,27).

  • cyan value is 0.00%
  • magenta value is 36.56%
  • yellow value is 4.84%
  • key color value is 27.06%
CMYK:
(0,37,5,27)
C0M37Y5K27 
(0%,37%,5%,27%)
(0.00/0.37/0.05/0.27)	

CMYK percentages

%0
%36.56
%4.84
%27.06

Codes

Color #BA76B1 in popluar color models

BA76B1
RGB186118177
HSL308°33.01%59.61%
HSB/HSV308°36.56%72.94%
CMYK0.00%36.56%4.84%
27.06%

Color #BA76B1 in popluar number systems.

HEXBA76B1
Decimal186118177
Binary10111010111011010110001
Octal272166261

Shades and tints

Shades of #BA76B1

#BA76B1
(186,118,177)
#AA6CA1
(170,108,161)
#9A6291
(154,98,145)
#8A5881
(138,88,129)
#7A4E71
(122,78,113)
#6A4461
(106,68,97)
#5A3A51
(90,58,81)
#4A3041
(74,48,65)
#3A2631
(58,38,49)
#2A1C21
(42,28,33)
#1A1211
(26,18,17)
#000000
(0,0,0)

Tints of #BA76B1

#BA76B1
(186,118,177)
#C082B8
(192,130,184)
#C68EBF
(198,142,191)
#CC9AC6
(204,154,198)
#D2A6CD
(210,166,205)
#D8B2D4
(216,178,212)
#DEBEDB
(222,190,219)
#E4CAE2
(228,202,226)
#EAD6E9
(234,214,233)
#F0E2F0
(240,226,240)
#F6EEF7
(246,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA76B1; }

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

This text font color is #BA76B1.


Background Color

.myBgColor { background-color: #BA76B1; }

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

This div background color is #BA76B1.


Border color

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

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

This div border color is #BA76B1.


Opacity

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

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

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

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

This text has shadow with #BA76B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA76B1 on black background.


Color preview on white background

This text has color #BA76B1 on white background.



Black color preview on #BA76B1 background

This text has black color on #BA76B1 background.


White color preview on #BA76B1 background

This text has white color on #BA76B1 background.