COLOR #BF5EB3

HEX: #BF5EB3
RGB: (191,94,179)

Color info

#BF5EB3 contains mainly red and blue colors. Web safe color of #BF5EB3 is #CC6699 (or #C69).

RGB color model

#BF5EB3 color RGB value is (191,94,179).

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

RGB channels and saturation

R 191 of 255 = 75%
G 94 of 255 = 37%
B 179 of 255 = 70%

191
94
179

R + G + B ~ 61%. #BF5EB3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 94 + 179 = 464 (100%)
R 191 of 464 ~ 41.16%
G 94 of 464 ~ 20.26%
B 179 of 464 ~ 38.58%

%41.16
%20.26
%38.58

CMYK color model

#BF5EB3 color CMYK value is (0,51,6,25).

  • cyan value is 0.00%
  • magenta value is 50.79%
  • yellow value is 6.28%
  • key color value is 25.10%
CMYK:
(0,51,6,25)
C0M51Y6K25 
(0%,51%,6%,25%)
(0.00/0.51/0.06/0.25)	

CMYK percentages

%0
%50.79
%6.28
%25.1

Codes

Color #BF5EB3 in popluar color models

BF5EB3
RGB19194179
HSL307°43.11%55.88%
HSB/HSV307°50.79%74.90%
CMYK0.00%50.79%6.28%
25.10%

Color #BF5EB3 in popluar number systems.

HEXBF5EB3
Decimal19194179
Binary10111111101111010110011
Octal277136263

Shades and tints

Shades of #BF5EB3

#BF5EB3
(191,94,179)
#AE56A3
(174,86,163)
#9D4E93
(157,78,147)
#8C4683
(140,70,131)
#7B3E73
(123,62,115)
#6A3663
(106,54,99)
#592E53
(89,46,83)
#482643
(72,38,67)
#371E33
(55,30,51)
#261623
(38,22,35)
#150E13
(21,14,19)
#000000
(0,0,0)

Tints of #BF5EB3

#BF5EB3
(191,94,179)
#C46CB9
(196,108,185)
#C97ABF
(201,122,191)
#CE88C5
(206,136,197)
#D396CB
(211,150,203)
#D8A4D1
(216,164,209)
#DDB2D7
(221,178,215)
#E2C0DD
(226,192,221)
#E7CEE3
(231,206,227)
#ECDCE9
(236,220,233)
#F1EAEF
(241,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BF5EB3; }

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

This text font color is #BF5EB3.


Background Color

.myBgColor { background-color: #BF5EB3; }

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

This div background color is #BF5EB3.


Border color

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

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

This div border color is #BF5EB3.


Opacity

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

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

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

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

This text has shadow with #BF5EB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF5EB3 on black background.


Color preview on white background

This text has color #BF5EB3 on white background.



Black color preview on #BF5EB3 background

This text has black color on #BF5EB3 background.


White color preview on #BF5EB3 background

This text has white color on #BF5EB3 background.