COLOR #BF76D7

HEX: #BF76D7
RGB: (191,118,215)

Color info

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

RGB color model

#BF76D7 color RGB value is (191,118,215).

  • red value is 191;
  • green value is 118;
  • blue value is 215.
RGB:
(191,118,215)
(75%,46%,84%)

RGB channels and saturation

R 191 of 255 = 75%
G 118 of 255 = 46%
B 215 of 255 = 84%

191
118
215

R + G + B ~ 68%. #BF76D7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 118 + 215 = 524 (100%)
R 191 of 524 ~ 36.45%
G 118 of 524 ~ 22.52%
B 215 of 524 ~ 41.03%

%36.45
%22.52
%41.03

CMYK color model

#BF76D7 color CMYK value is (11,45,0,16).

  • cyan value is 11.16%
  • magenta value is 45.12%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(11,45,0,16)
C11M45Y0K16 
(11%,45%,0%,16%)
(0.11/0.45/0.00/0.16)	

CMYK percentages

%11.16
%45.12
%0
%15.69

Codes

Color #BF76D7 in popluar color models

BF76D7
RGB191118215
HSL285°54.80%65.29%
HSB/HSV285°45.12%84.31%
CMYK11.16%45.12%0.00%
15.69%

Color #BF76D7 in popluar number systems.

HEXBF76D7
Decimal191118215
Binary10111111111011011010111
Octal277166327

Shades and tints

Shades of #BF76D7

#BF76D7
(191,118,215)
#AE6CC4
(174,108,196)
#9D62B1
(157,98,177)
#8C589E
(140,88,158)
#7B4E8B
(123,78,139)
#6A4478
(106,68,120)
#593A65
(89,58,101)
#483052
(72,48,82)
#37263F
(55,38,63)
#261C2C
(38,28,44)
#151219
(21,18,25)
#000000
(0,0,0)

Tints of #BF76D7

#BF76D7
(191,118,215)
#C482DA
(196,130,218)
#C98EDD
(201,142,221)
#CE9AE0
(206,154,224)
#D3A6E3
(211,166,227)
#D8B2E6
(216,178,230)
#DDBEE9
(221,190,233)
#E2CAEC
(226,202,236)
#E7D6EF
(231,214,239)
#ECE2F2
(236,226,242)
#F1EEF5
(241,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BF76D7; }

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

This text font color is #BF76D7.


Background Color

.myBgColor { background-color: #BF76D7; }

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

This div background color is #BF76D7.


Border color

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

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

This div border color is #BF76D7.


Opacity

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

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

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

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

This text has shadow with #BF76D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF76D7 on black background.


Color preview on white background

This text has color #BF76D7 on white background.



Black color preview on #BF76D7 background

This text has black color on #BF76D7 background.


White color preview on #BF76D7 background

This text has white color on #BF76D7 background.