COLOR #BC0FA4

HEX: #BC0FA4
RGB: (188,15,164)

Color info

#BC0FA4 contains mainly red and blue colors. Web safe color of #BC0FA4 is #CC0099 (or #C09).

RGB color model

#BC0FA4 color RGB value is (188,15,164).

  • red value is 188;
  • green value is 15;
  • blue value is 164.
RGB:
(188,15,164)
(74%,6%,64%)

RGB channels and saturation

R 188 of 255 = 74%
G 15 of 255 = 6%
B 164 of 255 = 64%

188
15
164

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

Portions of RGB colors in percentages

R + G + B =
188 + 15 + 164 = 367 (100%)
R 188 of 367 ~ 51.23%
G 15 of 367 ~ 4.09%
B 164 of 367 ~ 44.69%

%51.23
%44.69

CMYK color model

#BC0FA4 color CMYK value is (0,92,13,26).

  • cyan value is 0.00%
  • magenta value is 92.02%
  • yellow value is 12.77%
  • key color value is 26.27%
CMYK:
(0,92,13,26)
C0M92Y13K26 
(0%,92%,13%,26%)
(0.00/0.92/0.13/0.26)	

CMYK percentages

%0
%92.02
%12.77
%26.27

Codes

Color #BC0FA4 in popluar color models

BC0FA4
RGB18815164
HSL308°85.22%39.80%
HSB/HSV308°92.02%73.73%
CMYK0.00%92.02%12.77%
26.27%

Color #BC0FA4 in popluar number systems.

HEXBC0FA4
Decimal18815164
Binary10111100111110100100
Octal27417244

Shades and tints

Shades of #BC0FA4

#BC0FA4
(188,15,164)
#AB0E96
(171,14,150)
#9A0D88
(154,13,136)
#890C7A
(137,12,122)
#780B6C
(120,11,108)
#670A5E
(103,10,94)
#560950
(86,9,80)
#450842
(69,8,66)
#340734
(52,7,52)
#230626
(35,6,38)
#120518
(18,5,24)
#000000
(0,0,0)

Tints of #BC0FA4

#BC0FA4
(188,15,164)
#C224AC
(194,36,172)
#C839B4
(200,57,180)
#CE4EBC
(206,78,188)
#D463C4
(212,99,196)
#DA78CC
(218,120,204)
#E08DD4
(224,141,212)
#E6A2DC
(230,162,220)
#ECB7E4
(236,183,228)
#F2CCEC
(242,204,236)
#F8E1F4
(248,225,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC0FA4 color. Also use rgb(188,15,164) instead hex code.

Text Font Color

.myTextColor { color: #BC0FA4; }

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

This text font color is #BC0FA4.


Background Color

.myBgColor { background-color: #BC0FA4; }

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

This div background color is #BC0FA4.


Border color

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

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

This div border color is #BC0FA4.


Opacity

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

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

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

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

This text has shadow with #BC0FA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC0FA4 on black background.


Color preview on white background

This text has color #BC0FA4 on white background.



Black color preview on #BC0FA4 background

This text has black color on #BC0FA4 background.


White color preview on #BC0FA4 background

This text has white color on #BC0FA4 background.