COLOR #BC42B0

HEX: #BC42B0
RGB: (188,66,176)

Color info

#BC42B0 contains mainly red and blue colors. Web safe color of #BC42B0 is #CC3399 (or #C39).

RGB color model

#BC42B0 color RGB value is (188,66,176).

  • red value is 188;
  • green value is 66;
  • blue value is 176.
RGB:
(188,66,176)
(74%,26%,69%)

RGB channels and saturation

R 188 of 255 = 74%
G 66 of 255 = 26%
B 176 of 255 = 69%

188
66
176

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

Portions of RGB colors in percentages

R + G + B =
188 + 66 + 176 = 430 (100%)
R 188 of 430 ~ 43.72%
G 66 of 430 ~ 15.35%
B 176 of 430 ~ 40.93%

%43.72
%15.35
%40.93

CMYK color model

#BC42B0 color CMYK value is (0,65,6,26).

  • cyan value is 0.00%
  • magenta value is 64.89%
  • yellow value is 6.38%
  • key color value is 26.27%
CMYK:
(0,65,6,26)
C0M65Y6K26 
(0%,65%,6%,26%)
(0.00/0.65/0.06/0.26)	

CMYK percentages

%0
%64.89
%6.38
%26.27

Codes

Color #BC42B0 in popluar color models

BC42B0
RGB18866176
HSL306°48.03%49.80%
HSB/HSV306°64.89%73.73%
CMYK0.00%64.89%6.38%
26.27%

Color #BC42B0 in popluar number systems.

HEXBC42B0
Decimal18866176
Binary10111100100001010110000
Octal274102260

Shades and tints

Shades of #BC42B0

#BC42B0
(188,66,176)
#AB3CA0
(171,60,160)
#9A3690
(154,54,144)
#893080
(137,48,128)
#782A70
(120,42,112)
#672460
(103,36,96)
#561E50
(86,30,80)
#451840
(69,24,64)
#341230
(52,18,48)
#230C20
(35,12,32)
#120610
(18,6,16)
#000000
(0,0,0)

Tints of #BC42B0

#BC42B0
(188,66,176)
#C253B7
(194,83,183)
#C864BE
(200,100,190)
#CE75C5
(206,117,197)
#D486CC
(212,134,204)
#DA97D3
(218,151,211)
#E0A8DA
(224,168,218)
#E6B9E1
(230,185,225)
#ECCAE8
(236,202,232)
#F2DBEF
(242,219,239)
#F8ECF6
(248,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC42B0 color. Also use rgb(188,66,176) instead hex code.

Text Font Color

.myTextColor { color: #BC42B0; }

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

This text font color is #BC42B0.


Background Color

.myBgColor { background-color: #BC42B0; }

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

This div background color is #BC42B0.


Border color

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

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

This div border color is #BC42B0.


Opacity

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

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

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

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

This text has shadow with #BC42B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC42B0 on black background.


Color preview on white background

This text has color #BC42B0 on white background.



Black color preview on #BC42B0 background

This text has black color on #BC42B0 background.


White color preview on #BC42B0 background

This text has white color on #BC42B0 background.