COLOR #BA7CCD

HEX: #BA7CCD
RGB: (186,124,205)

Color info

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

RGB color model

#BA7CCD color RGB value is (186,124,205).

  • red value is 186;
  • green value is 124;
  • blue value is 205.
RGB:
(186,124,205)
(73%,49%,80%)

RGB channels and saturation

R 186 of 255 = 73%
G 124 of 255 = 49%
B 205 of 255 = 80%

186
124
205

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

Portions of RGB colors in percentages

R + G + B =
186 + 124 + 205 = 515 (100%)
R 186 of 515 ~ 36.12%
G 124 of 515 ~ 24.08%
B 205 of 515 ~ 39.81%

%36.12
%24.08
%39.81

CMYK color model

#BA7CCD color CMYK value is (9,40,0,20).

  • cyan value is 9.27%
  • magenta value is 39.51%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(9,40,0,20)
C9M40Y0K20 
(9%,40%,0%,20%)
(0.09/0.40/0.00/0.20)	

CMYK percentages

%9.27
%39.51
%0
%19.61

Codes

Color #BA7CCD in popluar color models

BA7CCD
RGB186124205
HSL286°44.75%64.51%
HSB/HSV286°39.51%80.39%
CMYK9.27%39.51%0.00%
19.61%

Color #BA7CCD in popluar number systems.

HEXBA7CCD
Decimal186124205
Binary10111010111110011001101
Octal272174315

Shades and tints

Shades of #BA7CCD

#BA7CCD
(186,124,205)
#AA71BB
(170,113,187)
#9A66A9
(154,102,169)
#8A5B97
(138,91,151)
#7A5085
(122,80,133)
#6A4573
(106,69,115)
#5A3A61
(90,58,97)
#4A2F4F
(74,47,79)
#3A243D
(58,36,61)
#2A192B
(42,25,43)
#1A0E19
(26,14,25)
#000000
(0,0,0)

Tints of #BA7CCD

#BA7CCD
(186,124,205)
#C087D1
(192,135,209)
#C692D5
(198,146,213)
#CC9DD9
(204,157,217)
#D2A8DD
(210,168,221)
#D8B3E1
(216,179,225)
#DEBEE5
(222,190,229)
#E4C9E9
(228,201,233)
#EAD4ED
(234,212,237)
#F0DFF1
(240,223,241)
#F6EAF5
(246,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA7CCD color. Also use rgb(186,124,205) instead hex code.

Text Font Color

.myTextColor { color: #BA7CCD; }

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

This text font color is #BA7CCD.


Background Color

.myBgColor { background-color: #BA7CCD; }

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

This div background color is #BA7CCD.


Border color

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

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

This div border color is #BA7CCD.


Opacity

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

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

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

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

This text has shadow with #BA7CCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA7CCD on black background.


Color preview on white background

This text has color #BA7CCD on white background.



Black color preview on #BA7CCD background

This text has black color on #BA7CCD background.


White color preview on #BA7CCD background

This text has white color on #BA7CCD background.