COLOR #BA59B4

HEX: #BA59B4
RGB: (186,89,180)

Color info

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

RGB color model

#BA59B4 color RGB value is (186,89,180).

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

RGB channels and saturation

R 186 of 255 = 73%
G 89 of 255 = 35%
B 180 of 255 = 71%

186
89
180

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

Portions of RGB colors in percentages

R + G + B =
186 + 89 + 180 = 455 (100%)
R 186 of 455 ~ 40.88%
G 89 of 455 ~ 19.56%
B 180 of 455 ~ 39.56%

%40.88
%19.56
%39.56

CMYK color model

#BA59B4 color CMYK value is (0,52,3,27).

  • cyan value is 0.00%
  • magenta value is 52.15%
  • yellow value is 3.23%
  • key color value is 27.06%
CMYK:
(0,52,3,27)
C0M52Y3K27 
(0%,52%,3%,27%)
(0.00/0.52/0.03/0.27)	

CMYK percentages

%0
%52.15
%3.23
%27.06

Codes

Color #BA59B4 in popluar color models

BA59B4
RGB18689180
HSL304°41.28%53.92%
HSB/HSV304°52.15%72.94%
CMYK0.00%52.15%3.23%
27.06%

Color #BA59B4 in popluar number systems.

HEXBA59B4
Decimal18689180
Binary10111010101100110110100
Octal272131264

Shades and tints

Shades of #BA59B4

#BA59B4
(186,89,180)
#AA51A4
(170,81,164)
#9A4994
(154,73,148)
#8A4184
(138,65,132)
#7A3974
(122,57,116)
#6A3164
(106,49,100)
#5A2954
(90,41,84)
#4A2144
(74,33,68)
#3A1934
(58,25,52)
#2A1124
(42,17,36)
#1A0914
(26,9,20)
#000000
(0,0,0)

Tints of #BA59B4

#BA59B4
(186,89,180)
#C068BA
(192,104,186)
#C677C0
(198,119,192)
#CC86C6
(204,134,198)
#D295CC
(210,149,204)
#D8A4D2
(216,164,210)
#DEB3D8
(222,179,216)
#E4C2DE
(228,194,222)
#EAD1E4
(234,209,228)
#F0E0EA
(240,224,234)
#F6EFF0
(246,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA59B4; }

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

This text font color is #BA59B4.


Background Color

.myBgColor { background-color: #BA59B4; }

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

This div background color is #BA59B4.


Border color

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

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

This div border color is #BA59B4.


Opacity

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

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

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

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

This text has shadow with #BA59B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA59B4 on black background.


Color preview on white background

This text has color #BA59B4 on white background.



Black color preview on #BA59B4 background

This text has black color on #BA59B4 background.


White color preview on #BA59B4 background

This text has white color on #BA59B4 background.