COLOR #BD16A5

HEX: #BD16A5 RGB: (189,22,165)

Color info

#BD16A5 contains mainly red and blue colors. Web safe color of #BD16A5 is #CC0099 (or #C09).

RGB color model

#BD16A5 color RGB value is (189,22,165).

RGB: (189,22,165) (74%, 9%, 65%)

RGB channels and saturation

R 189 of 255 = 74%
G 22 of 255 = 9%
B 165 of 255 = 65%

189
22
165

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

Portions of RGB colors in percentages

R + G + B = 189 + 22 + 165 = 376 (100%)
R 189 of 376 ~ 50.27%
G 22 of 376 ~ 5.85%
B 165 of 376 ~ 43.88'%

%50.27
%43.88

CMYK color model

#BD16A5 color CMYK value is (0,88,13,26).

  • cyan value is 0.00%
  • magenta value is 88.36%
  • yellow value is 12.70%
  • key color value is 25.88%

CMYK: (0,88,13,26)
C0M88Y13K26 (0%, 88%, 13%, 26%)
(0.00 / 0.88 / 0.13 / 0.26)

CMYK percentages

%0
%88.36
%12.7
%25.88

Codes

Color #BD16A5 in popluar color models

BD 16 A5
RGB 189 22 165
HSL 309° 79.15% 41.37%
HSB/HSV 309° 88.36% 74.12%
CMYK 0.00% 88.36% 12.70%
25.88%

Color #BD16A5 in popluar number systems.

HEX BD 16 A5
Decimal 189 22 165
Binary 10111101 10110 10100101
Octal 275 26 245

Shades and tints

Shades of #BD16A5

#BD16A5
(189,22,165)
#AC1496
(172,20,150)
#9B1287
(155,18,135)
#8A1078
(138,16,120)
#790E69
(121,14,105)
#680C5A
(104,12,90)
#570A4B
(87,10,75)
#46083C
(70,8,60)
#35062D
(53,6,45)
#24041E
(36,4,30)
#13020F
(19,2,15)
#000000
(0,0,0)

Tints of #BD16A5

#BD16A5
(189,22,165)
#C32BAD
(195,43,173)
#C940B5
(201,64,181)
#CF55BD
(207,85,189)
#D56AC5
(213,106,197)
#DB7FCD
(219,127,205)
#E194D5
(225,148,213)
#E7A9DD
(231,169,221)
#EDBEE5
(237,190,229)
#F3D3ED
(243,211,237)
#F9E8F5
(249,232,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD16A5 color. Also use rgb(189,22,165) instead hex code.

Text Font Color

.myTextColor { color: #BD16A5; }

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

This text font color is #BD16A5.

Background Color

.myBgColor { background-color: #BD16A5; }

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

This div background color is #BD16A5.

Border color

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

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

This div border color is #BD16A5.

Opacity

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

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

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

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

This text has shadow with #BD16A5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD16A5.

Preview

Color preview on black background

This text has color #BD16A5 on black background.


Color preview on white background

This text has color #BD16A5 on white background.


Black color preview on #BD16A5 background

This text has black color on #BD16A5 background.


White color preview on #BD16A5 background

This text has white color on #BD16A5 background.


Related colors

Complementary color

Complementary color for #hex is #42E95A.


I love getcolorcode.com

Triadic colors

1 #A5BD16 and #16A5BD with #BD16A5 are triadic colors.

2 #A516BD and #16BDA5 with #BD16A5 are triadic colors.