COLOR #BA7ABE

HEX: #BA7ABE
RGB: (186,122,190)

Color info

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

RGB color model

#BA7ABE color RGB value is (186,122,190).

  • red value is 186;
  • green value is 122;
  • blue value is 190.
RGB:
(186,122,190)
(73%,48%,75%)

RGB channels and saturation

R 186 of 255 = 73%
G 122 of 255 = 48%
B 190 of 255 = 75%

186
122
190

R + G + B ~ 65%. #BA7ABE is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 122 + 190 = 498 (100%)
R 186 of 498 ~ 37.35%
G 122 of 498 ~ 24.5%
B 190 of 498 ~ 38.15%

%37.35
%24.5
%38.15

CMYK color model

#BA7ABE color CMYK value is (2,36,0,25).

  • cyan value is 2.11%
  • magenta value is 35.79%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(2,36,0,25)
C2M36Y0K25 
(2%,36%,0%,25%)
(0.02/0.36/0.00/0.25)	

CMYK percentages

%2.11
%35.79
%0
%25.49

Codes

Color #BA7ABE in popluar color models

BA7ABE
RGB186122190
HSL296°34.34%61.18%
HSB/HSV296°35.79%74.51%
CMYK2.11%35.79%0.00%
25.49%

Color #BA7ABE in popluar number systems.

HEXBA7ABE
Decimal186122190
Binary10111010111101010111110
Octal272172276

Shades and tints

Shades of #BA7ABE

#BA7ABE
(186,122,190)
#AA6FAD
(170,111,173)
#9A649C
(154,100,156)
#8A598B
(138,89,139)
#7A4E7A
(122,78,122)
#6A4369
(106,67,105)
#5A3858
(90,56,88)
#4A2D47
(74,45,71)
#3A2236
(58,34,54)
#2A1725
(42,23,37)
#1A0C14
(26,12,20)
#000000
(0,0,0)

Tints of #BA7ABE

#BA7ABE
(186,122,190)
#C086C3
(192,134,195)
#C692C8
(198,146,200)
#CC9ECD
(204,158,205)
#D2AAD2
(210,170,210)
#D8B6D7
(216,182,215)
#DEC2DC
(222,194,220)
#E4CEE1
(228,206,225)
#EADAE6
(234,218,230)
#F0E6EB
(240,230,235)
#F6F2F0
(246,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA7ABE color. Also use rgb(186,122,190) instead hex code.

Text Font Color

.myTextColor { color: #BA7ABE; }

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

This text font color is #BA7ABE.


Background Color

.myBgColor { background-color: #BA7ABE; }

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

This div background color is #BA7ABE.


Border color

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

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

This div border color is #BA7ABE.


Opacity

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

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

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

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

This text has shadow with #BA7ABE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA7ABE on black background.


Color preview on white background

This text has color #BA7ABE on white background.



Black color preview on #BA7ABE background

This text has black color on #BA7ABE background.


White color preview on #BA7ABE background

This text has white color on #BA7ABE background.