COLOR #BA93D9

HEX: #BA93D9 RGB: (186,147,217)

Color info

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

RGB color model

#BA93D9 color RGB value is (186,147,217).

RGB: (186,147,217) (73%, 58%, 85%)

RGB channels and saturation

R 186 of 255 = 73%
G 147 of 255 = 58%
B 217 of 255 = 85%

186
147
217

R + G + B ~ 72%. #BA93D9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 147 + 217 = 550 (100%)
R 186 of 550 ~ 33.82%
G 147 of 550 ~ 26.73%
B 217 of 550 ~ 39.45'%

%33.82
%26.73
%39.45

CMYK color model

#BA93D9 color CMYK value is (14,32,0,15).

  • cyan value is 14.29%
  • magenta value is 32.26%
  • yellow value is 0.00%
  • key color value is 14.90%

CMYK: (14,32,0,15)
C14M32Y0K15 (14%, 32%, 0%, 15%)
(0.14 / 0.32 / 0.00 / 0.15)

CMYK percentages

%14.29
%32.26
%0
%14.9

Codes

Color #BA93D9 in popluar color models

BA 93 D9
RGB 186 147 217
HSL 273° 47.95% 71.37%
HSB/HSV 273° 32.26% 85.10%
CMYK 14.29% 32.26% 0.00%
14.90%

Color #BA93D9 in popluar number systems.

HEX BA 93 D9
Decimal 186 147 217
Binary 10111010 10010011 11011001
Octal 272 223 331

Shades and tints

Shades of #BA93D9

#BA93D9
(186,147,217)
#AA86C6
(170,134,198)
#9A79B3
(154,121,179)
#8A6CA0
(138,108,160)
#7A5F8D
(122,95,141)
#6A527A
(106,82,122)
#5A4567
(90,69,103)
#4A3854
(74,56,84)
#3A2B41
(58,43,65)
#2A1E2E
(42,30,46)
#1A111B
(26,17,27)
#000000
(0,0,0)

Tints of #BA93D9

#BA93D9
(186,147,217)
#C09CDC
(192,156,220)
#C6A5DF
(198,165,223)
#CCAEE2
(204,174,226)
#D2B7E5
(210,183,229)
#D8C0E8
(216,192,232)
#DEC9EB
(222,201,235)
#E4D2EE
(228,210,238)
#EADBF1
(234,219,241)
#F0E4F4
(240,228,244)
#F6EDF7
(246,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA93D9; }

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

This text font color is #BA93D9.

Background Color

.myBgColor { background-color: #BA93D9; }

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

This div background color is #BA93D9.

Border color

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

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

This div border color is #BA93D9.

Opacity

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

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

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

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

This text has shadow with #BA93D9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BA93D9.

Preview

Color preview on black background

This text has color #BA93D9 on black background.


Color preview on white background

This text has color #BA93D9 on white background.


Black color preview on #BA93D9 background

This text has black color on #BA93D9 background.


White color preview on #BA93D9 background

This text has white color on #BA93D9 background.


Related colors

Complementary color

Complementary color for #hex is #456C26.


I love getcolorcode.com

Triadic colors

1 #D9BA93 and #93D9BA with #BA93D9 are triadic colors.

2 #D993BA and #93BAD9 with #BA93D9 are triadic colors.