COLOR #BA5CC2

HEX: #BA5CC2
RGB: (186,92,194)

Color info

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

RGB color model

#BA5CC2 color RGB value is (186,92,194).

  • red value is 186;
  • green value is 92;
  • blue value is 194.
RGB:
(186,92,194)
(73%,36%,76%)

RGB channels and saturation

R 186 of 255 = 73%
G 92 of 255 = 36%
B 194 of 255 = 76%

186
92
194

R + G + B ~ 62%. #BA5CC2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 92 + 194 = 472 (100%)
R 186 of 472 ~ 39.41%
G 92 of 472 ~ 19.49%
B 194 of 472 ~ 41.1%

%39.41
%19.49
%41.1

CMYK color model

#BA5CC2 color CMYK value is (4,53,0,24).

  • cyan value is 4.12%
  • magenta value is 52.58%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(4,53,0,24)
C4M53Y0K24 
(4%,53%,0%,24%)
(0.04/0.53/0.00/0.24)	

CMYK percentages

%4.12
%52.58
%0
%23.92

Codes

Color #BA5CC2 in popluar color models

BA5CC2
RGB18692194
HSL295°45.54%56.08%
HSB/HSV295°52.58%76.08%
CMYK4.12%52.58%0.00%
23.92%

Color #BA5CC2 in popluar number systems.

HEXBA5CC2
Decimal18692194
Binary10111010101110011000010
Octal272134302

Shades and tints

Shades of #BA5CC2

#BA5CC2
(186,92,194)
#AA54B1
(170,84,177)
#9A4CA0
(154,76,160)
#8A448F
(138,68,143)
#7A3C7E
(122,60,126)
#6A346D
(106,52,109)
#5A2C5C
(90,44,92)
#4A244B
(74,36,75)
#3A1C3A
(58,28,58)
#2A1429
(42,20,41)
#1A0C18
(26,12,24)
#000000
(0,0,0)

Tints of #BA5CC2

#BA5CC2
(186,92,194)
#C06AC7
(192,106,199)
#C678CC
(198,120,204)
#CC86D1
(204,134,209)
#D294D6
(210,148,214)
#D8A2DB
(216,162,219)
#DEB0E0
(222,176,224)
#E4BEE5
(228,190,229)
#EACCEA
(234,204,234)
#F0DAEF
(240,218,239)
#F6E8F4
(246,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA5CC2; }

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

This text font color is #BA5CC2.


Background Color

.myBgColor { background-color: #BA5CC2; }

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

This div background color is #BA5CC2.


Border color

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

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

This div border color is #BA5CC2.


Opacity

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

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

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

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

This text has shadow with #BA5CC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA5CC2 on black background.


Color preview on white background

This text has color #BA5CC2 on white background.



Black color preview on #BA5CC2 background

This text has black color on #BA5CC2 background.


White color preview on #BA5CC2 background

This text has white color on #BA5CC2 background.