COLOR #BA78E7

HEX: #BA78E7 RGB: (186,120,231)

Color info

#BA78E7 contains mainly red and blue colors. Web safe color of #BA78E7 is #CC66FF (or #C6F).

RGB color model

#BA78E7 color RGB value is (186,120,231).

RGB: (186,120,231) (73%, 47%, 91%)

RGB channels and saturation

R 186 of 255 = 73%
G 120 of 255 = 47%
B 231 of 255 = 91%

186
120
231

R + G + B ~ 70%. #BA78E7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 120 + 231 = 537 (100%)
R 186 of 537 ~ 34.64%
G 120 of 537 ~ 22.35%
B 231 of 537 ~ 43.02'%

%34.64
%22.35
%43.02

CMYK color model

#BA78E7 color CMYK value is (19,48,0,9).

  • cyan value is 19.48%
  • magenta value is 48.05%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (19,48,0,9)
C19M48Y0K9 (19%, 48%, 0%, 9%)
(0.19 / 0.48 / 0.00 / 0.09)

CMYK percentages

%19.48
%48.05
%0
%9.41

Codes

Color #BA78E7 in popluar color models

BA 78 E7
RGB 186 120 231
HSL 276° 69.81% 68.82%
HSB/HSV 276° 48.05% 90.59%
CMYK 19.48% 48.05% 0.00%
9.41%

Color #BA78E7 in popluar number systems.

HEX BA 78 E7
Decimal 186 120 231
Binary 10111010 1111000 11100111
Octal 272 170 347

Shades and tints

Shades of #BA78E7

#BA78E7
(186,120,231)
#AA6ED2
(170,110,210)
#9A64BD
(154,100,189)
#8A5AA8
(138,90,168)
#7A5093
(122,80,147)
#6A467E
(106,70,126)
#5A3C69
(90,60,105)
#4A3254
(74,50,84)
#3A283F
(58,40,63)
#2A1E2A
(42,30,42)
#1A1415
(26,20,21)
#000000
(0,0,0)

Tints of #BA78E7

#BA78E7
(186,120,231)
#C084E9
(192,132,233)
#C690EB
(198,144,235)
#CC9CED
(204,156,237)
#D2A8EF
(210,168,239)
#D8B4F1
(216,180,241)
#DEC0F3
(222,192,243)
#E4CCF5
(228,204,245)
#EAD8F7
(234,216,247)
#F0E4F9
(240,228,249)
#F6F0FB
(246,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA78E7 color. Also use rgb(186,120,231) instead hex code.

Text Font Color

.myTextColor { color: #BA78E7; }

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

This text font color is #BA78E7.

Background Color

.myBgColor { background-color: #BA78E7; }

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

This div background color is #BA78E7.

Border color

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

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

This div border color is #BA78E7.

Opacity

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

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

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

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

This text has shadow with #BA78E7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BA78E7.

Preview

Color preview on black background

This text has color #BA78E7 on black background.


Color preview on white background

This text has color #BA78E7 on white background.


Black color preview on #BA78E7 background

This text has black color on #BA78E7 background.


White color preview on #BA78E7 background

This text has white color on #BA78E7 background.


Related colors

Complementary color

Complementary color for #hex is #458718.


I love getcolorcode.com

Triadic colors

1 #E7BA78 and #78E7BA with #BA78E7 are triadic colors.

2 #E778BA and #78BAE7 with #BA78E7 are triadic colors.