COLOR #BA6DEE

HEX: #BA6DEE
RGB: (186,109,238)

Color info

#BA6DEE contains mainly red and blue colors. Web safe color of #BA6DEE is #CC66FF (or #C6F).

RGB color model

#BA6DEE color RGB value is (186,109,238).

  • red value is 186;
  • green value is 109;
  • blue value is 238.
RGB:
(186,109,238)
(73%,43%,93%)

RGB channels and saturation

R 186 of 255 = 73%
G 109 of 255 = 43%
B 238 of 255 = 93%

186
109
238

R + G + B ~ 70%. #BA6DEE is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 109 + 238 = 533 (100%)
R 186 of 533 ~ 34.9%
G 109 of 533 ~ 20.45%
B 238 of 533 ~ 44.65%

%34.9
%20.45
%44.65

CMYK color model

#BA6DEE color CMYK value is (22,54,0,7).

  • cyan value is 21.85%
  • magenta value is 54.20%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(22,54,0,7)
C22M54Y0K7 
(22%,54%,0%,7%)
(0.22/0.54/0.00/0.07)	

CMYK percentages

%21.85
%54.2
%0
%6.67

Codes

Color #BA6DEE in popluar color models

BA6DEE
RGB186109238
HSL276°79.14%68.04%
HSB/HSV276°54.20%93.33%
CMYK21.85%54.20%0.00%
6.67%

Color #BA6DEE in popluar number systems.

HEXBA6DEE
Decimal186109238
Binary10111010110110111101110
Octal272155356

Shades and tints

Shades of #BA6DEE

#BA6DEE
(186,109,238)
#AA64D9
(170,100,217)
#9A5BC4
(154,91,196)
#8A52AF
(138,82,175)
#7A499A
(122,73,154)
#6A4085
(106,64,133)
#5A3770
(90,55,112)
#4A2E5B
(74,46,91)
#3A2546
(58,37,70)
#2A1C31
(42,28,49)
#1A131C
(26,19,28)
#000000
(0,0,0)

Tints of #BA6DEE

#BA6DEE
(186,109,238)
#C07AEF
(192,122,239)
#C687F0
(198,135,240)
#CC94F1
(204,148,241)
#D2A1F2
(210,161,242)
#D8AEF3
(216,174,243)
#DEBBF4
(222,187,244)
#E4C8F5
(228,200,245)
#EAD5F6
(234,213,246)
#F0E2F7
(240,226,247)
#F6EFF8
(246,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA6DEE color. Also use rgb(186,109,238) instead hex code.

Text Font Color

.myTextColor { color: #BA6DEE; }

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

This text font color is #BA6DEE.


Background Color

.myBgColor { background-color: #BA6DEE; }

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

This div background color is #BA6DEE.


Border color

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

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

This div border color is #BA6DEE.


Opacity

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

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

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

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

This text has shadow with #BA6DEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA6DEE on black background.


Color preview on white background

This text has color #BA6DEE on white background.



Black color preview on #BA6DEE background

This text has black color on #BA6DEE background.


White color preview on #BA6DEE background

This text has white color on #BA6DEE background.