COLOR #BF5ED1

HEX: #BF5ED1
RGB: (191,94,209)

Color info

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

RGB color model

#BF5ED1 color RGB value is (191,94,209).

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

RGB channels and saturation

R 191 of 255 = 75%
G 94 of 255 = 37%
B 209 of 255 = 82%

191
94
209

R + G + B ~ 65%. #BF5ED1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 94 + 209 = 494 (100%)
R 191 of 494 ~ 38.66%
G 94 of 494 ~ 19.03%
B 209 of 494 ~ 42.31%

%38.66
%19.03
%42.31

CMYK color model

#BF5ED1 color CMYK value is (9,55,0,18).

  • cyan value is 8.61%
  • magenta value is 55.02%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(9,55,0,18)
C9M55Y0K18 
(9%,55%,0%,18%)
(0.09/0.55/0.00/0.18)	

CMYK percentages

%8.61
%55.02
%0
%18.04

Codes

Color #BF5ED1 in popluar color models

BF5ED1
RGB19194209
HSL291°55.56%59.41%
HSB/HSV291°55.02%81.96%
CMYK8.61%55.02%0.00%
18.04%

Color #BF5ED1 in popluar number systems.

HEXBF5ED1
Decimal19194209
Binary10111111101111011010001
Octal277136321

Shades and tints

Shades of #BF5ED1

#BF5ED1
(191,94,209)
#AE56BE
(174,86,190)
#9D4EAB
(157,78,171)
#8C4698
(140,70,152)
#7B3E85
(123,62,133)
#6A3672
(106,54,114)
#592E5F
(89,46,95)
#48264C
(72,38,76)
#371E39
(55,30,57)
#261626
(38,22,38)
#150E13
(21,14,19)
#000000
(0,0,0)

Tints of #BF5ED1

#BF5ED1
(191,94,209)
#C46CD5
(196,108,213)
#C97AD9
(201,122,217)
#CE88DD
(206,136,221)
#D396E1
(211,150,225)
#D8A4E5
(216,164,229)
#DDB2E9
(221,178,233)
#E2C0ED
(226,192,237)
#E7CEF1
(231,206,241)
#ECDCF5
(236,220,245)
#F1EAF9
(241,234,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BF5ED1; }

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

This text font color is #BF5ED1.


Background Color

.myBgColor { background-color: #BF5ED1; }

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

This div background color is #BF5ED1.


Border color

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

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

This div border color is #BF5ED1.


Opacity

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

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

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

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

This text has shadow with #BF5ED1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF5ED1 on black background.


Color preview on white background

This text has color #BF5ED1 on white background.



Black color preview on #BF5ED1 background

This text has black color on #BF5ED1 background.


White color preview on #BF5ED1 background

This text has white color on #BF5ED1 background.