COLOR #BF7DD7

HEX: #BF7DD7 RGB: (191,125,215)

Color info

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

RGB color model

#BF7DD7 color RGB value is (191,125,215).

RGB: (191,125,215) (75%, 49%, 84%)

RGB channels and saturation

R 191 of 255 = 75%
G 125 of 255 = 49%
B 215 of 255 = 84%

191
125
215

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

Portions of RGB colors in percentages

R + G + B = 191 + 125 + 215 = 531 (100%)
R 191 of 531 ~ 35.97%
G 125 of 531 ~ 23.54%
B 215 of 531 ~ 40.49'%

%35.97
%23.54
%40.49

CMYK color model

#BF7DD7 color CMYK value is (11,42,0,16).

  • cyan value is 11.16%
  • magenta value is 41.86%
  • yellow value is 0.00%
  • key color value is 15.69%

CMYK: (11,42,0,16)
C11M42Y0K16 (11%, 42%, 0%, 16%)
(0.11 / 0.42 / 0.00 / 0.16)

CMYK percentages

%11.16
%41.86
%0
%15.69

Codes

Color #BF7DD7 in popluar color models

BF 7D D7
RGB 191 125 215
HSL 284° 52.94% 66.67%
HSB/HSV 284° 41.86% 84.31%
CMYK 11.16% 41.86% 0.00%
15.69%

Color #BF7DD7 in popluar number systems.

HEX BF 7D D7
Decimal 191 125 215
Binary 10111111 1111101 11010111
Octal 277 175 327

Shades and tints

Shades of #BF7DD7

#BF7DD7
(191,125,215)
#AE72C4
(174,114,196)
#9D67B1
(157,103,177)
#8C5C9E
(140,92,158)
#7B518B
(123,81,139)
#6A4678
(106,70,120)
#593B65
(89,59,101)
#483052
(72,48,82)
#37253F
(55,37,63)
#261A2C
(38,26,44)
#150F19
(21,15,25)
#000000
(0,0,0)

Tints of #BF7DD7

#BF7DD7
(191,125,215)
#C488DA
(196,136,218)
#C993DD
(201,147,221)
#CE9EE0
(206,158,224)
#D3A9E3
(211,169,227)
#D8B4E6
(216,180,230)
#DDBFE9
(221,191,233)
#E2CAEC
(226,202,236)
#E7D5EF
(231,213,239)
#ECE0F2
(236,224,242)
#F1EBF5
(241,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF7DD7 color. Also use rgb(191,125,215) instead hex code.

Text Font Color

.myTextColor { color: #BF7DD7; }

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

This text font color is #BF7DD7.

Background Color

.myBgColor { background-color: #BF7DD7; }

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

This div background color is #BF7DD7.

Border color

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

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

This div border color is #BF7DD7.

Opacity

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

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

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

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

This text has shadow with #BF7DD7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BF7DD7.

Preview

Color preview on black background

This text has color #BF7DD7 on black background.


Color preview on white background

This text has color #BF7DD7 on white background.


Black color preview on #BF7DD7 background

This text has black color on #BF7DD7 background.


White color preview on #BF7DD7 background

This text has white color on #BF7DD7 background.


Related colors

Complementary color

Complementary color for #hex is #408228.


I love getcolorcode.com

Triadic colors

1 #D7BF7D and #7DD7BF with #BF7DD7 are triadic colors.

2 #D77DBF and #7DBFD7 with #BF7DD7 are triadic colors.