COLOR #BD4183

HEX: #BD4183
RGB: (189,65,131)

Color info

#BD4183 contains mainly red and blue colors. Web safe color of #BD4183 is #CC3399 (or #C39).

RGB color model

#BD4183 color RGB value is (189,65,131).

  • red value is 189;
  • green value is 65;
  • blue value is 131.
RGB:
(189,65,131)
(74%,25%,51%)

RGB channels and saturation

R 189 of 255 = 74%
G 65 of 255 = 25%
B 131 of 255 = 51%

189
65
131

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

Portions of RGB colors in percentages

R + G + B =
189 + 65 + 131 = 385 (100%)
R 189 of 385 ~ 49.09%
G 65 of 385 ~ 16.88%
B 131 of 385 ~ 34.03%

%49.09
%16.88
%34.03

CMYK color model

#BD4183 color CMYK value is (0,66,31,26).

  • cyan value is 0.00%
  • magenta value is 65.61%
  • yellow value is 30.69%
  • key color value is 25.88%
CMYK:
(0,66,31,26)
C0M66Y31K26 
(0%,66%,31%,26%)
(0.00/0.66/0.31/0.26)	

CMYK percentages

%0
%65.61
%30.69
%25.88

Codes

Color #BD4183 in popluar color models

BD4183
RGB18965131
HSL328°48.82%49.80%
HSB/HSV328°65.61%74.12%
CMYK0.00%65.61%30.69%
25.88%

Color #BD4183 in popluar number systems.

HEXBD4183
Decimal18965131
Binary10111101100000110000011
Octal275101203

Shades and tints

Shades of #BD4183

#BD4183
(189,65,131)
#AC3C78
(172,60,120)
#9B376D
(155,55,109)
#8A3262
(138,50,98)
#792D57
(121,45,87)
#68284C
(104,40,76)
#572341
(87,35,65)
#461E36
(70,30,54)
#35192B
(53,25,43)
#241420
(36,20,32)
#130F15
(19,15,21)
#000000
(0,0,0)

Tints of #BD4183

#BD4183
(189,65,131)
#C3528E
(195,82,142)
#C96399
(201,99,153)
#CF74A4
(207,116,164)
#D585AF
(213,133,175)
#DB96BA
(219,150,186)
#E1A7C5
(225,167,197)
#E7B8D0
(231,184,208)
#EDC9DB
(237,201,219)
#F3DAE6
(243,218,230)
#F9EBF1
(249,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD4183 color. Also use rgb(189,65,131) instead hex code.

Text Font Color

.myTextColor { color: #BD4183; }

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

This text font color is #BD4183.


Background Color

.myBgColor { background-color: #BD4183; }

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

This div background color is #BD4183.


Border color

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

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

This div border color is #BD4183.


Opacity

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

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

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

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

This text has shadow with #BD4183 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD4183 on black background.


Color preview on white background

This text has color #BD4183 on white background.



Black color preview on #BD4183 background

This text has black color on #BD4183 background.


White color preview on #BD4183 background

This text has white color on #BD4183 background.