COLOR #BD91C1

HEX: #BD91C1
RGB: (189,145,193)

Color info

#BD91C1 contains red, green and blue colors in about the same proportion. Web safe color of #BD91C1 is #CC99CC (or #C9C).

RGB color model

#BD91C1 color RGB value is (189,145,193).

  • red value is 189;
  • green value is 145;
  • blue value is 193.
RGB:
(189,145,193)
(74%,57%,76%)

RGB channels and saturation

R 189 of 255 = 74%
G 145 of 255 = 57%
B 193 of 255 = 76%

189
145
193

R + G + B ~ 69%. #BD91C1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 145 + 193 = 527 (100%)
R 189 of 527 ~ 35.86%
G 145 of 527 ~ 27.51%
B 193 of 527 ~ 36.62%

%35.86
%27.51
%36.62

CMYK color model

#BD91C1 color CMYK value is (2,25,0,24).

  • cyan value is 2.07%
  • magenta value is 24.87%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(2,25,0,24)
C2M25Y0K24 
(2%,25%,0%,24%)
(0.02/0.25/0.00/0.24)	

CMYK percentages

%2.07
%24.87
%0
%24.31

Codes

Color #BD91C1 in popluar color models

BD91C1
RGB189145193
HSL295°27.91%66.27%
HSB/HSV295°24.87%75.69%
CMYK2.07%24.87%0.00%
24.31%

Color #BD91C1 in popluar number systems.

HEXBD91C1
Decimal189145193
Binary101111011001000111000001
Octal275221301

Shades and tints

Shades of #BD91C1

#BD91C1
(189,145,193)
#AC84B0
(172,132,176)
#9B779F
(155,119,159)
#8A6A8E
(138,106,142)
#795D7D
(121,93,125)
#68506C
(104,80,108)
#57435B
(87,67,91)
#46364A
(70,54,74)
#352939
(53,41,57)
#241C28
(36,28,40)
#130F17
(19,15,23)
#000000
(0,0,0)

Tints of #BD91C1

#BD91C1
(189,145,193)
#C39BC6
(195,155,198)
#C9A5CB
(201,165,203)
#CFAFD0
(207,175,208)
#D5B9D5
(213,185,213)
#DBC3DA
(219,195,218)
#E1CDDF
(225,205,223)
#E7D7E4
(231,215,228)
#EDE1E9
(237,225,233)
#F3EBEE
(243,235,238)
#F9F5F3
(249,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD91C1; }

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

This text font color is #BD91C1.


Background Color

.myBgColor { background-color: #BD91C1; }

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

This div background color is #BD91C1.


Border color

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

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

This div border color is #BD91C1.


Opacity

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

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

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

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

This text has shadow with #BD91C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD91C1 on black background.


Color preview on white background

This text has color #BD91C1 on white background.



Black color preview on #BD91C1 background

This text has black color on #BD91C1 background.


White color preview on #BD91C1 background

This text has white color on #BD91C1 background.