COLOR #BD5BA8

HEX: #BD5BA8
RGB: (189,91,168)

Color info

#BD5BA8 contains mainly red and blue colors. Web safe color of #BD5BA8 is #CC6699 (or #C69).

RGB color model

#BD5BA8 color RGB value is (189,91,168).

  • red value is 189;
  • green value is 91;
  • blue value is 168.
RGB:
(189,91,168)
(74%,36%,66%)

RGB channels and saturation

R 189 of 255 = 74%
G 91 of 255 = 36%
B 168 of 255 = 66%

189
91
168

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

Portions of RGB colors in percentages

R + G + B =
189 + 91 + 168 = 448 (100%)
R 189 of 448 ~ 42.19%
G 91 of 448 ~ 20.31%
B 168 of 448 ~ 37.5%

%42.19
%20.31
%37.5

CMYK color model

#BD5BA8 color CMYK value is (0,52,11,26).

  • cyan value is 0.00%
  • magenta value is 51.85%
  • yellow value is 11.11%
  • key color value is 25.88%
CMYK:
(0,52,11,26)
C0M52Y11K26 
(0%,52%,11%,26%)
(0.00/0.52/0.11/0.26)	

CMYK percentages

%0
%51.85
%11.11
%25.88

Codes

Color #BD5BA8 in popluar color models

BD5BA8
RGB18991168
HSL313°42.61%54.90%
HSB/HSV313°51.85%74.12%
CMYK0.00%51.85%11.11%
25.88%

Color #BD5BA8 in popluar number systems.

HEXBD5BA8
Decimal18991168
Binary10111101101101110101000
Octal275133250

Shades and tints

Shades of #BD5BA8

#BD5BA8
(189,91,168)
#AC5399
(172,83,153)
#9B4B8A
(155,75,138)
#8A437B
(138,67,123)
#793B6C
(121,59,108)
#68335D
(104,51,93)
#572B4E
(87,43,78)
#46233F
(70,35,63)
#351B30
(53,27,48)
#241321
(36,19,33)
#130B12
(19,11,18)
#000000
(0,0,0)

Tints of #BD5BA8

#BD5BA8
(189,91,168)
#C369AF
(195,105,175)
#C977B6
(201,119,182)
#CF85BD
(207,133,189)
#D593C4
(213,147,196)
#DBA1CB
(219,161,203)
#E1AFD2
(225,175,210)
#E7BDD9
(231,189,217)
#EDCBE0
(237,203,224)
#F3D9E7
(243,217,231)
#F9E7EE
(249,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD5BA8 color. Also use rgb(189,91,168) instead hex code.

Text Font Color

.myTextColor { color: #BD5BA8; }

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

This text font color is #BD5BA8.


Background Color

.myBgColor { background-color: #BD5BA8; }

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

This div background color is #BD5BA8.


Border color

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

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

This div border color is #BD5BA8.


Opacity

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

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

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

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

This text has shadow with #BD5BA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD5BA8 on black background.


Color preview on white background

This text has color #BD5BA8 on white background.



Black color preview on #BD5BA8 background

This text has black color on #BD5BA8 background.


White color preview on #BD5BA8 background

This text has white color on #BD5BA8 background.