COLOR #BD5392

HEX: #BD5392 RGB: (189,83,146)

Color info

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

RGB color model

#BD5392 color RGB value is (189,83,146).

RGB: (189,83,146) (74%, 33%, 57%)

RGB channels and saturation

R 189 of 255 = 74%
G 83 of 255 = 33%
B 146 of 255 = 57%

189
83
146

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

Portions of RGB colors in percentages

R + G + B = 189 + 83 + 146 = 418 (100%)
R 189 of 418 ~ 45.22%
G 83 of 418 ~ 19.86%
B 146 of 418 ~ 34.93'%

%45.22
%19.86
%34.93

CMYK color model

#BD5392 color CMYK value is (0,56,23,26).

  • cyan value is 0.00%
  • magenta value is 56.08%
  • yellow value is 22.75%
  • key color value is 25.88%

CMYK: (0,56,23,26)
C0M56Y23K26 (0%, 56%, 23%, 26%)
(0.00 / 0.56 / 0.23 / 0.26)

CMYK percentages

%0
%56.08
%22.75
%25.88

Codes

Color #BD5392 in popluar color models

BD 53 92
RGB 189 83 146
HSL 324° 44.54% 53.33%
HSB/HSV 324° 56.08% 74.12%
CMYK 0.00% 56.08% 22.75%
25.88%

Color #BD5392 in popluar number systems.

HEX BD 53 92
Decimal 189 83 146
Binary 10111101 1010011 10010010
Octal 275 123 222

Shades and tints

Shades of #BD5392

#BD5392
(189,83,146)
#AC4C85
(172,76,133)
#9B4578
(155,69,120)
#8A3E6B
(138,62,107)
#79375E
(121,55,94)
#683051
(104,48,81)
#572944
(87,41,68)
#462237
(70,34,55)
#351B2A
(53,27,42)
#24141D
(36,20,29)
#130D10
(19,13,16)
#000000
(0,0,0)

Tints of #BD5392

#BD5392
(189,83,146)
#C3629B
(195,98,155)
#C971A4
(201,113,164)
#CF80AD
(207,128,173)
#D58FB6
(213,143,182)
#DB9EBF
(219,158,191)
#E1ADC8
(225,173,200)
#E7BCD1
(231,188,209)
#EDCBDA
(237,203,218)
#F3DAE3
(243,218,227)
#F9E9EC
(249,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD5392 color. Also use rgb(189,83,146) instead hex code.

Text Font Color

.myTextColor { color: #BD5392; }

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

This text font color is #BD5392.

Background Color

.myBgColor { background-color: #BD5392; }

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

This div background color is #BD5392.

Border color

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

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

This div border color is #BD5392.

Opacity

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

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

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

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

This text has shadow with #BD5392 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD5392.

Preview

Color preview on black background

This text has color #BD5392 on black background.


Color preview on white background

This text has color #BD5392 on white background.


Black color preview on #BD5392 background

This text has black color on #BD5392 background.


White color preview on #BD5392 background

This text has white color on #BD5392 background.


Related colors

Complementary color

Complementary color for #hex is #42AC6D.


I love getcolorcode.com

Triadic colors

1 #92BD53 and #5392BD with #BD5392 are triadic colors.

2 #9253BD and #53BD92 with #BD5392 are triadic colors.