COLOR #BA59B9

HEX: #BA59B9
RGB: (186,89,185)

Color info

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

RGB color model

#BA59B9 color RGB value is (186,89,185).

  • red value is 186;
  • green value is 89;
  • blue value is 185.
RGB:
(186,89,185)
(73%,35%,73%)

RGB channels and saturation

R 186 of 255 = 73%
G 89 of 255 = 35%
B 185 of 255 = 73%

186
89
185

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

Portions of RGB colors in percentages

R + G + B =
186 + 89 + 185 = 460 (100%)
R 186 of 460 ~ 40.43%
G 89 of 460 ~ 19.35%
B 185 of 460 ~ 40.22%

%40.43
%19.35
%40.22

CMYK color model

#BA59B9 color CMYK value is (0,52,1,27).

  • cyan value is 0.00%
  • magenta value is 52.15%
  • yellow value is 0.54%
  • key color value is 27.06%
CMYK:
(0,52,1,27)
C0M52Y1K27 
(0%,52%,1%,27%)
(0.00/0.52/0.01/0.27)	

CMYK percentages

%0
%52.15
%0.54
%27.06

Codes

Color #BA59B9 in popluar color models

BA59B9
RGB18689185
HSL301°41.28%53.92%
HSB/HSV301°52.15%72.94%
CMYK0.00%52.15%0.54%
27.06%

Color #BA59B9 in popluar number systems.

HEXBA59B9
Decimal18689185
Binary10111010101100110111001
Octal272131271

Shades and tints

Shades of #BA59B9

#BA59B9
(186,89,185)
#AA51A9
(170,81,169)
#9A4999
(154,73,153)
#8A4189
(138,65,137)
#7A3979
(122,57,121)
#6A3169
(106,49,105)
#5A2959
(90,41,89)
#4A2149
(74,33,73)
#3A1939
(58,25,57)
#2A1129
(42,17,41)
#1A0919
(26,9,25)
#000000
(0,0,0)

Tints of #BA59B9

#BA59B9
(186,89,185)
#C068BF
(192,104,191)
#C677C5
(198,119,197)
#CC86CB
(204,134,203)
#D295D1
(210,149,209)
#D8A4D7
(216,164,215)
#DEB3DD
(222,179,221)
#E4C2E3
(228,194,227)
#EAD1E9
(234,209,233)
#F0E0EF
(240,224,239)
#F6EFF5
(246,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA59B9; }

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

This text font color is #BA59B9.


Background Color

.myBgColor { background-color: #BA59B9; }

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

This div background color is #BA59B9.


Border color

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

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

This div border color is #BA59B9.


Opacity

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

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

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

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

This text has shadow with #BA59B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA59B9 on black background.


Color preview on white background

This text has color #BA59B9 on white background.



Black color preview on #BA59B9 background

This text has black color on #BA59B9 background.


White color preview on #BA59B9 background

This text has white color on #BA59B9 background.