COLOR #BA83ED

HEX: #BA83ED RGB: (186,131,237)

Color info

#BA83ED contains mainly red and blue colors. Web safe color of #BA83ED is #CC99FF (or #C9F).

RGB color model

#BA83ED color RGB value is (186,131,237).

RGB: (186,131,237) (73%, 51%, 93%)

RGB channels and saturation

R 186 of 255 = 73%
G 131 of 255 = 51%
B 237 of 255 = 93%

186
131
237

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

Portions of RGB colors in percentages

R + G + B = 186 + 131 + 237 = 554 (100%)
R 186 of 554 ~ 33.57%
G 131 of 554 ~ 23.65%
B 237 of 554 ~ 42.78'%

%33.57
%23.65
%42.78

CMYK color model

#BA83ED color CMYK value is (22,45,0,7).

  • cyan value is 21.52%
  • magenta value is 44.73%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (22,45,0,7)
C22M45Y0K7 (22%, 45%, 0%, 7%)
(0.22 / 0.45 / 0.00 / 0.07)

CMYK percentages

%21.52
%44.73
%0
%7.06

Codes

Color #BA83ED in popluar color models

BA 83 ED
RGB 186 131 237
HSL 271° 74.65% 72.16%
HSB/HSV 271° 44.73% 92.94%
CMYK 21.52% 44.73% 0.00%
7.06%

Color #BA83ED in popluar number systems.

HEX BA 83 ED
Decimal 186 131 237
Binary 10111010 10000011 11101101
Octal 272 203 355

Shades and tints

Shades of #BA83ED

#BA83ED
(186,131,237)
#AA78D8
(170,120,216)
#9A6DC3
(154,109,195)
#8A62AE
(138,98,174)
#7A5799
(122,87,153)
#6A4C84
(106,76,132)
#5A416F
(90,65,111)
#4A365A
(74,54,90)
#3A2B45
(58,43,69)
#2A2030
(42,32,48)
#1A151B
(26,21,27)
#000000
(0,0,0)

Tints of #BA83ED

#BA83ED
(186,131,237)
#C08EEE
(192,142,238)
#C699EF
(198,153,239)
#CCA4F0
(204,164,240)
#D2AFF1
(210,175,241)
#D8BAF2
(216,186,242)
#DEC5F3
(222,197,243)
#E4D0F4
(228,208,244)
#EADBF5
(234,219,245)
#F0E6F6
(240,230,246)
#F6F1F7
(246,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA83ED color. Also use rgb(186,131,237) instead hex code.

Text Font Color

.myTextColor { color: #BA83ED; }

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

This text font color is #BA83ED.

Background Color

.myBgColor { background-color: #BA83ED; }

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

This div background color is #BA83ED.

Border color

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

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

This div border color is #BA83ED.

Opacity

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

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

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

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

This text has shadow with #BA83ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BA83ED.

Preview

Color preview on black background

This text has color #BA83ED on black background.


Color preview on white background

This text has color #BA83ED on white background.


Black color preview on #BA83ED background

This text has black color on #BA83ED background.


White color preview on #BA83ED background

This text has white color on #BA83ED background.


Related colors

Complementary color

Complementary color for #hex is #457C12.


I love getcolorcode.com

Triadic colors

1 #EDBA83 and #83EDBA with #BA83ED are triadic colors.

2 #ED83BA and #83BAED with #BA83ED are triadic colors.