COLOR #BA7BCA

HEX: #BA7BCA
RGB: (186,123,202)

Color info

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

RGB color model

#BA7BCA color RGB value is (186,123,202).

  • red value is 186;
  • green value is 123;
  • blue value is 202.
RGB:
(186,123,202)
(73%,48%,79%)

RGB channels and saturation

R 186 of 255 = 73%
G 123 of 255 = 48%
B 202 of 255 = 79%

186
123
202

R + G + B ~ 67%. #BA7BCA is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 123 + 202 = 511 (100%)
R 186 of 511 ~ 36.4%
G 123 of 511 ~ 24.07%
B 202 of 511 ~ 39.53%

%36.4
%24.07
%39.53

CMYK color model

#BA7BCA color CMYK value is (8,39,0,21).

  • cyan value is 7.92%
  • magenta value is 39.11%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(8,39,0,21)
C8M39Y0K21 
(8%,39%,0%,21%)
(0.08/0.39/0.00/0.21)	

CMYK percentages

%7.92
%39.11
%0
%20.78

Codes

Color #BA7BCA in popluar color models

BA7BCA
RGB186123202
HSL288°42.70%63.73%
HSB/HSV288°39.11%79.22%
CMYK7.92%39.11%0.00%
20.78%

Color #BA7BCA in popluar number systems.

HEXBA7BCA
Decimal186123202
Binary10111010111101111001010
Octal272173312

Shades and tints

Shades of #BA7BCA

#BA7BCA
(186,123,202)
#AA70B8
(170,112,184)
#9A65A6
(154,101,166)
#8A5A94
(138,90,148)
#7A4F82
(122,79,130)
#6A4470
(106,68,112)
#5A395E
(90,57,94)
#4A2E4C
(74,46,76)
#3A233A
(58,35,58)
#2A1828
(42,24,40)
#1A0D16
(26,13,22)
#000000
(0,0,0)

Tints of #BA7BCA

#BA7BCA
(186,123,202)
#C087CE
(192,135,206)
#C693D2
(198,147,210)
#CC9FD6
(204,159,214)
#D2ABDA
(210,171,218)
#D8B7DE
(216,183,222)
#DEC3E2
(222,195,226)
#E4CFE6
(228,207,230)
#EADBEA
(234,219,234)
#F0E7EE
(240,231,238)
#F6F3F2
(246,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA7BCA color. Also use rgb(186,123,202) instead hex code.

Text Font Color

.myTextColor { color: #BA7BCA; }

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

This text font color is #BA7BCA.


Background Color

.myBgColor { background-color: #BA7BCA; }

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

This div background color is #BA7BCA.


Border color

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

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

This div border color is #BA7BCA.


Opacity

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

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

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

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

This text has shadow with #BA7BCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA7BCA on black background.


Color preview on white background

This text has color #BA7BCA on white background.



Black color preview on #BA7BCA background

This text has black color on #BA7BCA background.


White color preview on #BA7BCA background

This text has white color on #BA7BCA background.