COLOR #BA48E8

HEX: #BA48E8
RGB: (186,72,232)

Color info

#BA48E8 contains mainly red and blue colors. Web safe color of #BA48E8 is #CC33FF (or #C3F).

RGB color model

#BA48E8 color RGB value is (186,72,232).

  • red value is 186;
  • green value is 72;
  • blue value is 232.
RGB:
(186,72,232)
(73%,28%,91%)

RGB channels and saturation

R 186 of 255 = 73%
G 72 of 255 = 28%
B 232 of 255 = 91%

186
72
232

R + G + B ~ 64%. #BA48E8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 72 + 232 = 490 (100%)
R 186 of 490 ~ 37.96%
G 72 of 490 ~ 14.69%
B 232 of 490 ~ 47.35%

%37.96
%14.69
%47.35

CMYK color model

#BA48E8 color CMYK value is (20,69,0,9).

  • cyan value is 19.83%
  • magenta value is 68.97%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(20,69,0,9)
C20M69Y0K9 
(20%,69%,0%,9%)
(0.20/0.69/0.00/0.09)	

CMYK percentages

%19.83
%68.97
%0
%9.02

Codes

Color #BA48E8 in popluar color models

BA48E8
RGB18672232
HSL283°77.67%59.61%
HSB/HSV283°68.97%90.98%
CMYK19.83%68.97%0.00%
9.02%

Color #BA48E8 in popluar number systems.

HEXBA48E8
Decimal18672232
Binary10111010100100011101000
Octal272110350

Shades and tints

Shades of #BA48E8

#BA48E8
(186,72,232)
#AA42D3
(170,66,211)
#9A3CBE
(154,60,190)
#8A36A9
(138,54,169)
#7A3094
(122,48,148)
#6A2A7F
(106,42,127)
#5A246A
(90,36,106)
#4A1E55
(74,30,85)
#3A1840
(58,24,64)
#2A122B
(42,18,43)
#1A0C16
(26,12,22)
#000000
(0,0,0)

Tints of #BA48E8

#BA48E8
(186,72,232)
#C058EA
(192,88,234)
#C668EC
(198,104,236)
#CC78EE
(204,120,238)
#D288F0
(210,136,240)
#D898F2
(216,152,242)
#DEA8F4
(222,168,244)
#E4B8F6
(228,184,246)
#EAC8F8
(234,200,248)
#F0D8FA
(240,216,250)
#F6E8FC
(246,232,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA48E8 color. Also use rgb(186,72,232) instead hex code.

Text Font Color

.myTextColor { color: #BA48E8; }

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

This text font color is #BA48E8.


Background Color

.myBgColor { background-color: #BA48E8; }

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

This div background color is #BA48E8.


Border color

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

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

This div border color is #BA48E8.


Opacity

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

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

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

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

This text has shadow with #BA48E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA48E8 on black background.


Color preview on white background

This text has color #BA48E8 on white background.



Black color preview on #BA48E8 background

This text has black color on #BA48E8 background.


White color preview on #BA48E8 background

This text has white color on #BA48E8 background.