COLOR #BA53B9

HEX: #BA53B9 RGB: (186,83,185)

Color info

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

RGB color model

#BA53B9 color RGB value is (186,83,185).

RGB: (186,83,185) (73%, 33%, 73%)

RGB channels and saturation

R 186 of 255 = 73%
G 83 of 255 = 33%
B 185 of 255 = 73%

186
83
185

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

Portions of RGB colors in percentages

R + G + B = 186 + 83 + 185 = 454 (100%)
R 186 of 454 ~ 40.97%
G 83 of 454 ~ 18.28%
B 185 of 454 ~ 40.75'%

%40.97
%18.28
%40.75

CMYK color model

#BA53B9 color CMYK value is (0,55,1,27).

  • cyan value is 0.00%
  • magenta value is 55.38%
  • yellow value is 0.54%
  • key color value is 27.06%

CMYK: (0,55,1,27)
C0M55Y1K27 (0%, 55%, 1%, 27%)
(0.00 / 0.55 / 0.01 / 0.27)

CMYK percentages

%0
%55.38
%0.54
%27.06

Codes

Color #BA53B9 in popluar color models

BA 53 B9
RGB 186 83 185
HSL 301° 42.74% 52.75%
HSB/HSV 301° 55.38% 72.94%
CMYK 0.00% 55.38% 0.54%
27.06%

Color #BA53B9 in popluar number systems.

HEX BA 53 B9
Decimal 186 83 185
Binary 10111010 1010011 10111001
Octal 272 123 271

Shades and tints

Shades of #BA53B9

#BA53B9
(186,83,185)
#AA4CA9
(170,76,169)
#9A4599
(154,69,153)
#8A3E89
(138,62,137)
#7A3779
(122,55,121)
#6A3069
(106,48,105)
#5A2959
(90,41,89)
#4A2249
(74,34,73)
#3A1B39
(58,27,57)
#2A1429
(42,20,41)
#1A0D19
(26,13,25)
#000000
(0,0,0)

Tints of #BA53B9

#BA53B9
(186,83,185)
#C062BF
(192,98,191)
#C671C5
(198,113,197)
#CC80CB
(204,128,203)
#D28FD1
(210,143,209)
#D89ED7
(216,158,215)
#DEADDD
(222,173,221)
#E4BCE3
(228,188,227)
#EACBE9
(234,203,233)
#F0DAEF
(240,218,239)
#F6E9F5
(246,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA53B9; }

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

This text font color is #BA53B9.

Background Color

.myBgColor { background-color: #BA53B9; }

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

This div background color is #BA53B9.

Border color

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

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

This div border color is #BA53B9.

Opacity

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

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

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

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

This text has shadow with #BA53B9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BA53B9.

Preview

Color preview on black background

This text has color #BA53B9 on black background.


Color preview on white background

This text has color #BA53B9 on white background.


Black color preview on #BA53B9 background

This text has black color on #BA53B9 background.


White color preview on #BA53B9 background

This text has white color on #BA53B9 background.


Related colors

Complementary color

Complementary color for #hex is #45AC46.


I love getcolorcode.com

Triadic colors

1 #B9BA53 and #53B9BA with #BA53B9 are triadic colors.

2 #B953BA and #53BAB9 with #BA53B9 are triadic colors.