COLOR #BA70D1

HEX: #BA70D1
RGB: (186,112,209)

Color info

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

RGB color model

#BA70D1 color RGB value is (186,112,209).

  • red value is 186;
  • green value is 112;
  • blue value is 209.
RGB:
(186,112,209)
(73%,44%,82%)

RGB channels and saturation

R 186 of 255 = 73%
G 112 of 255 = 44%
B 209 of 255 = 82%

186
112
209

R + G + B ~ 66%. #BA70D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 112 + 209 = 507 (100%)
R 186 of 507 ~ 36.69%
G 112 of 507 ~ 22.09%
B 209 of 507 ~ 41.22%

%36.69
%22.09
%41.22

CMYK color model

#BA70D1 color CMYK value is (11,46,0,18).

  • cyan value is 11.00%
  • magenta value is 46.41%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(11,46,0,18)
C11M46Y0K18 
(11%,46%,0%,18%)
(0.11/0.46/0.00/0.18)	

CMYK percentages

%11
%46.41
%0
%18.04

Codes

Color #BA70D1 in popluar color models

BA70D1
RGB186112209
HSL286°51.32%62.94%
HSB/HSV286°46.41%81.96%
CMYK11.00%46.41%0.00%
18.04%

Color #BA70D1 in popluar number systems.

HEXBA70D1
Decimal186112209
Binary10111010111000011010001
Octal272160321

Shades and tints

Shades of #BA70D1

#BA70D1
(186,112,209)
#AA66BE
(170,102,190)
#9A5CAB
(154,92,171)
#8A5298
(138,82,152)
#7A4885
(122,72,133)
#6A3E72
(106,62,114)
#5A345F
(90,52,95)
#4A2A4C
(74,42,76)
#3A2039
(58,32,57)
#2A1626
(42,22,38)
#1A0C13
(26,12,19)
#000000
(0,0,0)

Tints of #BA70D1

#BA70D1
(186,112,209)
#C07DD5
(192,125,213)
#C68AD9
(198,138,217)
#CC97DD
(204,151,221)
#D2A4E1
(210,164,225)
#D8B1E5
(216,177,229)
#DEBEE9
(222,190,233)
#E4CBED
(228,203,237)
#EAD8F1
(234,216,241)
#F0E5F5
(240,229,245)
#F6F2F9
(246,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA70D1 color. Also use rgb(186,112,209) instead hex code.

Text Font Color

.myTextColor { color: #BA70D1; }

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

This text font color is #BA70D1.


Background Color

.myBgColor { background-color: #BA70D1; }

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

This div background color is #BA70D1.


Border color

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

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

This div border color is #BA70D1.


Opacity

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

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

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

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

This text has shadow with #BA70D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA70D1 on black background.


Color preview on white background

This text has color #BA70D1 on white background.



Black color preview on #BA70D1 background

This text has black color on #BA70D1 background.


White color preview on #BA70D1 background

This text has white color on #BA70D1 background.