COLOR #BF71BD

HEX: #BF71BD
RGB: (191,113,189)

Color info

#BF71BD contains mainly red and blue colors. Web safe color of #BF71BD is #CC66CC (or #C6C).

RGB color model

#BF71BD color RGB value is (191,113,189).

  • red value is 191;
  • green value is 113;
  • blue value is 189.
RGB:
(191,113,189)
(75%,44%,74%)

RGB channels and saturation

R 191 of 255 = 75%
G 113 of 255 = 44%
B 189 of 255 = 74%

191
113
189

R + G + B ~ 64%. #BF71BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 113 + 189 = 493 (100%)
R 191 of 493 ~ 38.74%
G 113 of 493 ~ 22.92%
B 189 of 493 ~ 38.34%

%38.74
%22.92
%38.34

CMYK color model

#BF71BD color CMYK value is (0,41,1,25).

  • cyan value is 0.00%
  • magenta value is 40.84%
  • yellow value is 1.05%
  • key color value is 25.10%
CMYK:
(0,41,1,25)
C0M41Y1K25 
(0%,41%,1%,25%)
(0.00/0.41/0.01/0.25)	

CMYK percentages

%0
%40.84
%1.05
%25.1

Codes

Color #BF71BD in popluar color models

BF71BD
RGB191113189
HSL302°37.86%59.61%
HSB/HSV302°40.84%74.90%
CMYK0.00%40.84%1.05%
25.10%

Color #BF71BD in popluar number systems.

HEXBF71BD
Decimal191113189
Binary10111111111000110111101
Octal277161275

Shades and tints

Shades of #BF71BD

#BF71BD
(191,113,189)
#AE67AC
(174,103,172)
#9D5D9B
(157,93,155)
#8C538A
(140,83,138)
#7B4979
(123,73,121)
#6A3F68
(106,63,104)
#593557
(89,53,87)
#482B46
(72,43,70)
#372135
(55,33,53)
#261724
(38,23,36)
#150D13
(21,13,19)
#000000
(0,0,0)

Tints of #BF71BD

#BF71BD
(191,113,189)
#C47DC3
(196,125,195)
#C989C9
(201,137,201)
#CE95CF
(206,149,207)
#D3A1D5
(211,161,213)
#D8ADDB
(216,173,219)
#DDB9E1
(221,185,225)
#E2C5E7
(226,197,231)
#E7D1ED
(231,209,237)
#ECDDF3
(236,221,243)
#F1E9F9
(241,233,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF71BD color. Also use rgb(191,113,189) instead hex code.

Text Font Color

.myTextColor { color: #BF71BD; }

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

This text font color is #BF71BD.


Background Color

.myBgColor { background-color: #BF71BD; }

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

This div background color is #BF71BD.


Border color

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

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

This div border color is #BF71BD.


Opacity

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

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

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

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

This text has shadow with #BF71BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF71BD on black background.


Color preview on white background

This text has color #BF71BD on white background.



Black color preview on #BF71BD background

This text has black color on #BF71BD background.


White color preview on #BF71BD background

This text has white color on #BF71BD background.