COLOR #BD81B1

HEX: #BD81B1
RGB: (189,129,177)

Color info

#BD81B1 contains mainly red and blue colors. Web safe color of #BD81B1 is #CC9999 (or #C99).

RGB color model

#BD81B1 color RGB value is (189,129,177).

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

RGB channels and saturation

R 189 of 255 = 74%
G 129 of 255 = 51%
B 177 of 255 = 69%

189
129
177

R + G + B ~ 65%. #BD81B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 129 + 177 = 495 (100%)
R 189 of 495 ~ 38.18%
G 129 of 495 ~ 26.06%
B 177 of 495 ~ 35.76%

%38.18
%26.06
%35.76

CMYK color model

#BD81B1 color CMYK value is (0,32,6,26).

  • cyan value is 0.00%
  • magenta value is 31.75%
  • yellow value is 6.35%
  • key color value is 25.88%
CMYK:
(0,32,6,26)
C0M32Y6K26 
(0%,32%,6%,26%)
(0.00/0.32/0.06/0.26)	

CMYK percentages

%0
%31.75
%6.35
%25.88

Codes

Color #BD81B1 in popluar color models

BD81B1
RGB189129177
HSL312°31.25%62.35%
HSB/HSV312°31.75%74.12%
CMYK0.00%31.75%6.35%
25.88%

Color #BD81B1 in popluar number systems.

HEXBD81B1
Decimal189129177
Binary101111011000000110110001
Octal275201261

Shades and tints

Shades of #BD81B1

#BD81B1
(189,129,177)
#AC76A1
(172,118,161)
#9B6B91
(155,107,145)
#8A6081
(138,96,129)
#795571
(121,85,113)
#684A61
(104,74,97)
#573F51
(87,63,81)
#463441
(70,52,65)
#352931
(53,41,49)
#241E21
(36,30,33)
#131311
(19,19,17)
#000000
(0,0,0)

Tints of #BD81B1

#BD81B1
(189,129,177)
#C38CB8
(195,140,184)
#C997BF
(201,151,191)
#CFA2C6
(207,162,198)
#D5ADCD
(213,173,205)
#DBB8D4
(219,184,212)
#E1C3DB
(225,195,219)
#E7CEE2
(231,206,226)
#EDD9E9
(237,217,233)
#F3E4F0
(243,228,240)
#F9EFF7
(249,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD81B1; }

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

This text font color is #BD81B1.


Background Color

.myBgColor { background-color: #BD81B1; }

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

This div background color is #BD81B1.


Border color

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

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

This div border color is #BD81B1.


Opacity

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

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

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

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

This text has shadow with #BD81B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD81B1 on black background.


Color preview on white background

This text has color #BD81B1 on white background.



Black color preview on #BD81B1 background

This text has black color on #BD81B1 background.


White color preview on #BD81B1 background

This text has white color on #BD81B1 background.