COLOR #BA76FD

HEX: #BA76FD
RGB: (186,118,253)

Color info

#BA76FD contains mainly blue color. Web safe color of #BA76FD is #CC66FF (or #C6F).

RGB color model

#BA76FD color RGB value is (186,118,253).

  • red value is 186;
  • green value is 118;
  • blue value is 253.
RGB:
(186,118,253)
(73%,46%,99%)

RGB channels and saturation

R 186 of 255 = 73%
G 118 of 255 = 46%
B 253 of 255 = 99%

186
118
253

R + G + B ~ 73%. #BA76FD is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 118 + 253 = 557 (100%)
R 186 of 557 ~ 33.39%
G 118 of 557 ~ 21.18%
B 253 of 557 ~ 45.42%

%33.39
%21.18
%45.42

CMYK color model

#BA76FD color CMYK value is (26,53,0,1).

  • cyan value is 26.48%
  • magenta value is 53.36%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(26,53,0,1)
C26M53Y0K1 
(26%,53%,0%,1%)
(0.26/0.53/0.00/0.01)	

CMYK percentages

%26.48
%53.36
%0
%0.78

Codes

Color #BA76FD in popluar color models

BA76FD
RGB186118253
HSL270°97.12%72.75%
HSB/HSV270°53.36%99.22%
CMYK26.48%53.36%0.00%
0.78%

Color #BA76FD in popluar number systems.

HEXBA76FD
Decimal186118253
Binary10111010111011011111101
Octal272166375

Shades and tints

Shades of #BA76FD

#BA76FD
(186,118,253)
#AA6CE6
(170,108,230)
#9A62CF
(154,98,207)
#8A58B8
(138,88,184)
#7A4EA1
(122,78,161)
#6A448A
(106,68,138)
#5A3A73
(90,58,115)
#4A305C
(74,48,92)
#3A2645
(58,38,69)
#2A1C2E
(42,28,46)
#1A1217
(26,18,23)
#000000
(0,0,0)

Tints of #BA76FD

#BA76FD
(186,118,253)
#C082FD
(192,130,253)
#C68EFD
(198,142,253)
#CC9AFD
(204,154,253)
#D2A6FD
(210,166,253)
#D8B2FD
(216,178,253)
#DEBEFD
(222,190,253)
#E4CAFD
(228,202,253)
#EAD6FD
(234,214,253)
#F0E2FD
(240,226,253)
#F6EEFD
(246,238,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA76FD color. Also use rgb(186,118,253) instead hex code.

Text Font Color

.myTextColor { color: #BA76FD; }

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

This text font color is #BA76FD.


Background Color

.myBgColor { background-color: #BA76FD; }

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

This div background color is #BA76FD.


Border color

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

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

This div border color is #BA76FD.


Opacity

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

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

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

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

This text has shadow with #BA76FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA76FD on black background.


Color preview on white background

This text has color #BA76FD on white background.



Black color preview on #BA76FD background

This text has black color on #BA76FD background.


White color preview on #BA76FD background

This text has white color on #BA76FD background.