COLOR #BF7DF7

HEX: #BF7DF7
RGB: (191,125,247)

Color info

#BF7DF7 contains mainly red and blue colors. Web safe color of #BF7DF7 is #CC66FF (or #C6F).

RGB color model

#BF7DF7 color RGB value is (191,125,247).

  • red value is 191;
  • green value is 125;
  • blue value is 247.
RGB:
(191,125,247)
(75%,49%,97%)

RGB channels and saturation

R 191 of 255 = 75%
G 125 of 255 = 49%
B 247 of 255 = 97%

191
125
247

R + G + B ~ 74%. #BF7DF7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 125 + 247 = 563 (100%)
R 191 of 563 ~ 33.93%
G 125 of 563 ~ 22.2%
B 247 of 563 ~ 43.87%

%33.93
%22.2
%43.87

CMYK color model

#BF7DF7 color CMYK value is (23,49,0,3).

  • cyan value is 22.67%
  • magenta value is 49.39%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(23,49,0,3)
C23M49Y0K3 
(23%,49%,0%,3%)
(0.23/0.49/0.00/0.03)	

CMYK percentages

%22.67
%49.39
%0
%3.14

Codes

Color #BF7DF7 in popluar color models

BF7DF7
RGB191125247
HSL272°88.41%72.94%
HSB/HSV272°49.39%96.86%
CMYK22.67%49.39%0.00%
3.14%

Color #BF7DF7 in popluar number systems.

HEXBF7DF7
Decimal191125247
Binary10111111111110111110111
Octal277175367

Shades and tints

Shades of #BF7DF7

#BF7DF7
(191,125,247)
#AE72E1
(174,114,225)
#9D67CB
(157,103,203)
#8C5CB5
(140,92,181)
#7B519F
(123,81,159)
#6A4689
(106,70,137)
#593B73
(89,59,115)
#48305D
(72,48,93)
#372547
(55,37,71)
#261A31
(38,26,49)
#150F1B
(21,15,27)
#000000
(0,0,0)

Tints of #BF7DF7

#BF7DF7
(191,125,247)
#C488F7
(196,136,247)
#C993F7
(201,147,247)
#CE9EF7
(206,158,247)
#D3A9F7
(211,169,247)
#D8B4F7
(216,180,247)
#DDBFF7
(221,191,247)
#E2CAF7
(226,202,247)
#E7D5F7
(231,213,247)
#ECE0F7
(236,224,247)
#F1EBF7
(241,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BF7DF7; }

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

This text font color is #BF7DF7.


Background Color

.myBgColor { background-color: #BF7DF7; }

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

This div background color is #BF7DF7.


Border color

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

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

This div border color is #BF7DF7.


Opacity

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

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

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

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

This text has shadow with #BF7DF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF7DF7 on black background.


Color preview on white background

This text has color #BF7DF7 on white background.



Black color preview on #BF7DF7 background

This text has black color on #BF7DF7 background.


White color preview on #BF7DF7 background

This text has white color on #BF7DF7 background.