COLOR #BA7CC7

HEX: #BA7CC7 RGB: (186,124,199)

Color info

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

RGB color model

#BA7CC7 color RGB value is (186,124,199).

RGB: (186,124,199) (73%, 49%, 78%)

RGB channels and saturation

R 186 of 255 = 73%
G 124 of 255 = 49%
B 199 of 255 = 78%

186
124
199

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

Portions of RGB colors in percentages

R + G + B = 186 + 124 + 199 = 509 (100%)
R 186 of 509 ~ 36.54%
G 124 of 509 ~ 24.36%
B 199 of 509 ~ 39.1'%

%36.54
%24.36
%39.1

CMYK color model

#BA7CC7 color CMYK value is (7,38,0,22).

  • cyan value is 6.53%
  • magenta value is 37.69%
  • yellow value is 0.00%
  • key color value is 21.96%

CMYK: (7,38,0,22)
C7M38Y0K22 (7%, 38%, 0%, 22%)
(0.07 / 0.38 / 0.00 / 0.22)

CMYK percentages

%6.53
%37.69
%0
%21.96

Codes

Color #BA7CC7 in popluar color models

BA 7C C7
RGB 186 124 199
HSL 290° 40.11% 63.33%
HSB/HSV 290° 37.69% 78.04%
CMYK 6.53% 37.69% 0.00%
21.96%

Color #BA7CC7 in popluar number systems.

HEX BA 7C C7
Decimal 186 124 199
Binary 10111010 1111100 11000111
Octal 272 174 307

Shades and tints

Shades of #BA7CC7

#BA7CC7
(186,124,199)
#AA71B5
(170,113,181)
#9A66A3
(154,102,163)
#8A5B91
(138,91,145)
#7A507F
(122,80,127)
#6A456D
(106,69,109)
#5A3A5B
(90,58,91)
#4A2F49
(74,47,73)
#3A2437
(58,36,55)
#2A1925
(42,25,37)
#1A0E13
(26,14,19)
#000000
(0,0,0)

Tints of #BA7CC7

#BA7CC7
(186,124,199)
#C087CC
(192,135,204)
#C692D1
(198,146,209)
#CC9DD6
(204,157,214)
#D2A8DB
(210,168,219)
#D8B3E0
(216,179,224)
#DEBEE5
(222,190,229)
#E4C9EA
(228,201,234)
#EAD4EF
(234,212,239)
#F0DFF4
(240,223,244)
#F6EAF9
(246,234,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA7CC7; }

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

This text font color is #BA7CC7.

Background Color

.myBgColor { background-color: #BA7CC7; }

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

This div background color is #BA7CC7.

Border color

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

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

This div border color is #BA7CC7.

Opacity

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

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

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

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

This text has shadow with #BA7CC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BA7CC7.

Preview

Color preview on black background

This text has color #BA7CC7 on black background.


Color preview on white background

This text has color #BA7CC7 on white background.


Black color preview on #BA7CC7 background

This text has black color on #BA7CC7 background.


White color preview on #BA7CC7 background

This text has white color on #BA7CC7 background.


Related colors

Complementary color

Complementary color for #hex is #458338.


I love getcolorcode.com

Triadic colors

1 #C7BA7C and #7CC7BA with #BA7CC7 are triadic colors.

2 #C77CBA and #7CBAC7 with #BA7CC7 are triadic colors.