COLOR #BA00BA

HEX: #BA00BA RGB: (186,0,186)

Color info

#BA00BA contains only red and blue colors. Web safe color of #BA00BA is #CC00CC (or #C0C).

RGB color model

#BA00BA color RGB value is (186,0,186).

RGB: (186,0,186) (73%, 0%, 73%)

RGB channels and saturation

R 186 of 255 = 73%
G 0 of 255 = 0%
B 186 of 255 = 73%

186
0
186

R + G + B ~ 49%. #BA00BA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 186 + 0 + 186 = 372 (100%)
R 186 of 372 ~ 50%
G 0 of 372 ~ 0%
B 186 of 372 ~ 50'%

%50
%50

CMYK color model

#BA00BA color CMYK value is (0,100,0,27).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 27.06%

CMYK: (0,100,0,27)
C0M100Y0K27 (0%, 100%, 0%, 27%)
(0.00 / 1.00 / 0.00 / 0.27)

CMYK percentages

%0
%100
%0
%27.06

Codes

Color #BA00BA in popluar color models

BA 00 BA
RGB 186 0 186
HSL 300° 100.00% 36.47%
HSB/HSV 300° 100.00% 72.94%
CMYK 0.00% 100.00% 0.00%
27.06%

Color #BA00BA in popluar number systems.

HEX BA 00 BA
Decimal 186 0 186
Binary 10111010 0 10111010
Octal 272 0 272

Shades and tints

Shades of #BA00BA

#BA00BA
(186,0,186)
#AA00AA
(170,0,170)
#9A009A
(154,0,154)
#8A008A
(138,0,138)
#7A007A
(122,0,122)
#6A006A
(106,0,106)
#5A005A
(90,0,90)
#4A004A
(74,0,74)
#3A003A
(58,0,58)
#2A002A
(42,0,42)
#1A001A
(26,0,26)
#000000
(0,0,0)

Tints of #BA00BA

#BA00BA
(186,0,186)
#C017C0
(192,23,192)
#C62EC6
(198,46,198)
#CC45CC
(204,69,204)
#D25CD2
(210,92,210)
#D873D8
(216,115,216)
#DE8ADE
(222,138,222)
#E4A1E4
(228,161,228)
#EAB8EA
(234,184,234)
#F0CFF0
(240,207,240)
#F6E6F6
(246,230,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA00BA; }

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

This text font color is #BA00BA.

Background Color

.myBgColor { background-color: #BA00BA; }

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

This div background color is #BA00BA.

Border color

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

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

This div border color is #BA00BA.

Opacity

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

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

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

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

This text has shadow with #BA00BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BA00BA.

Preview

Color preview on black background

This text has color #BA00BA on black background.


Color preview on white background

This text has color #BA00BA on white background.


Black color preview on #BA00BA background

This text has black color on #BA00BA background.


White color preview on #BA00BA background

This text has white color on #BA00BA background.


Related colors

Complementary color

Complementary color for #hex is #45FF45.


I love getcolorcode.com

Triadic colors

1 #BABA00 and #00BABA with #BA00BA are triadic colors.

2 #BA00BA and #00BABA with #BA00BA are triadic colors.