COLOR #BA4BBA

HEX: #BA4BBA
RGB: (186,75,186)

Color info

#BA4BBA contains mainly red and blue colors. Web safe color of #BA4BBA is #CC33CC (or #C3C).

RGB color model

#BA4BBA color RGB value is (186,75,186).

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

RGB channels and saturation

R 186 of 255 = 73%
G 75 of 255 = 29%
B 186 of 255 = 73%

186
75
186

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

Portions of RGB colors in percentages

R + G + B =
186 + 75 + 186 = 447 (100%)
R 186 of 447 ~ 41.61%
G 75 of 447 ~ 16.78%
B 186 of 447 ~ 41.61%

%41.61
%16.78
%41.61

CMYK color model

#BA4BBA color CMYK value is (0,60,0,27).

  • cyan value is 0.00%
  • magenta value is 59.68%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(0,60,0,27)
C0M60Y0K27 
(0%,60%,0%,27%)
(0.00/0.60/0.00/0.27)	

CMYK percentages

%0
%59.68
%0
%27.06

Codes

Color #BA4BBA in popluar color models

BA4BBA
RGB18675186
HSL300°44.58%51.18%
HSB/HSV300°59.68%72.94%
CMYK0.00%59.68%0.00%
27.06%

Color #BA4BBA in popluar number systems.

HEXBA4BBA
Decimal18675186
Binary10111010100101110111010
Octal272113272

Shades and tints

Shades of #BA4BBA

#BA4BBA
(186,75,186)
#AA45AA
(170,69,170)
#9A3F9A
(154,63,154)
#8A398A
(138,57,138)
#7A337A
(122,51,122)
#6A2D6A
(106,45,106)
#5A275A
(90,39,90)
#4A214A
(74,33,74)
#3A1B3A
(58,27,58)
#2A152A
(42,21,42)
#1A0F1A
(26,15,26)
#000000
(0,0,0)

Tints of #BA4BBA

#BA4BBA
(186,75,186)
#C05BC0
(192,91,192)
#C66BC6
(198,107,198)
#CC7BCC
(204,123,204)
#D28BD2
(210,139,210)
#D89BD8
(216,155,216)
#DEABDE
(222,171,222)
#E4BBE4
(228,187,228)
#EACBEA
(234,203,234)
#F0DBF0
(240,219,240)
#F6EBF6
(246,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA4BBA; }

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

This text font color is #BA4BBA.


Background Color

.myBgColor { background-color: #BA4BBA; }

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

This div background color is #BA4BBA.


Border color

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

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

This div border color is #BA4BBA.


Opacity

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

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

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

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

This text has shadow with #BA4BBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA4BBA on black background.


Color preview on white background

This text has color #BA4BBA on white background.



Black color preview on #BA4BBA background

This text has black color on #BA4BBA background.


White color preview on #BA4BBA background

This text has white color on #BA4BBA background.