COLOR #BF5EA4

HEX: #BF5EA4 RGB: (191,94,164)

Color info

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

RGB color model

#BF5EA4 color RGB value is (191,94,164).

RGB: (191,94,164) (75%, 37%, 64%)

RGB channels and saturation

R 191 of 255 = 75%
G 94 of 255 = 37%
B 164 of 255 = 64%

191
94
164

R + G + B ~ 59%. #BF5EA4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 191 + 94 + 164 = 449 (100%)
R 191 of 449 ~ 42.54%
G 94 of 449 ~ 20.94%
B 164 of 449 ~ 36.53'%

%42.54
%20.94
%36.53

CMYK color model

#BF5EA4 color CMYK value is (0,51,14,25).

  • cyan value is 0.00%
  • magenta value is 50.79%
  • yellow value is 14.14%
  • key color value is 25.10%

CMYK: (0,51,14,25)
C0M51Y14K25 (0%, 51%, 14%, 25%)
(0.00 / 0.51 / 0.14 / 0.25)

CMYK percentages

%0
%50.79
%14.14
%25.1

Codes

Color #BF5EA4 in popluar color models

BF 5E A4
RGB 191 94 164
HSL 317° 43.11% 55.88%
HSB/HSV 317° 50.79% 74.90%
CMYK 0.00% 50.79% 14.14%
25.10%

Color #BF5EA4 in popluar number systems.

HEX BF 5E A4
Decimal 191 94 164
Binary 10111111 1011110 10100100
Octal 277 136 244

Shades and tints

Shades of #BF5EA4

#BF5EA4
(191,94,164)
#AE5696
(174,86,150)
#9D4E88
(157,78,136)
#8C467A
(140,70,122)
#7B3E6C
(123,62,108)
#6A365E
(106,54,94)
#592E50
(89,46,80)
#482642
(72,38,66)
#371E34
(55,30,52)
#261626
(38,22,38)
#150E18
(21,14,24)
#000000
(0,0,0)

Tints of #BF5EA4

#BF5EA4
(191,94,164)
#C46CAC
(196,108,172)
#C97AB4
(201,122,180)
#CE88BC
(206,136,188)
#D396C4
(211,150,196)
#D8A4CC
(216,164,204)
#DDB2D4
(221,178,212)
#E2C0DC
(226,192,220)
#E7CEE4
(231,206,228)
#ECDCEC
(236,220,236)
#F1EAF4
(241,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BF5EA4; }

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

This text font color is #BF5EA4.

Background Color

.myBgColor { background-color: #BF5EA4; }

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

This div background color is #BF5EA4.

Border color

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

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

This div border color is #BF5EA4.

Opacity

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

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

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

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

This text has shadow with #BF5EA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BF5EA4.

Preview

Color preview on black background

This text has color #BF5EA4 on black background.


Color preview on white background

This text has color #BF5EA4 on white background.


Black color preview on #BF5EA4 background

This text has black color on #BF5EA4 background.


White color preview on #BF5EA4 background

This text has white color on #BF5EA4 background.


Related colors

Complementary color

Complementary color for #hex is #40A15B.


I love getcolorcode.com

Triadic colors

1 #A4BF5E and #5EA4BF with #BF5EA4 are triadic colors.

2 #A45EBF and #5EBFA4 with #BF5EA4 are triadic colors.