COLOR #BA84FD

HEX: #BA84FD
RGB: (186,132,253)

Color info

#BA84FD contains mainly blue color. Web safe color of #BA84FD is #CC99FF (or #C9F).

RGB color model

#BA84FD color RGB value is (186,132,253).

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

RGB channels and saturation

R 186 of 255 = 73%
G 132 of 255 = 52%
B 253 of 255 = 99%

186
132
253

R + G + B ~ 75%. #BA84FD is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 132 + 253 = 571 (100%)
R 186 of 571 ~ 32.57%
G 132 of 571 ~ 23.12%
B 253 of 571 ~ 44.31%

%32.57
%23.12
%44.31

CMYK color model

#BA84FD color CMYK value is (26,48,0,1).

  • cyan value is 26.48%
  • magenta value is 47.83%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(26,48,0,1)
C26M48Y0K1 
(26%,48%,0%,1%)
(0.26/0.48/0.00/0.01)	

CMYK percentages

%26.48
%47.83
%0
%0.78

Codes

Color #BA84FD in popluar color models

BA84FD
RGB186132253
HSL267°96.80%75.49%
HSB/HSV267°47.83%99.22%
CMYK26.48%47.83%0.00%
0.78%

Color #BA84FD in popluar number systems.

HEXBA84FD
Decimal186132253
Binary101110101000010011111101
Octal272204375

Shades and tints

Shades of #BA84FD

#BA84FD
(186,132,253)
#AA78E6
(170,120,230)
#9A6CCF
(154,108,207)
#8A60B8
(138,96,184)
#7A54A1
(122,84,161)
#6A488A
(106,72,138)
#5A3C73
(90,60,115)
#4A305C
(74,48,92)
#3A2445
(58,36,69)
#2A182E
(42,24,46)
#1A0C17
(26,12,23)
#000000
(0,0,0)

Tints of #BA84FD

#BA84FD
(186,132,253)
#C08FFD
(192,143,253)
#C69AFD
(198,154,253)
#CCA5FD
(204,165,253)
#D2B0FD
(210,176,253)
#D8BBFD
(216,187,253)
#DEC6FD
(222,198,253)
#E4D1FD
(228,209,253)
#EADCFD
(234,220,253)
#F0E7FD
(240,231,253)
#F6F2FD
(246,242,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA84FD; }

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

This text font color is #BA84FD.


Background Color

.myBgColor { background-color: #BA84FD; }

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

This div background color is #BA84FD.


Border color

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

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

This div border color is #BA84FD.


Opacity

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

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

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

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

This text has shadow with #BA84FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA84FD on black background.


Color preview on white background

This text has color #BA84FD on white background.



Black color preview on #BA84FD background

This text has black color on #BA84FD background.


White color preview on #BA84FD background

This text has white color on #BA84FD background.