COLOR #BD4881

HEX: #BD4881
RGB: (189,72,129)

Color info

#BD4881 contains mainly red color. Web safe color of #BD4881 is #CC3399 (or #C39).

RGB color model

#BD4881 color RGB value is (189,72,129).

  • red value is 189;
  • green value is 72;
  • blue value is 129.
RGB:
(189,72,129)
(74%,28%,51%)

RGB channels and saturation

R 189 of 255 = 74%
G 72 of 255 = 28%
B 129 of 255 = 51%

189
72
129

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

Portions of RGB colors in percentages

R + G + B =
189 + 72 + 129 = 390 (100%)
R 189 of 390 ~ 48.46%
G 72 of 390 ~ 18.46%
B 129 of 390 ~ 33.08%

%48.46
%18.46
%33.08

CMYK color model

#BD4881 color CMYK value is (0,62,32,26).

  • cyan value is 0.00%
  • magenta value is 61.90%
  • yellow value is 31.75%
  • key color value is 25.88%
CMYK:
(0,62,32,26)
C0M62Y32K26 
(0%,62%,32%,26%)
(0.00/0.62/0.32/0.26)	

CMYK percentages

%0
%61.9
%31.75
%25.88

Codes

Color #BD4881 in popluar color models

BD4881
RGB18972129
HSL331°46.99%51.18%
HSB/HSV331°61.90%74.12%
CMYK0.00%61.90%31.75%
25.88%

Color #BD4881 in popluar number systems.

HEXBD4881
Decimal18972129
Binary10111101100100010000001
Octal275110201

Shades and tints

Shades of #BD4881

#BD4881
(189,72,129)
#AC4276
(172,66,118)
#9B3C6B
(155,60,107)
#8A3660
(138,54,96)
#793055
(121,48,85)
#682A4A
(104,42,74)
#57243F
(87,36,63)
#461E34
(70,30,52)
#351829
(53,24,41)
#24121E
(36,18,30)
#130C13
(19,12,19)
#000000
(0,0,0)

Tints of #BD4881

#BD4881
(189,72,129)
#C3588C
(195,88,140)
#C96897
(201,104,151)
#CF78A2
(207,120,162)
#D588AD
(213,136,173)
#DB98B8
(219,152,184)
#E1A8C3
(225,168,195)
#E7B8CE
(231,184,206)
#EDC8D9
(237,200,217)
#F3D8E4
(243,216,228)
#F9E8EF
(249,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD4881 color. Also use rgb(189,72,129) instead hex code.

Text Font Color

.myTextColor { color: #BD4881; }

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

This text font color is #BD4881.


Background Color

.myBgColor { background-color: #BD4881; }

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

This div background color is #BD4881.


Border color

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

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

This div border color is #BD4881.


Opacity

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

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

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

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

This text has shadow with #BD4881 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD4881 on black background.


Color preview on white background

This text has color #BD4881 on white background.



Black color preview on #BD4881 background

This text has black color on #BD4881 background.


White color preview on #BD4881 background

This text has white color on #BD4881 background.