COLOR #BD3AD8

HEX: #BD3AD8 RGB: (189,58,216)

Color info

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

RGB color model

#BD3AD8 color RGB value is (189,58,216).

RGB: (189,58,216) (74%, 23%, 85%)

RGB channels and saturation

R 189 of 255 = 74%
G 58 of 255 = 23%
B 216 of 255 = 85%

189
58
216

R + G + B ~ 61%. #BD3AD8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 58 + 216 = 463 (100%)
R 189 of 463 ~ 40.82%
G 58 of 463 ~ 12.53%
B 216 of 463 ~ 46.65'%

%40.82
%12.53
%46.65

CMYK color model

#BD3AD8 color CMYK value is (13,73,0,15).

  • cyan value is 12.50%
  • magenta value is 73.15%
  • yellow value is 0.00%
  • key color value is 15.29%

CMYK: (13,73,0,15)
C13M73Y0K15 (13%, 73%, 0%, 15%)
(0.13 / 0.73 / 0.00 / 0.15)

CMYK percentages

%12.5
%73.15
%0
%15.29

Codes

Color #BD3AD8 in popluar color models

BD 3A D8
RGB 189 58 216
HSL 290° 66.95% 53.73%
HSB/HSV 290° 73.15% 84.71%
CMYK 12.50% 73.15% 0.00%
15.29%

Color #BD3AD8 in popluar number systems.

HEX BD 3A D8
Decimal 189 58 216
Binary 10111101 111010 11011000
Octal 275 72 330

Shades and tints

Shades of #BD3AD8

#BD3AD8
(189,58,216)
#AC35C5
(172,53,197)
#9B30B2
(155,48,178)
#8A2B9F
(138,43,159)
#79268C
(121,38,140)
#682179
(104,33,121)
#571C66
(87,28,102)
#461753
(70,23,83)
#351240
(53,18,64)
#240D2D
(36,13,45)
#13081A
(19,8,26)
#000000
(0,0,0)

Tints of #BD3AD8

#BD3AD8
(189,58,216)
#C34BDB
(195,75,219)
#C95CDE
(201,92,222)
#CF6DE1
(207,109,225)
#D57EE4
(213,126,228)
#DB8FE7
(219,143,231)
#E1A0EA
(225,160,234)
#E7B1ED
(231,177,237)
#EDC2F0
(237,194,240)
#F3D3F3
(243,211,243)
#F9E4F6
(249,228,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD3AD8; }

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

This text font color is #BD3AD8.

Background Color

.myBgColor { background-color: #BD3AD8; }

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

This div background color is #BD3AD8.

Border color

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

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

This div border color is #BD3AD8.

Opacity

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

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

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

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

This text has shadow with #BD3AD8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD3AD8.

Preview

Color preview on black background

This text has color #BD3AD8 on black background.


Color preview on white background

This text has color #BD3AD8 on white background.


Black color preview on #BD3AD8 background

This text has black color on #BD3AD8 background.


White color preview on #BD3AD8 background

This text has white color on #BD3AD8 background.


Related colors

Complementary color

Complementary color for #hex is #42C527.


I love getcolorcode.com

Triadic colors

1 #D8BD3A and #3AD8BD with #BD3AD8 are triadic colors.

2 #D83ABD and #3ABDD8 with #BD3AD8 are triadic colors.