COLOR #BA60BA

HEX: #BA60BA
RGB: (186,96,186)

Color info

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

RGB color model

#BA60BA color RGB value is (186,96,186).

  • red value is 186;
  • green value is 96;
  • blue value is 186.
RGB:
(186,96,186)
(73%,38%,73%)

RGB channels and saturation

R 186 of 255 = 73%
G 96 of 255 = 38%
B 186 of 255 = 73%

186
96
186

R + G + B ~ 61%. #BA60BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 96 + 186 = 468 (100%)
R 186 of 468 ~ 39.74%
G 96 of 468 ~ 20.51%
B 186 of 468 ~ 39.74%

%39.74
%20.51
%39.74

CMYK color model

#BA60BA color CMYK value is (0,48,0,27).

  • cyan value is 0.00%
  • magenta value is 48.39%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(0,48,0,27)
C0M48Y0K27 
(0%,48%,0%,27%)
(0.00/0.48/0.00/0.27)	

CMYK percentages

%0
%48.39
%0
%27.06

Codes

Color #BA60BA in popluar color models

BA60BA
RGB18696186
HSL300°39.47%55.29%
HSB/HSV300°48.39%72.94%
CMYK0.00%48.39%0.00%
27.06%

Color #BA60BA in popluar number systems.

HEXBA60BA
Decimal18696186
Binary10111010110000010111010
Octal272140272

Shades and tints

Shades of #BA60BA

#BA60BA
(186,96,186)
#AA58AA
(170,88,170)
#9A509A
(154,80,154)
#8A488A
(138,72,138)
#7A407A
(122,64,122)
#6A386A
(106,56,106)
#5A305A
(90,48,90)
#4A284A
(74,40,74)
#3A203A
(58,32,58)
#2A182A
(42,24,42)
#1A101A
(26,16,26)
#000000
(0,0,0)

Tints of #BA60BA

#BA60BA
(186,96,186)
#C06EC0
(192,110,192)
#C67CC6
(198,124,198)
#CC8ACC
(204,138,204)
#D298D2
(210,152,210)
#D8A6D8
(216,166,216)
#DEB4DE
(222,180,222)
#E4C2E4
(228,194,228)
#EAD0EA
(234,208,234)
#F0DEF0
(240,222,240)
#F6ECF6
(246,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA60BA; }

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

This text font color is #BA60BA.


Background Color

.myBgColor { background-color: #BA60BA; }

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

This div background color is #BA60BA.


Border color

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

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

This div border color is #BA60BA.


Opacity

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

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

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

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

This text has shadow with #BA60BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA60BA on black background.


Color preview on white background

This text has color #BA60BA on white background.



Black color preview on #BA60BA background

This text has black color on #BA60BA background.


White color preview on #BA60BA background

This text has white color on #BA60BA background.