COLOR #BC72BE

HEX: #BC72BE
RGB: (188,114,190)

Color info

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

RGB color model

#BC72BE color RGB value is (188,114,190).

  • red value is 188;
  • green value is 114;
  • blue value is 190.
RGB:
(188,114,190)
(74%,45%,75%)

RGB channels and saturation

R 188 of 255 = 74%
G 114 of 255 = 45%
B 190 of 255 = 75%

188
114
190

R + G + B ~ 65%. #BC72BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 114 + 190 = 492 (100%)
R 188 of 492 ~ 38.21%
G 114 of 492 ~ 23.17%
B 190 of 492 ~ 38.62%

%38.21
%23.17
%38.62

CMYK color model

#BC72BE color CMYK value is (1,40,0,25).

  • cyan value is 1.05%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(1,40,0,25)
C1M40Y0K25 
(1%,40%,0%,25%)
(0.01/0.40/0.00/0.25)	

CMYK percentages

%1.05
%40
%0
%25.49

Codes

Color #BC72BE in popluar color models

BC72BE
RGB188114190
HSL298°36.89%59.61%
HSB/HSV298°40.00%74.51%
CMYK1.05%40.00%0.00%
25.49%

Color #BC72BE in popluar number systems.

HEXBC72BE
Decimal188114190
Binary10111100111001010111110
Octal274162276

Shades and tints

Shades of #BC72BE

#BC72BE
(188,114,190)
#AB68AD
(171,104,173)
#9A5E9C
(154,94,156)
#89548B
(137,84,139)
#784A7A
(120,74,122)
#674069
(103,64,105)
#563658
(86,54,88)
#452C47
(69,44,71)
#342236
(52,34,54)
#231825
(35,24,37)
#120E14
(18,14,20)
#000000
(0,0,0)

Tints of #BC72BE

#BC72BE
(188,114,190)
#C27EC3
(194,126,195)
#C88AC8
(200,138,200)
#CE96CD
(206,150,205)
#D4A2D2
(212,162,210)
#DAAED7
(218,174,215)
#E0BADC
(224,186,220)
#E6C6E1
(230,198,225)
#ECD2E6
(236,210,230)
#F2DEEB
(242,222,235)
#F8EAF0
(248,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC72BE color. Also use rgb(188,114,190) instead hex code.

Text Font Color

.myTextColor { color: #BC72BE; }

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

This text font color is #BC72BE.


Background Color

.myBgColor { background-color: #BC72BE; }

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

This div background color is #BC72BE.


Border color

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

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

This div border color is #BC72BE.


Opacity

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

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

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

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

This text has shadow with #BC72BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC72BE on black background.


Color preview on white background

This text has color #BC72BE on white background.



Black color preview on #BC72BE background

This text has black color on #BC72BE background.


White color preview on #BC72BE background

This text has white color on #BC72BE background.