COLOR #BF4FB8

HEX: #BF4FB8
RGB: (191,79,184)

Color info

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

RGB color model

#BF4FB8 color RGB value is (191,79,184).

  • red value is 191;
  • green value is 79;
  • blue value is 184.
RGB:
(191,79,184)
(75%,31%,72%)

RGB channels and saturation

R 191 of 255 = 75%
G 79 of 255 = 31%
B 184 of 255 = 72%

191
79
184

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

Portions of RGB colors in percentages

R + G + B =
191 + 79 + 184 = 454 (100%)
R 191 of 454 ~ 42.07%
G 79 of 454 ~ 17.4%
B 184 of 454 ~ 40.53%

%42.07
%17.4
%40.53

CMYK color model

#BF4FB8 color CMYK value is (0,59,4,25).

  • cyan value is 0.00%
  • magenta value is 58.64%
  • yellow value is 3.66%
  • key color value is 25.10%
CMYK:
(0,59,4,25)
C0M59Y4K25 
(0%,59%,4%,25%)
(0.00/0.59/0.04/0.25)	

CMYK percentages

%0
%58.64
%3.66
%25.1

Codes

Color #BF4FB8 in popluar color models

BF4FB8
RGB19179184
HSL304°46.67%52.94%
HSB/HSV304°58.64%74.90%
CMYK0.00%58.64%3.66%
25.10%

Color #BF4FB8 in popluar number systems.

HEXBF4FB8
Decimal19179184
Binary10111111100111110111000
Octal277117270

Shades and tints

Shades of #BF4FB8

#BF4FB8
(191,79,184)
#AE48A8
(174,72,168)
#9D4198
(157,65,152)
#8C3A88
(140,58,136)
#7B3378
(123,51,120)
#6A2C68
(106,44,104)
#592558
(89,37,88)
#481E48
(72,30,72)
#371738
(55,23,56)
#261028
(38,16,40)
#150918
(21,9,24)
#000000
(0,0,0)

Tints of #BF4FB8

#BF4FB8
(191,79,184)
#C45FBE
(196,95,190)
#C96FC4
(201,111,196)
#CE7FCA
(206,127,202)
#D38FD0
(211,143,208)
#D89FD6
(216,159,214)
#DDAFDC
(221,175,220)
#E2BFE2
(226,191,226)
#E7CFE8
(231,207,232)
#ECDFEE
(236,223,238)
#F1EFF4
(241,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF4FB8 color. Also use rgb(191,79,184) instead hex code.

Text Font Color

.myTextColor { color: #BF4FB8; }

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

This text font color is #BF4FB8.


Background Color

.myBgColor { background-color: #BF4FB8; }

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

This div background color is #BF4FB8.


Border color

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

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

This div border color is #BF4FB8.


Opacity

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

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

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

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

This text has shadow with #BF4FB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF4FB8 on black background.


Color preview on white background

This text has color #BF4FB8 on white background.



Black color preview on #BF4FB8 background

This text has black color on #BF4FB8 background.


White color preview on #BF4FB8 background

This text has white color on #BF4FB8 background.