COLOR #BA59FD

HEX: #BA59FD
RGB: (186,89,253)

Color info

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

RGB color model

#BA59FD color RGB value is (186,89,253).

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

RGB channels and saturation

R 186 of 255 = 73%
G 89 of 255 = 35%
B 253 of 255 = 99%

186
89
253

R + G + B ~ 69%. #BA59FD is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 89 + 253 = 528 (100%)
R 186 of 528 ~ 35.23%
G 89 of 528 ~ 16.86%
B 253 of 528 ~ 47.92%

%35.23
%16.86
%47.92

CMYK color model

#BA59FD color CMYK value is (26,65,0,1).

  • cyan value is 26.48%
  • magenta value is 64.82%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(26,65,0,1)
C26M65Y0K1 
(26%,65%,0%,1%)
(0.26/0.65/0.00/0.01)	

CMYK percentages

%26.48
%64.82
%0
%0.78

Codes

Color #BA59FD in popluar color models

BA59FD
RGB18689253
HSL275°97.62%67.06%
HSB/HSV275°64.82%99.22%
CMYK26.48%64.82%0.00%
0.78%

Color #BA59FD in popluar number systems.

HEXBA59FD
Decimal18689253
Binary10111010101100111111101
Octal272131375

Shades and tints

Shades of #BA59FD

#BA59FD
(186,89,253)
#AA51E6
(170,81,230)
#9A49CF
(154,73,207)
#8A41B8
(138,65,184)
#7A39A1
(122,57,161)
#6A318A
(106,49,138)
#5A2973
(90,41,115)
#4A215C
(74,33,92)
#3A1945
(58,25,69)
#2A112E
(42,17,46)
#1A0917
(26,9,23)
#000000
(0,0,0)

Tints of #BA59FD

#BA59FD
(186,89,253)
#C068FD
(192,104,253)
#C677FD
(198,119,253)
#CC86FD
(204,134,253)
#D295FD
(210,149,253)
#D8A4FD
(216,164,253)
#DEB3FD
(222,179,253)
#E4C2FD
(228,194,253)
#EAD1FD
(234,209,253)
#F0E0FD
(240,224,253)
#F6EFFD
(246,239,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA59FD; }

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

This text font color is #BA59FD.


Background Color

.myBgColor { background-color: #BA59FD; }

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

This div background color is #BA59FD.


Border color

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

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

This div border color is #BA59FD.


Opacity

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

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

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

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

This text has shadow with #BA59FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA59FD on black background.


Color preview on white background

This text has color #BA59FD on white background.



Black color preview on #BA59FD background

This text has black color on #BA59FD background.


White color preview on #BA59FD background

This text has white color on #BA59FD background.