COLOR #BA10D4

HEX: #BA10D4 RGB: (186,16,212)

Color info

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

RGB color model

#BA10D4 color RGB value is (186,16,212).

RGB: (186,16,212) (73%, 6%, 83%)

RGB channels and saturation

R 186 of 255 = 73%
G 16 of 255 = 6%
B 212 of 255 = 83%

186
16
212

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

Portions of RGB colors in percentages

R + G + B = 186 + 16 + 212 = 414 (100%)
R 186 of 414 ~ 44.93%
G 16 of 414 ~ 3.86%
B 212 of 414 ~ 51.21'%

%44.93
%51.21

CMYK color model

#BA10D4 color CMYK value is (12,92,0,17).

  • cyan value is 12.26%
  • magenta value is 92.45%
  • yellow value is 0.00%
  • key color value is 16.86%

CMYK: (12,92,0,17)
C12M92Y0K17 (12%, 92%, 0%, 17%)
(0.12 / 0.92 / 0.00 / 0.17)

CMYK percentages

%12.26
%92.45
%0
%16.86

Codes

Color #BA10D4 in popluar color models

BA 10 D4
RGB 186 16 212
HSL 292° 85.96% 44.71%
HSB/HSV 292° 92.45% 83.14%
CMYK 12.26% 92.45% 0.00%
16.86%

Color #BA10D4 in popluar number systems.

HEX BA 10 D4
Decimal 186 16 212
Binary 10111010 10000 11010100
Octal 272 20 324

Shades and tints

Shades of #BA10D4

#BA10D4
(186,16,212)
#AA0FC1
(170,15,193)
#9A0EAE
(154,14,174)
#8A0D9B
(138,13,155)
#7A0C88
(122,12,136)
#6A0B75
(106,11,117)
#5A0A62
(90,10,98)
#4A094F
(74,9,79)
#3A083C
(58,8,60)
#2A0729
(42,7,41)
#1A0616
(26,6,22)
#000000
(0,0,0)

Tints of #BA10D4

#BA10D4
(186,16,212)
#C025D7
(192,37,215)
#C63ADA
(198,58,218)
#CC4FDD
(204,79,221)
#D264E0
(210,100,224)
#D879E3
(216,121,227)
#DE8EE6
(222,142,230)
#E4A3E9
(228,163,233)
#EAB8EC
(234,184,236)
#F0CDEF
(240,205,239)
#F6E2F2
(246,226,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA10D4 color. Also use rgb(186,16,212) instead hex code.

Text Font Color

.myTextColor { color: #BA10D4; }

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

This text font color is #BA10D4.

Background Color

.myBgColor { background-color: #BA10D4; }

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

This div background color is #BA10D4.

Border color

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

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

This div border color is #BA10D4.

Opacity

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

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

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

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

This text has shadow with #BA10D4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BA10D4.

Preview

Color preview on black background

This text has color #BA10D4 on black background.


Color preview on white background

This text has color #BA10D4 on white background.


Black color preview on #BA10D4 background

This text has black color on #BA10D4 background.


White color preview on #BA10D4 background

This text has white color on #BA10D4 background.


Related colors

Complementary color

Complementary color for #hex is #45EF2B.


I love getcolorcode.com

Triadic colors

1 #D4BA10 and #10D4BA with #BA10D4 are triadic colors.

2 #D410BA and #10BAD4 with #BA10D4 are triadic colors.