COLOR #BA53B0

HEX: #BA53B0
RGB: (186,83,176)

Color info

#BA53B0 contains mainly red and blue colors. Web safe color of #BA53B0 is #CC6699 (or #C69).

RGB color model

#BA53B0 color RGB value is (186,83,176).

  • red value is 186;
  • green value is 83;
  • blue value is 176.
RGB:
(186,83,176)
(73%,33%,69%)

RGB channels and saturation

R 186 of 255 = 73%
G 83 of 255 = 33%
B 176 of 255 = 69%

186
83
176

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

Portions of RGB colors in percentages

R + G + B =
186 + 83 + 176 = 445 (100%)
R 186 of 445 ~ 41.8%
G 83 of 445 ~ 18.65%
B 176 of 445 ~ 39.55%

%41.8
%18.65
%39.55

CMYK color model

#BA53B0 color CMYK value is (0,55,5,27).

  • cyan value is 0.00%
  • magenta value is 55.38%
  • yellow value is 5.38%
  • key color value is 27.06%
CMYK:
(0,55,5,27)
C0M55Y5K27 
(0%,55%,5%,27%)
(0.00/0.55/0.05/0.27)	

CMYK percentages

%0
%55.38
%5.38
%27.06

Codes

Color #BA53B0 in popluar color models

BA53B0
RGB18683176
HSL306°42.74%52.75%
HSB/HSV306°55.38%72.94%
CMYK0.00%55.38%5.38%
27.06%

Color #BA53B0 in popluar number systems.

HEXBA53B0
Decimal18683176
Binary10111010101001110110000
Octal272123260

Shades and tints

Shades of #BA53B0

#BA53B0
(186,83,176)
#AA4CA0
(170,76,160)
#9A4590
(154,69,144)
#8A3E80
(138,62,128)
#7A3770
(122,55,112)
#6A3060
(106,48,96)
#5A2950
(90,41,80)
#4A2240
(74,34,64)
#3A1B30
(58,27,48)
#2A1420
(42,20,32)
#1A0D10
(26,13,16)
#000000
(0,0,0)

Tints of #BA53B0

#BA53B0
(186,83,176)
#C062B7
(192,98,183)
#C671BE
(198,113,190)
#CC80C5
(204,128,197)
#D28FCC
(210,143,204)
#D89ED3
(216,158,211)
#DEADDA
(222,173,218)
#E4BCE1
(228,188,225)
#EACBE8
(234,203,232)
#F0DAEF
(240,218,239)
#F6E9F6
(246,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA53B0; }

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

This text font color is #BA53B0.


Background Color

.myBgColor { background-color: #BA53B0; }

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

This div background color is #BA53B0.


Border color

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

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

This div border color is #BA53B0.


Opacity

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

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

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

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

This text has shadow with #BA53B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA53B0 on black background.


Color preview on white background

This text has color #BA53B0 on white background.



Black color preview on #BA53B0 background

This text has black color on #BA53B0 background.


White color preview on #BA53B0 background

This text has white color on #BA53B0 background.