COLOR #BD5C9A

HEX: #BD5C9A
RGB: (189,92,154)

Color info

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

RGB color model

#BD5C9A color RGB value is (189,92,154).

  • red value is 189;
  • green value is 92;
  • blue value is 154.
RGB:
(189,92,154)
(74%,36%,60%)

RGB channels and saturation

R 189 of 255 = 74%
G 92 of 255 = 36%
B 154 of 255 = 60%

189
92
154

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

Portions of RGB colors in percentages

R + G + B =
189 + 92 + 154 = 435 (100%)
R 189 of 435 ~ 43.45%
G 92 of 435 ~ 21.15%
B 154 of 435 ~ 35.4%

%43.45
%21.15
%35.4

CMYK color model

#BD5C9A color CMYK value is (0,51,19,26).

  • cyan value is 0.00%
  • magenta value is 51.32%
  • yellow value is 18.52%
  • key color value is 25.88%
CMYK:
(0,51,19,26)
C0M51Y19K26 
(0%,51%,19%,26%)
(0.00/0.51/0.19/0.26)	

CMYK percentages

%0
%51.32
%18.52
%25.88

Codes

Color #BD5C9A in popluar color models

BD5C9A
RGB18992154
HSL322°42.36%55.10%
HSB/HSV322°51.32%74.12%
CMYK0.00%51.32%18.52%
25.88%

Color #BD5C9A in popluar number systems.

HEXBD5C9A
Decimal18992154
Binary10111101101110010011010
Octal275134232

Shades and tints

Shades of #BD5C9A

#BD5C9A
(189,92,154)
#AC548C
(172,84,140)
#9B4C7E
(155,76,126)
#8A4470
(138,68,112)
#793C62
(121,60,98)
#683454
(104,52,84)
#572C46
(87,44,70)
#462438
(70,36,56)
#351C2A
(53,28,42)
#24141C
(36,20,28)
#130C0E
(19,12,14)
#000000
(0,0,0)

Tints of #BD5C9A

#BD5C9A
(189,92,154)
#C36AA3
(195,106,163)
#C978AC
(201,120,172)
#CF86B5
(207,134,181)
#D594BE
(213,148,190)
#DBA2C7
(219,162,199)
#E1B0D0
(225,176,208)
#E7BED9
(231,190,217)
#EDCCE2
(237,204,226)
#F3DAEB
(243,218,235)
#F9E8F4
(249,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD5C9A color. Also use rgb(189,92,154) instead hex code.

Text Font Color

.myTextColor { color: #BD5C9A; }

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

This text font color is #BD5C9A.


Background Color

.myBgColor { background-color: #BD5C9A; }

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

This div background color is #BD5C9A.


Border color

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

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

This div border color is #BD5C9A.


Opacity

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

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

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

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

This text has shadow with #BD5C9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD5C9A on black background.


Color preview on white background

This text has color #BD5C9A on white background.



Black color preview on #BD5C9A background

This text has black color on #BD5C9A background.


White color preview on #BD5C9A background

This text has white color on #BD5C9A background.