COLOR #BF4898

HEX: #BF4898
RGB: (191,72,152)

Color info

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

RGB color model

#BF4898 color RGB value is (191,72,152).

  • red value is 191;
  • green value is 72;
  • blue value is 152.
RGB:
(191,72,152)
(75%,28%,60%)

RGB channels and saturation

R 191 of 255 = 75%
G 72 of 255 = 28%
B 152 of 255 = 60%

191
72
152

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

Portions of RGB colors in percentages

R + G + B =
191 + 72 + 152 = 415 (100%)
R 191 of 415 ~ 46.02%
G 72 of 415 ~ 17.35%
B 152 of 415 ~ 36.63%

%46.02
%17.35
%36.63

CMYK color model

#BF4898 color CMYK value is (0,62,20,25).

  • cyan value is 0.00%
  • magenta value is 62.30%
  • yellow value is 20.42%
  • key color value is 25.10%
CMYK:
(0,62,20,25)
C0M62Y20K25 
(0%,62%,20%,25%)
(0.00/0.62/0.20/0.25)	

CMYK percentages

%0
%62.3
%20.42
%25.1

Codes

Color #BF4898 in popluar color models

BF4898
RGB19172152
HSL320°48.18%51.57%
HSB/HSV320°62.30%74.90%
CMYK0.00%62.30%20.42%
25.10%

Color #BF4898 in popluar number systems.

HEXBF4898
Decimal19172152
Binary10111111100100010011000
Octal277110230

Shades and tints

Shades of #BF4898

#BF4898
(191,72,152)
#AE428B
(174,66,139)
#9D3C7E
(157,60,126)
#8C3671
(140,54,113)
#7B3064
(123,48,100)
#6A2A57
(106,42,87)
#59244A
(89,36,74)
#481E3D
(72,30,61)
#371830
(55,24,48)
#261223
(38,18,35)
#150C16
(21,12,22)
#000000
(0,0,0)

Tints of #BF4898

#BF4898
(191,72,152)
#C458A1
(196,88,161)
#C968AA
(201,104,170)
#CE78B3
(206,120,179)
#D388BC
(211,136,188)
#D898C5
(216,152,197)
#DDA8CE
(221,168,206)
#E2B8D7
(226,184,215)
#E7C8E0
(231,200,224)
#ECD8E9
(236,216,233)
#F1E8F2
(241,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF4898 color. Also use rgb(191,72,152) instead hex code.

Text Font Color

.myTextColor { color: #BF4898; }

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

This text font color is #BF4898.


Background Color

.myBgColor { background-color: #BF4898; }

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

This div background color is #BF4898.


Border color

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

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

This div border color is #BF4898.


Opacity

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

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

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

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

This text has shadow with #BF4898 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF4898 on black background.


Color preview on white background

This text has color #BF4898 on white background.



Black color preview on #BF4898 background

This text has black color on #BF4898 background.


White color preview on #BF4898 background

This text has white color on #BF4898 background.