COLOR #BD5091

HEX: #BD5091 RGB: (189,80,145)

Color info

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

RGB color model

#BD5091 color RGB value is (189,80,145).

RGB: (189,80,145) (74%, 31%, 57%)

RGB channels and saturation

R 189 of 255 = 74%
G 80 of 255 = 31%
B 145 of 255 = 57%

189
80
145

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

Portions of RGB colors in percentages

R + G + B = 189 + 80 + 145 = 414 (100%)
R 189 of 414 ~ 45.65%
G 80 of 414 ~ 19.32%
B 145 of 414 ~ 35.02'%

%45.65
%19.32
%35.02

CMYK color model

#BD5091 color CMYK value is (0,58,23,26).

  • cyan value is 0.00%
  • magenta value is 57.67%
  • yellow value is 23.28%
  • key color value is 25.88%
CMYK: (0,58,23,26) C0M58Y23K26 (0%,58%,23%,26%) (0.00/0.58/0.23/0.26) 

CMYK percentages

%0
%57.67
%23.28
%25.88

Codes

Color #BD5091 in popluar color models

BD 50 91
RGB 189 80 145
HSL 324° 45.23% 52.75%
HSB/HSV 324° 57.67% 74.12%
CMYK 0.00% 57.67% 23.28%
25.88%

Color #BD5091 in popluar number systems.

HEX BD 50 91
Decimal 189 80 145
Binary 10111101 1010000 10010001
Octal 275 120 221

Shades and tints

Shades of #BD5091

#BD5091
(189,80,145)
#AC4984
(172,73,132)
#9B4277
(155,66,119)
#8A3B6A
(138,59,106)
#79345D
(121,52,93)
#682D50
(104,45,80)
#572643
(87,38,67)
#461F36
(70,31,54)
#351829
(53,24,41)
#24111C
(36,17,28)
#130A0F
(19,10,15)
#000000
(0,0,0)

Tints of #BD5091

#BD5091
(189,80,145)
#C35F9B
(195,95,155)
#C96EA5
(201,110,165)
#CF7DAF
(207,125,175)
#D58CB9
(213,140,185)
#DB9BC3
(219,155,195)
#E1AACD
(225,170,205)
#E7B9D7
(231,185,215)
#EDC8E1
(237,200,225)
#F3D7EB
(243,215,235)
#F9E6F5
(249,230,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD5091 color. Also use rgb(189,80,145) instead hex code.

Text Font Color

.myTextColor { color: #BD5091; }

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

This text font color is #BD5091.

Background Color

.myBgColor { background-color: #BD5091; }

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

This div background color is #BD5091.

Border color

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

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

This div border color is #BD5091.

Opacity

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

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

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

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

This text has shadow with #BD5091 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD5091.

Preview

Color preview on black background

This text has color #BD5091 on black background.


Color preview on white background

This text has color #BD5091 on white background.


Black color preview on #BD5091 background

This text has black color on #BD5091 background.


White color preview on #BD5091 background

This text has white color on #BD5091 background.


Related colors

Complementary color

Complementary color for #hex is #42AF6E.


I love getcolorcode.com

Triadic colors

1 #91BD50 and #5091BD with #BD5091 are triadic colors.

2 #9150BD and #50BD91 with #BD5091 are triadic colors.