COLOR #BF4CA7

HEX: #BF4CA7
RGB: (191,76,167)

Color info

#BF4CA7 contains mainly red and blue colors. Web safe color of #BF4CA7 is #CC3399 (or #C39).

RGB color model

#BF4CA7 color RGB value is (191,76,167).

  • red value is 191;
  • green value is 76;
  • blue value is 167.
RGB:
(191,76,167)
(75%,30%,65%)

RGB channels and saturation

R 191 of 255 = 75%
G 76 of 255 = 30%
B 167 of 255 = 65%

191
76
167

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

Portions of RGB colors in percentages

R + G + B =
191 + 76 + 167 = 434 (100%)
R 191 of 434 ~ 44.01%
G 76 of 434 ~ 17.51%
B 167 of 434 ~ 38.48%

%44.01
%17.51
%38.48

CMYK color model

#BF4CA7 color CMYK value is (0,60,13,25).

  • cyan value is 0.00%
  • magenta value is 60.21%
  • yellow value is 12.57%
  • key color value is 25.10%
CMYK:
(0,60,13,25)
C0M60Y13K25 
(0%,60%,13%,25%)
(0.00/0.60/0.13/0.25)	

CMYK percentages

%0
%60.21
%12.57
%25.1

Codes

Color #BF4CA7 in popluar color models

BF4CA7
RGB19176167
HSL313°47.33%52.35%
HSB/HSV313°60.21%74.90%
CMYK0.00%60.21%12.57%
25.10%

Color #BF4CA7 in popluar number systems.

HEXBF4CA7
Decimal19176167
Binary10111111100110010100111
Octal277114247

Shades and tints

Shades of #BF4CA7

#BF4CA7
(191,76,167)
#AE4698
(174,70,152)
#9D4089
(157,64,137)
#8C3A7A
(140,58,122)
#7B346B
(123,52,107)
#6A2E5C
(106,46,92)
#59284D
(89,40,77)
#48223E
(72,34,62)
#371C2F
(55,28,47)
#261620
(38,22,32)
#151011
(21,16,17)
#000000
(0,0,0)

Tints of #BF4CA7

#BF4CA7
(191,76,167)
#C45CAF
(196,92,175)
#C96CB7
(201,108,183)
#CE7CBF
(206,124,191)
#D38CC7
(211,140,199)
#D89CCF
(216,156,207)
#DDACD7
(221,172,215)
#E2BCDF
(226,188,223)
#E7CCE7
(231,204,231)
#ECDCEF
(236,220,239)
#F1ECF7
(241,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF4CA7 color. Also use rgb(191,76,167) instead hex code.

Text Font Color

.myTextColor { color: #BF4CA7; }

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

This text font color is #BF4CA7.


Background Color

.myBgColor { background-color: #BF4CA7; }

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

This div background color is #BF4CA7.


Border color

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

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

This div border color is #BF4CA7.


Opacity

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

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

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

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

This text has shadow with #BF4CA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF4CA7 on black background.


Color preview on white background

This text has color #BF4CA7 on white background.



Black color preview on #BF4CA7 background

This text has black color on #BF4CA7 background.


White color preview on #BF4CA7 background

This text has white color on #BF4CA7 background.