COLOR #BA18BB

HEX: #BA18BB
RGB: (186,24,187)

Color info

#BA18BB contains mainly red and blue colors. Web safe color of #BA18BB is #CC00CC (or #C0C).

RGB color model

#BA18BB color RGB value is (186,24,187).

  • red value is 186;
  • green value is 24;
  • blue value is 187.
RGB:
(186,24,187)
(73%,9%,73%)

RGB channels and saturation

R 186 of 255 = 73%
G 24 of 255 = 9%
B 187 of 255 = 73%

186
24
187

R + G + B ~ 52%. #BA18BB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
186 + 24 + 187 = 397 (100%)
R 186 of 397 ~ 46.85%
G 24 of 397 ~ 6.05%
B 187 of 397 ~ 47.1%

%46.85
%47.1

CMYK color model

#BA18BB color CMYK value is (1,87,0,27).

  • cyan value is 0.53%
  • magenta value is 87.17%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(1,87,0,27)
C1M87Y0K27 
(1%,87%,0%,27%)
(0.01/0.87/0.00/0.27)	

CMYK percentages

%0.53
%87.17
%0
%26.67

Codes

Color #BA18BB in popluar color models

BA18BB
RGB18624187
HSL300°77.25%41.37%
HSB/HSV300°87.17%73.33%
CMYK0.53%87.17%0.00%
26.67%

Color #BA18BB in popluar number systems.

HEXBA18BB
Decimal18624187
Binary101110101100010111011
Octal27230273

Shades and tints

Shades of #BA18BB

#BA18BB
(186,24,187)
#AA16AA
(170,22,170)
#9A1499
(154,20,153)
#8A1288
(138,18,136)
#7A1077
(122,16,119)
#6A0E66
(106,14,102)
#5A0C55
(90,12,85)
#4A0A44
(74,10,68)
#3A0833
(58,8,51)
#2A0622
(42,6,34)
#1A0411
(26,4,17)
#000000
(0,0,0)

Tints of #BA18BB

#BA18BB
(186,24,187)
#C02DC1
(192,45,193)
#C642C7
(198,66,199)
#CC57CD
(204,87,205)
#D26CD3
(210,108,211)
#D881D9
(216,129,217)
#DE96DF
(222,150,223)
#E4ABE5
(228,171,229)
#EAC0EB
(234,192,235)
#F0D5F1
(240,213,241)
#F6EAF7
(246,234,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA18BB color. Also use rgb(186,24,187) instead hex code.

Text Font Color

.myTextColor { color: #BA18BB; }

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

This text font color is #BA18BB.


Background Color

.myBgColor { background-color: #BA18BB; }

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

This div background color is #BA18BB.


Border color

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

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

This div border color is #BA18BB.


Opacity

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

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

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

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

This text has shadow with #BA18BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA18BB on black background.


Color preview on white background

This text has color #BA18BB on white background.



Black color preview on #BA18BB background

This text has black color on #BA18BB background.


White color preview on #BA18BB background

This text has white color on #BA18BB background.