COLOR #BA93E4

HEX: #BA93E4
RGB: (186,147,228)

Color info

#BA93E4 contains mainly red and blue colors. Web safe color of #BA93E4 is #CC99CC (or #C9C).

RGB color model

#BA93E4 color RGB value is (186,147,228).

  • red value is 186;
  • green value is 147;
  • blue value is 228.
RGB:
(186,147,228)
(73%,58%,89%)

RGB channels and saturation

R 186 of 255 = 73%
G 147 of 255 = 58%
B 228 of 255 = 89%

186
147
228

R + G + B ~ 73%. #BA93E4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 147 + 228 = 561 (100%)
R 186 of 561 ~ 33.16%
G 147 of 561 ~ 26.2%
B 228 of 561 ~ 40.64%

%33.16
%26.2
%40.64

CMYK color model

#BA93E4 color CMYK value is (18,36,0,11).

  • cyan value is 18.42%
  • magenta value is 35.53%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(18,36,0,11)
C18M36Y0K11 
(18%,36%,0%,11%)
(0.18/0.36/0.00/0.11)	

CMYK percentages

%18.42
%35.53
%0
%10.59

Codes

Color #BA93E4 in popluar color models

BA93E4
RGB186147228
HSL269°60.00%73.53%
HSB/HSV269°35.53%89.41%
CMYK18.42%35.53%0.00%
10.59%

Color #BA93E4 in popluar number systems.

HEXBA93E4
Decimal186147228
Binary101110101001001111100100
Octal272223344

Shades and tints

Shades of #BA93E4

#BA93E4
(186,147,228)
#AA86D0
(170,134,208)
#9A79BC
(154,121,188)
#8A6CA8
(138,108,168)
#7A5F94
(122,95,148)
#6A5280
(106,82,128)
#5A456C
(90,69,108)
#4A3858
(74,56,88)
#3A2B44
(58,43,68)
#2A1E30
(42,30,48)
#1A111C
(26,17,28)
#000000
(0,0,0)

Tints of #BA93E4

#BA93E4
(186,147,228)
#C09CE6
(192,156,230)
#C6A5E8
(198,165,232)
#CCAEEA
(204,174,234)
#D2B7EC
(210,183,236)
#D8C0EE
(216,192,238)
#DEC9F0
(222,201,240)
#E4D2F2
(228,210,242)
#EADBF4
(234,219,244)
#F0E4F6
(240,228,246)
#F6EDF8
(246,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA93E4 color. Also use rgb(186,147,228) instead hex code.

Text Font Color

.myTextColor { color: #BA93E4; }

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

This text font color is #BA93E4.


Background Color

.myBgColor { background-color: #BA93E4; }

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

This div background color is #BA93E4.


Border color

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

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

This div border color is #BA93E4.


Opacity

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

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

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

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

This text has shadow with #BA93E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA93E4 on black background.


Color preview on white background

This text has color #BA93E4 on white background.



Black color preview on #BA93E4 background

This text has black color on #BA93E4 background.


White color preview on #BA93E4 background

This text has white color on #BA93E4 background.