COLOR #BA51CD

HEX: #BA51CD
RGB: (186,81,205)

Color info

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

RGB color model

#BA51CD color RGB value is (186,81,205).

  • red value is 186;
  • green value is 81;
  • blue value is 205.
RGB:
(186,81,205)
(73%,32%,80%)

RGB channels and saturation

R 186 of 255 = 73%
G 81 of 255 = 32%
B 205 of 255 = 80%

186
81
205

R + G + B ~ 62%. #BA51CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 81 + 205 = 472 (100%)
R 186 of 472 ~ 39.41%
G 81 of 472 ~ 17.16%
B 205 of 472 ~ 43.43%

%39.41
%17.16
%43.43

CMYK color model

#BA51CD color CMYK value is (9,60,0,20).

  • cyan value is 9.27%
  • magenta value is 60.49%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(9,60,0,20)
C9M60Y0K20 
(9%,60%,0%,20%)
(0.09/0.60/0.00/0.20)	

CMYK percentages

%9.27
%60.49
%0
%19.61

Codes

Color #BA51CD in popluar color models

BA51CD
RGB18681205
HSL291°55.36%56.08%
HSB/HSV291°60.49%80.39%
CMYK9.27%60.49%0.00%
19.61%

Color #BA51CD in popluar number systems.

HEXBA51CD
Decimal18681205
Binary10111010101000111001101
Octal272121315

Shades and tints

Shades of #BA51CD

#BA51CD
(186,81,205)
#AA4ABB
(170,74,187)
#9A43A9
(154,67,169)
#8A3C97
(138,60,151)
#7A3585
(122,53,133)
#6A2E73
(106,46,115)
#5A2761
(90,39,97)
#4A204F
(74,32,79)
#3A193D
(58,25,61)
#2A122B
(42,18,43)
#1A0B19
(26,11,25)
#000000
(0,0,0)

Tints of #BA51CD

#BA51CD
(186,81,205)
#C060D1
(192,96,209)
#C66FD5
(198,111,213)
#CC7ED9
(204,126,217)
#D28DDD
(210,141,221)
#D89CE1
(216,156,225)
#DEABE5
(222,171,229)
#E4BAE9
(228,186,233)
#EAC9ED
(234,201,237)
#F0D8F1
(240,216,241)
#F6E7F5
(246,231,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA51CD color. Also use rgb(186,81,205) instead hex code.

Text Font Color

.myTextColor { color: #BA51CD; }

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

This text font color is #BA51CD.


Background Color

.myBgColor { background-color: #BA51CD; }

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

This div background color is #BA51CD.


Border color

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

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

This div border color is #BA51CD.


Opacity

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

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

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

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

This text has shadow with #BA51CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA51CD on black background.


Color preview on white background

This text has color #BA51CD on white background.



Black color preview on #BA51CD background

This text has black color on #BA51CD background.


White color preview on #BA51CD background

This text has white color on #BA51CD background.