COLOR #BD3AB4

HEX: #BD3AB4 RGB: (189,58,180)

Color info

#BD3AB4 contains mainly red and blue colors. Web safe color of #BD3AB4 is #CC33CC (or #C3C).

RGB color model

#BD3AB4 color RGB value is (189,58,180).

RGB: (189,58,180) (74%, 23%, 71%)

RGB channels and saturation

R 189 of 255 = 74%
G 58 of 255 = 23%
B 180 of 255 = 71%

189
58
180

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

Portions of RGB colors in percentages

R + G + B = 189 + 58 + 180 = 427 (100%)
R 189 of 427 ~ 44.26%
G 58 of 427 ~ 13.58%
B 180 of 427 ~ 42.15'%

%44.26
%13.58
%42.15

CMYK color model

#BD3AB4 color CMYK value is (0,69,5,26).

  • cyan value is 0.00%
  • magenta value is 69.31%
  • yellow value is 4.76%
  • key color value is 25.88%

CMYK: (0,69,5,26)
C0M69Y5K26 (0%, 69%, 5%, 26%)
(0.00 / 0.69 / 0.05 / 0.26)

CMYK percentages

%0
%69.31
%4.76
%25.88

Codes

Color #BD3AB4 in popluar color models

BD 3A B4
RGB 189 58 180
HSL 304° 53.04% 48.43%
HSB/HSV 304° 69.31% 74.12%
CMYK 0.00% 69.31% 4.76%
25.88%

Color #BD3AB4 in popluar number systems.

HEX BD 3A B4
Decimal 189 58 180
Binary 10111101 111010 10110100
Octal 275 72 264

Shades and tints

Shades of #BD3AB4

#BD3AB4
(189,58,180)
#AC35A4
(172,53,164)
#9B3094
(155,48,148)
#8A2B84
(138,43,132)
#792674
(121,38,116)
#682164
(104,33,100)
#571C54
(87,28,84)
#461744
(70,23,68)
#351234
(53,18,52)
#240D24
(36,13,36)
#130814
(19,8,20)
#000000
(0,0,0)

Tints of #BD3AB4

#BD3AB4
(189,58,180)
#C34BBA
(195,75,186)
#C95CC0
(201,92,192)
#CF6DC6
(207,109,198)
#D57ECC
(213,126,204)
#DB8FD2
(219,143,210)
#E1A0D8
(225,160,216)
#E7B1DE
(231,177,222)
#EDC2E4
(237,194,228)
#F3D3EA
(243,211,234)
#F9E4F0
(249,228,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD3AB4 color. Also use rgb(189,58,180) instead hex code.

Text Font Color

.myTextColor { color: #BD3AB4; }

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

This text font color is #BD3AB4.

Background Color

.myBgColor { background-color: #BD3AB4; }

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

This div background color is #BD3AB4.

Border color

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

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

This div border color is #BD3AB4.

Opacity

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

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

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

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

This text has shadow with #BD3AB4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD3AB4.

Preview

Color preview on black background

This text has color #BD3AB4 on black background.


Color preview on white background

This text has color #BD3AB4 on white background.


Black color preview on #BD3AB4 background

This text has black color on #BD3AB4 background.


White color preview on #BD3AB4 background

This text has white color on #BD3AB4 background.


Related colors

Complementary color

Complementary color for #hex is #42C54B.


I love getcolorcode.com

Triadic colors

1 #B4BD3A and #3AB4BD with #BD3AB4 are triadic colors.

2 #B43ABD and #3ABDB4 with #BD3AB4 are triadic colors.