COLOR #BF7CD1

HEX: #BF7CD1
RGB: (191,124,209)

Color info

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

RGB color model

#BF7CD1 color RGB value is (191,124,209).

  • red value is 191;
  • green value is 124;
  • blue value is 209.
RGB:
(191,124,209)
(75%,49%,82%)

RGB channels and saturation

R 191 of 255 = 75%
G 124 of 255 = 49%
B 209 of 255 = 82%

191
124
209

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

Portions of RGB colors in percentages

R + G + B =
191 + 124 + 209 = 524 (100%)
R 191 of 524 ~ 36.45%
G 124 of 524 ~ 23.66%
B 209 of 524 ~ 39.89%

%36.45
%23.66
%39.89

CMYK color model

#BF7CD1 color CMYK value is (9,41,0,18).

  • cyan value is 8.61%
  • magenta value is 40.67%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(9,41,0,18)
C9M41Y0K18 
(9%,41%,0%,18%)
(0.09/0.41/0.00/0.18)	

CMYK percentages

%8.61
%40.67
%0
%18.04

Codes

Color #BF7CD1 in popluar color models

BF7CD1
RGB191124209
HSL287°48.02%65.29%
HSB/HSV287°40.67%81.96%
CMYK8.61%40.67%0.00%
18.04%

Color #BF7CD1 in popluar number systems.

HEXBF7CD1
Decimal191124209
Binary10111111111110011010001
Octal277174321

Shades and tints

Shades of #BF7CD1

#BF7CD1
(191,124,209)
#AE71BE
(174,113,190)
#9D66AB
(157,102,171)
#8C5B98
(140,91,152)
#7B5085
(123,80,133)
#6A4572
(106,69,114)
#593A5F
(89,58,95)
#482F4C
(72,47,76)
#372439
(55,36,57)
#261926
(38,25,38)
#150E13
(21,14,19)
#000000
(0,0,0)

Tints of #BF7CD1

#BF7CD1
(191,124,209)
#C487D5
(196,135,213)
#C992D9
(201,146,217)
#CE9DDD
(206,157,221)
#D3A8E1
(211,168,225)
#D8B3E5
(216,179,229)
#DDBEE9
(221,190,233)
#E2C9ED
(226,201,237)
#E7D4F1
(231,212,241)
#ECDFF5
(236,223,245)
#F1EAF9
(241,234,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF7CD1 color. Also use rgb(191,124,209) instead hex code.

Text Font Color

.myTextColor { color: #BF7CD1; }

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

This text font color is #BF7CD1.


Background Color

.myBgColor { background-color: #BF7CD1; }

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

This div background color is #BF7CD1.


Border color

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

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

This div border color is #BF7CD1.


Opacity

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

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

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

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

This text has shadow with #BF7CD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF7CD1 on black background.


Color preview on white background

This text has color #BF7CD1 on white background.



Black color preview on #BF7CD1 background

This text has black color on #BF7CD1 background.


White color preview on #BF7CD1 background

This text has white color on #BF7CD1 background.