COLOR #BF4AC6

HEX: #BF4AC6
RGB: (191,74,198)

Color info

#BF4AC6 contains mainly red and blue colors. Web safe color of #BF4AC6 is #CC33CC (or #C3C).

RGB color model

#BF4AC6 color RGB value is (191,74,198).

  • red value is 191;
  • green value is 74;
  • blue value is 198.
RGB:
(191,74,198)
(75%,29%,78%)

RGB channels and saturation

R 191 of 255 = 75%
G 74 of 255 = 29%
B 198 of 255 = 78%

191
74
198

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

Portions of RGB colors in percentages

R + G + B =
191 + 74 + 198 = 463 (100%)
R 191 of 463 ~ 41.25%
G 74 of 463 ~ 15.98%
B 198 of 463 ~ 42.76%

%41.25
%15.98
%42.76

CMYK color model

#BF4AC6 color CMYK value is (4,63,0,22).

  • cyan value is 3.54%
  • magenta value is 62.63%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(4,63,0,22)
C4M63Y0K22 
(4%,63%,0%,22%)
(0.04/0.63/0.00/0.22)	

CMYK percentages

%3.54
%62.63
%0
%22.35

Codes

Color #BF4AC6 in popluar color models

BF4AC6
RGB19174198
HSL297°52.10%53.33%
HSB/HSV297°62.63%77.65%
CMYK3.54%62.63%0.00%
22.35%

Color #BF4AC6 in popluar number systems.

HEXBF4AC6
Decimal19174198
Binary10111111100101011000110
Octal277112306

Shades and tints

Shades of #BF4AC6

#BF4AC6
(191,74,198)
#AE44B4
(174,68,180)
#9D3EA2
(157,62,162)
#8C3890
(140,56,144)
#7B327E
(123,50,126)
#6A2C6C
(106,44,108)
#59265A
(89,38,90)
#482048
(72,32,72)
#371A36
(55,26,54)
#261424
(38,20,36)
#150E12
(21,14,18)
#000000
(0,0,0)

Tints of #BF4AC6

#BF4AC6
(191,74,198)
#C45ACB
(196,90,203)
#C96AD0
(201,106,208)
#CE7AD5
(206,122,213)
#D38ADA
(211,138,218)
#D89ADF
(216,154,223)
#DDAAE4
(221,170,228)
#E2BAE9
(226,186,233)
#E7CAEE
(231,202,238)
#ECDAF3
(236,218,243)
#F1EAF8
(241,234,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF4AC6 color. Also use rgb(191,74,198) instead hex code.

Text Font Color

.myTextColor { color: #BF4AC6; }

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

This text font color is #BF4AC6.


Background Color

.myBgColor { background-color: #BF4AC6; }

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

This div background color is #BF4AC6.


Border color

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

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

This div border color is #BF4AC6.


Opacity

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

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

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

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

This text has shadow with #BF4AC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF4AC6 on black background.


Color preview on white background

This text has color #BF4AC6 on white background.



Black color preview on #BF4AC6 background

This text has black color on #BF4AC6 background.


White color preview on #BF4AC6 background

This text has white color on #BF4AC6 background.