COLOR #BA6FDF

HEX: #BA6FDF
RGB: (186,111,223)

Color info

#BA6FDF contains mainly red and blue colors. Web safe color of #BA6FDF is #CC66CC (or #C6C).

RGB color model

#BA6FDF color RGB value is (186,111,223).

  • red value is 186;
  • green value is 111;
  • blue value is 223.
RGB:
(186,111,223)
(73%,44%,87%)

RGB channels and saturation

R 186 of 255 = 73%
G 111 of 255 = 44%
B 223 of 255 = 87%

186
111
223

R + G + B ~ 68%. #BA6FDF is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 111 + 223 = 520 (100%)
R 186 of 520 ~ 35.77%
G 111 of 520 ~ 21.35%
B 223 of 520 ~ 42.88%

%35.77
%21.35
%42.88

CMYK color model

#BA6FDF color CMYK value is (17,50,0,13).

  • cyan value is 16.59%
  • magenta value is 50.22%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(17,50,0,13)
C17M50Y0K13 
(17%,50%,0%,13%)
(0.17/0.50/0.00/0.13)	

CMYK percentages

%16.59
%50.22
%0
%12.55

Codes

Color #BA6FDF in popluar color models

BA6FDF
RGB186111223
HSL280°63.64%65.49%
HSB/HSV280°50.22%87.45%
CMYK16.59%50.22%0.00%
12.55%

Color #BA6FDF in popluar number systems.

HEXBA6FDF
Decimal186111223
Binary10111010110111111011111
Octal272157337

Shades and tints

Shades of #BA6FDF

#BA6FDF
(186,111,223)
#AA65CB
(170,101,203)
#9A5BB7
(154,91,183)
#8A51A3
(138,81,163)
#7A478F
(122,71,143)
#6A3D7B
(106,61,123)
#5A3367
(90,51,103)
#4A2953
(74,41,83)
#3A1F3F
(58,31,63)
#2A152B
(42,21,43)
#1A0B17
(26,11,23)
#000000
(0,0,0)

Tints of #BA6FDF

#BA6FDF
(186,111,223)
#C07CE1
(192,124,225)
#C689E3
(198,137,227)
#CC96E5
(204,150,229)
#D2A3E7
(210,163,231)
#D8B0E9
(216,176,233)
#DEBDEB
(222,189,235)
#E4CAED
(228,202,237)
#EAD7EF
(234,215,239)
#F0E4F1
(240,228,241)
#F6F1F3
(246,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA6FDF color. Also use rgb(186,111,223) instead hex code.

Text Font Color

.myTextColor { color: #BA6FDF; }

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

This text font color is #BA6FDF.


Background Color

.myBgColor { background-color: #BA6FDF; }

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

This div background color is #BA6FDF.


Border color

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

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

This div border color is #BA6FDF.


Opacity

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

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

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

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

This text has shadow with #BA6FDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA6FDF on black background.


Color preview on white background

This text has color #BA6FDF on white background.



Black color preview on #BA6FDF background

This text has black color on #BA6FDF background.


White color preview on #BA6FDF background

This text has white color on #BA6FDF background.