COLOR #BF61B4

HEX: #BF61B4
RGB: (191,97,180)

Color info

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

RGB color model

#BF61B4 color RGB value is (191,97,180).

  • red value is 191;
  • green value is 97;
  • blue value is 180.
RGB:
(191,97,180)
(75%,38%,71%)

RGB channels and saturation

R 191 of 255 = 75%
G 97 of 255 = 38%
B 180 of 255 = 71%

191
97
180

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

Portions of RGB colors in percentages

R + G + B =
191 + 97 + 180 = 468 (100%)
R 191 of 468 ~ 40.81%
G 97 of 468 ~ 20.73%
B 180 of 468 ~ 38.46%

%40.81
%20.73
%38.46

CMYK color model

#BF61B4 color CMYK value is (0,49,6,25).

  • cyan value is 0.00%
  • magenta value is 49.21%
  • yellow value is 5.76%
  • key color value is 25.10%
CMYK:
(0,49,6,25)
C0M49Y6K25 
(0%,49%,6%,25%)
(0.00/0.49/0.06/0.25)	

CMYK percentages

%0
%49.21
%5.76
%25.1

Codes

Color #BF61B4 in popluar color models

BF61B4
RGB19197180
HSL307°42.34%56.47%
HSB/HSV307°49.21%74.90%
CMYK0.00%49.21%5.76%
25.10%

Color #BF61B4 in popluar number systems.

HEXBF61B4
Decimal19197180
Binary10111111110000110110100
Octal277141264

Shades and tints

Shades of #BF61B4

#BF61B4
(191,97,180)
#AE59A4
(174,89,164)
#9D5194
(157,81,148)
#8C4984
(140,73,132)
#7B4174
(123,65,116)
#6A3964
(106,57,100)
#593154
(89,49,84)
#482944
(72,41,68)
#372134
(55,33,52)
#261924
(38,25,36)
#151114
(21,17,20)
#000000
(0,0,0)

Tints of #BF61B4

#BF61B4
(191,97,180)
#C46FBA
(196,111,186)
#C97DC0
(201,125,192)
#CE8BC6
(206,139,198)
#D399CC
(211,153,204)
#D8A7D2
(216,167,210)
#DDB5D8
(221,181,216)
#E2C3DE
(226,195,222)
#E7D1E4
(231,209,228)
#ECDFEA
(236,223,234)
#F1EDF0
(241,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF61B4 color. Also use rgb(191,97,180) instead hex code.

Text Font Color

.myTextColor { color: #BF61B4; }

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

This text font color is #BF61B4.


Background Color

.myBgColor { background-color: #BF61B4; }

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

This div background color is #BF61B4.


Border color

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

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

This div border color is #BF61B4.


Opacity

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

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

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

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

This text has shadow with #BF61B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF61B4 on black background.


Color preview on white background

This text has color #BF61B4 on white background.



Black color preview on #BF61B4 background

This text has black color on #BF61B4 background.


White color preview on #BF61B4 background

This text has white color on #BF61B4 background.