COLOR #BF7DD3

HEX: #BF7DD3
RGB: (191,125,211)

Color info

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

RGB color model

#BF7DD3 color RGB value is (191,125,211).

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

RGB channels and saturation

R 191 of 255 = 75%
G 125 of 255 = 49%
B 211 of 255 = 83%

191
125
211

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

Portions of RGB colors in percentages

R + G + B =
191 + 125 + 211 = 527 (100%)
R 191 of 527 ~ 36.24%
G 125 of 527 ~ 23.72%
B 211 of 527 ~ 40.04%

%36.24
%23.72
%40.04

CMYK color model

#BF7DD3 color CMYK value is (9,41,0,17).

  • cyan value is 9.48%
  • magenta value is 40.76%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(9,41,0,17)
C9M41Y0K17 
(9%,41%,0%,17%)
(0.09/0.41/0.00/0.17)	

CMYK percentages

%9.48
%40.76
%0
%17.25

Codes

Color #BF7DD3 in popluar color models

BF7DD3
RGB191125211
HSL286°49.43%65.88%
HSB/HSV286°40.76%82.75%
CMYK9.48%40.76%0.00%
17.25%

Color #BF7DD3 in popluar number systems.

HEXBF7DD3
Decimal191125211
Binary10111111111110111010011
Octal277175323

Shades and tints

Shades of #BF7DD3

#BF7DD3
(191,125,211)
#AE72C0
(174,114,192)
#9D67AD
(157,103,173)
#8C5C9A
(140,92,154)
#7B5187
(123,81,135)
#6A4674
(106,70,116)
#593B61
(89,59,97)
#48304E
(72,48,78)
#37253B
(55,37,59)
#261A28
(38,26,40)
#150F15
(21,15,21)
#000000
(0,0,0)

Tints of #BF7DD3

#BF7DD3
(191,125,211)
#C488D7
(196,136,215)
#C993DB
(201,147,219)
#CE9EDF
(206,158,223)
#D3A9E3
(211,169,227)
#D8B4E7
(216,180,231)
#DDBFEB
(221,191,235)
#E2CAEF
(226,202,239)
#E7D5F3
(231,213,243)
#ECE0F7
(236,224,247)
#F1EBFB
(241,235,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BF7DD3; }

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

This text font color is #BF7DD3.


Background Color

.myBgColor { background-color: #BF7DD3; }

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

This div background color is #BF7DD3.


Border color

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

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

This div border color is #BF7DD3.


Opacity

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

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

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

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

This text has shadow with #BF7DD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF7DD3 on black background.


Color preview on white background

This text has color #BF7DD3 on white background.



Black color preview on #BF7DD3 background

This text has black color on #BF7DD3 background.


White color preview on #BF7DD3 background

This text has white color on #BF7DD3 background.