COLOR #BC00B9

HEX: #BC00B9
RGB: (188,0,185)

Color info

#BC00B9 contains only red and blue colors. Web safe color of #BC00B9 is #CC00CC (or #C0C).

RGB color model

#BC00B9 color RGB value is (188,0,185).

  • red value is 188;
  • green value is 0;
  • blue value is 185.
RGB:
(188,0,185)
(74%,0%,73%)

RGB channels and saturation

R 188 of 255 = 74%
G 0 of 255 = 0%
B 185 of 255 = 73%

188
0
185

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

Portions of RGB colors in percentages

R + G + B =
188 + 0 + 185 = 373 (100%)
R 188 of 373 ~ 50.4%
G 0 of 373 ~ 0%
B 185 of 373 ~ 49.6%

%50.4
%49.6

CMYK color model

#BC00B9 color CMYK value is (0,100,2,26).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 1.60%
  • key color value is 26.27%
CMYK:
(0,100,2,26)
C0M100Y2K26 
(0%,100%,2%,26%)
(0.00/1.00/0.02/0.26)	

CMYK percentages

%0
%100
%1.6
%26.27

Codes

Color #BC00B9 in popluar color models

BC00B9
RGB1880185
HSL301°100.00%36.86%
HSB/HSV301°100.00%73.73%
CMYK0.00%100.00%1.60%
26.27%

Color #BC00B9 in popluar number systems.

HEXBC00B9
Decimal1880185
Binary10111100010111001
Octal2740271

Shades and tints

Shades of #BC00B9

#BC00B9
(188,0,185)
#AB00A9
(171,0,169)
#9A0099
(154,0,153)
#890089
(137,0,137)
#780079
(120,0,121)
#670069
(103,0,105)
#560059
(86,0,89)
#450049
(69,0,73)
#340039
(52,0,57)
#230029
(35,0,41)
#120019
(18,0,25)
#000000
(0,0,0)

Tints of #BC00B9

#BC00B9
(188,0,185)
#C217BF
(194,23,191)
#C82EC5
(200,46,197)
#CE45CB
(206,69,203)
#D45CD1
(212,92,209)
#DA73D7
(218,115,215)
#E08ADD
(224,138,221)
#E6A1E3
(230,161,227)
#ECB8E9
(236,184,233)
#F2CFEF
(242,207,239)
#F8E6F5
(248,230,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC00B9 color. Also use rgb(188,0,185) instead hex code.

Text Font Color

.myTextColor { color: #BC00B9; }

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

This text font color is #BC00B9.


Background Color

.myBgColor { background-color: #BC00B9; }

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

This div background color is #BC00B9.


Border color

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

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

This div border color is #BC00B9.


Opacity

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

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

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

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

This text has shadow with #BC00B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC00B9 on black background.


Color preview on white background

This text has color #BC00B9 on white background.



Black color preview on #BC00B9 background

This text has black color on #BC00B9 background.


White color preview on #BC00B9 background

This text has white color on #BC00B9 background.