COLOR #BC74BE

HEX: #BC74BE
RGB: (188,116,190)

Color info

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

RGB color model

#BC74BE color RGB value is (188,116,190).

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

RGB channels and saturation

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

188
116
190

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

Portions of RGB colors in percentages

R + G + B =
188 + 116 + 190 = 494 (100%)
R 188 of 494 ~ 38.06%
G 116 of 494 ~ 23.48%
B 190 of 494 ~ 38.46%

%38.06
%23.48
%38.46

CMYK color model

#BC74BE color CMYK value is (1,39,0,25).

  • cyan value is 1.05%
  • magenta value is 38.95%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(1,39,0,25)
C1M39Y0K25 
(1%,39%,0%,25%)
(0.01/0.39/0.00/0.25)	

CMYK percentages

%1.05
%38.95
%0
%25.49

Codes

Color #BC74BE in popluar color models

BC74BE
RGB188116190
HSL298°36.27%60.00%
HSB/HSV298°38.95%74.51%
CMYK1.05%38.95%0.00%
25.49%

Color #BC74BE in popluar number systems.

HEXBC74BE
Decimal188116190
Binary10111100111010010111110
Octal274164276

Shades and tints

Shades of #BC74BE

#BC74BE
(188,116,190)
#AB6AAD
(171,106,173)
#9A609C
(154,96,156)
#89568B
(137,86,139)
#784C7A
(120,76,122)
#674269
(103,66,105)
#563858
(86,56,88)
#452E47
(69,46,71)
#342436
(52,36,54)
#231A25
(35,26,37)
#121014
(18,16,20)
#000000
(0,0,0)

Tints of #BC74BE

#BC74BE
(188,116,190)
#C280C3
(194,128,195)
#C88CC8
(200,140,200)
#CE98CD
(206,152,205)
#D4A4D2
(212,164,210)
#DAB0D7
(218,176,215)
#E0BCDC
(224,188,220)
#E6C8E1
(230,200,225)
#ECD4E6
(236,212,230)
#F2E0EB
(242,224,235)
#F8ECF0
(248,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC74BE; }

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

This text font color is #BC74BE.


Background Color

.myBgColor { background-color: #BC74BE; }

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

This div background color is #BC74BE.


Border color

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

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

This div border color is #BC74BE.


Opacity

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

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

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

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

This text has shadow with #BC74BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC74BE on black background.


Color preview on white background

This text has color #BC74BE on white background.



Black color preview on #BC74BE background

This text has black color on #BC74BE background.


White color preview on #BC74BE background

This text has white color on #BC74BE background.