COLOR #BA7CBB

HEX: #BA7CBB
RGB: (186,124,187)

Color info

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

RGB color model

#BA7CBB color RGB value is (186,124,187).

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

RGB channels and saturation

R 186 of 255 = 73%
G 124 of 255 = 49%
B 187 of 255 = 73%

186
124
187

R + G + B ~ 65%. #BA7CBB is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 124 + 187 = 497 (100%)
R 186 of 497 ~ 37.42%
G 124 of 497 ~ 24.95%
B 187 of 497 ~ 37.63%

%37.42
%24.95
%37.63

CMYK color model

#BA7CBB color CMYK value is (1,34,0,27).

  • cyan value is 0.53%
  • magenta value is 33.69%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(1,34,0,27)
C1M34Y0K27 
(1%,34%,0%,27%)
(0.01/0.34/0.00/0.27)	

CMYK percentages

%0.53
%33.69
%0
%26.67

Codes

Color #BA7CBB in popluar color models

BA7CBB
RGB186124187
HSL299°31.66%60.98%
HSB/HSV299°33.69%73.33%
CMYK0.53%33.69%0.00%
26.67%

Color #BA7CBB in popluar number systems.

HEXBA7CBB
Decimal186124187
Binary10111010111110010111011
Octal272174273

Shades and tints

Shades of #BA7CBB

#BA7CBB
(186,124,187)
#AA71AA
(170,113,170)
#9A6699
(154,102,153)
#8A5B88
(138,91,136)
#7A5077
(122,80,119)
#6A4566
(106,69,102)
#5A3A55
(90,58,85)
#4A2F44
(74,47,68)
#3A2433
(58,36,51)
#2A1922
(42,25,34)
#1A0E11
(26,14,17)
#000000
(0,0,0)

Tints of #BA7CBB

#BA7CBB
(186,124,187)
#C087C1
(192,135,193)
#C692C7
(198,146,199)
#CC9DCD
(204,157,205)
#D2A8D3
(210,168,211)
#D8B3D9
(216,179,217)
#DEBEDF
(222,190,223)
#E4C9E5
(228,201,229)
#EAD4EB
(234,212,235)
#F0DFF1
(240,223,241)
#F6EAF7
(246,234,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA7CBB; }

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

This text font color is #BA7CBB.


Background Color

.myBgColor { background-color: #BA7CBB; }

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

This div background color is #BA7CBB.


Border color

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

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

This div border color is #BA7CBB.


Opacity

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

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

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

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

This text has shadow with #BA7CBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA7CBB on black background.


Color preview on white background

This text has color #BA7CBB on white background.



Black color preview on #BA7CBB background

This text has black color on #BA7CBB background.


White color preview on #BA7CBB background

This text has white color on #BA7CBB background.