COLOR #BD7AB8

HEX: #BD7AB8 RGB: (189,122,184)

Color info

#BD7AB8 contains mainly red and blue colors. Web safe color of #BD7AB8 is #CC66CC (or #C6C).

RGB color model

#BD7AB8 color RGB value is (189,122,184).

RGB: (189,122,184) (74%, 48%, 72%)

RGB channels and saturation

R 189 of 255 = 74%
G 122 of 255 = 48%
B 184 of 255 = 72%

189
122
184

R + G + B ~ 65%. #BD7AB8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 122 + 184 = 495 (100%)
R 189 of 495 ~ 38.18%
G 122 of 495 ~ 24.65%
B 184 of 495 ~ 37.17'%

%38.18
%24.65
%37.17

CMYK color model

#BD7AB8 color CMYK value is (0,35,3,26).

  • cyan value is 0.00%
  • magenta value is 35.45%
  • yellow value is 2.65%
  • key color value is 25.88%

CMYK: (0,35,3,26)
C0M35Y3K26 (0%, 35%, 3%, 26%)
(0.00 / 0.35 / 0.03 / 0.26)

CMYK percentages

%0
%35.45
%2.65
%25.88

Codes

Color #BD7AB8 in popluar color models

BD 7A B8
RGB 189 122 184
HSL 304° 33.67% 60.98%
HSB/HSV 304° 35.45% 74.12%
CMYK 0.00% 35.45% 2.65%
25.88%

Color #BD7AB8 in popluar number systems.

HEX BD 7A B8
Decimal 189 122 184
Binary 10111101 1111010 10111000
Octal 275 172 270

Shades and tints

Shades of #BD7AB8

#BD7AB8
(189,122,184)
#AC6FA8
(172,111,168)
#9B6498
(155,100,152)
#8A5988
(138,89,136)
#794E78
(121,78,120)
#684368
(104,67,104)
#573858
(87,56,88)
#462D48
(70,45,72)
#352238
(53,34,56)
#241728
(36,23,40)
#130C18
(19,12,24)
#000000
(0,0,0)

Tints of #BD7AB8

#BD7AB8
(189,122,184)
#C386BE
(195,134,190)
#C992C4
(201,146,196)
#CF9ECA
(207,158,202)
#D5AAD0
(213,170,208)
#DBB6D6
(219,182,214)
#E1C2DC
(225,194,220)
#E7CEE2
(231,206,226)
#EDDAE8
(237,218,232)
#F3E6EE
(243,230,238)
#F9F2F4
(249,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD7AB8 color. Also use rgb(189,122,184) instead hex code.

Text Font Color

.myTextColor { color: #BD7AB8; }

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

This text font color is #BD7AB8.

Background Color

.myBgColor { background-color: #BD7AB8; }

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

This div background color is #BD7AB8.

Border color

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

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

This div border color is #BD7AB8.

Opacity

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

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

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

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

This text has shadow with #BD7AB8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD7AB8.

Preview

Color preview on black background

This text has color #BD7AB8 on black background.


Color preview on white background

This text has color #BD7AB8 on white background.


Black color preview on #BD7AB8 background

This text has black color on #BD7AB8 background.


White color preview on #BD7AB8 background

This text has white color on #BD7AB8 background.


Related colors

Complementary color

Complementary color for #hex is #428547.


I love getcolorcode.com

Triadic colors

1 #B8BD7A and #7AB8BD with #BD7AB8 are triadic colors.

2 #B87ABD and #7ABDB8 with #BD7AB8 are triadic colors.