COLOR #BA94E6

HEX: #BA94E6
RGB: (186,148,230)

Color info

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

RGB color model

#BA94E6 color RGB value is (186,148,230).

  • red value is 186;
  • green value is 148;
  • blue value is 230.
RGB:
(186,148,230)
(73%,58%,90%)

RGB channels and saturation

R 186 of 255 = 73%
G 148 of 255 = 58%
B 230 of 255 = 90%

186
148
230

R + G + B ~ 74%. #BA94E6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 148 + 230 = 564 (100%)
R 186 of 564 ~ 32.98%
G 148 of 564 ~ 26.24%
B 230 of 564 ~ 40.78%

%32.98
%26.24
%40.78

CMYK color model

#BA94E6 color CMYK value is (19,36,0,10).

  • cyan value is 19.13%
  • magenta value is 35.65%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(19,36,0,10)
C19M36Y0K10 
(19%,36%,0%,10%)
(0.19/0.36/0.00/0.10)	

CMYK percentages

%19.13
%35.65
%0
%9.8

Codes

Color #BA94E6 in popluar color models

BA94E6
RGB186148230
HSL268°62.12%74.12%
HSB/HSV268°35.65%90.20%
CMYK19.13%35.65%0.00%
9.80%

Color #BA94E6 in popluar number systems.

HEXBA94E6
Decimal186148230
Binary101110101001010011100110
Octal272224346

Shades and tints

Shades of #BA94E6

#BA94E6
(186,148,230)
#AA87D2
(170,135,210)
#9A7ABE
(154,122,190)
#8A6DAA
(138,109,170)
#7A6096
(122,96,150)
#6A5382
(106,83,130)
#5A466E
(90,70,110)
#4A395A
(74,57,90)
#3A2C46
(58,44,70)
#2A1F32
(42,31,50)
#1A121E
(26,18,30)
#000000
(0,0,0)

Tints of #BA94E6

#BA94E6
(186,148,230)
#C09DE8
(192,157,232)
#C6A6EA
(198,166,234)
#CCAFEC
(204,175,236)
#D2B8EE
(210,184,238)
#D8C1F0
(216,193,240)
#DECAF2
(222,202,242)
#E4D3F4
(228,211,244)
#EADCF6
(234,220,246)
#F0E5F8
(240,229,248)
#F6EEFA
(246,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA94E6 color. Also use rgb(186,148,230) instead hex code.

Text Font Color

.myTextColor { color: #BA94E6; }

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

This text font color is #BA94E6.


Background Color

.myBgColor { background-color: #BA94E6; }

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

This div background color is #BA94E6.


Border color

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

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

This div border color is #BA94E6.


Opacity

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

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

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

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

This text has shadow with #BA94E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA94E6 on black background.


Color preview on white background

This text has color #BA94E6 on white background.



Black color preview on #BA94E6 background

This text has black color on #BA94E6 background.


White color preview on #BA94E6 background

This text has white color on #BA94E6 background.