COLOR #BC03D0

HEX: #BC03D0
RGB: (188,3,208)

Color info

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

RGB color model

#BC03D0 color RGB value is (188,3,208).

  • red value is 188;
  • green value is 3;
  • blue value is 208.
RGB:
(188,3,208)
(74%,1%,82%)

RGB channels and saturation

R 188 of 255 = 74%
G 3 of 255 = 1%
B 208 of 255 = 82%

188
3
208

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

Portions of RGB colors in percentages

R + G + B =
188 + 3 + 208 = 399 (100%)
R 188 of 399 ~ 47.12%
G 3 of 399 ~ 0.75%
B 208 of 399 ~ 52.13%

%47.12
%52.13

CMYK color model

#BC03D0 color CMYK value is (10,99,0,18).

  • cyan value is 9.62%
  • magenta value is 98.56%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(10,99,0,18)
C10M99Y0K18 
(10%,99%,0%,18%)
(0.10/0.99/0.00/0.18)	

CMYK percentages

%9.62
%98.56
%0
%18.43

Codes

Color #BC03D0 in popluar color models

BC03D0
RGB1883208
HSL294°97.16%41.37%
HSB/HSV294°98.56%81.57%
CMYK9.62%98.56%0.00%
18.43%

Color #BC03D0 in popluar number systems.

HEXBC03D0
Decimal1883208
Binary101111001111010000
Octal2743320

Shades and tints

Shades of #BC03D0

#BC03D0
(188,3,208)
#AB03BE
(171,3,190)
#9A03AC
(154,3,172)
#89039A
(137,3,154)
#780388
(120,3,136)
#670376
(103,3,118)
#560364
(86,3,100)
#450352
(69,3,82)
#340340
(52,3,64)
#23032E
(35,3,46)
#12031C
(18,3,28)
#000000
(0,0,0)

Tints of #BC03D0

#BC03D0
(188,3,208)
#C219D4
(194,25,212)
#C82FD8
(200,47,216)
#CE45DC
(206,69,220)
#D45BE0
(212,91,224)
#DA71E4
(218,113,228)
#E087E8
(224,135,232)
#E69DEC
(230,157,236)
#ECB3F0
(236,179,240)
#F2C9F4
(242,201,244)
#F8DFF8
(248,223,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC03D0 color. Also use rgb(188,3,208) instead hex code.

Text Font Color

.myTextColor { color: #BC03D0; }

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

This text font color is #BC03D0.


Background Color

.myBgColor { background-color: #BC03D0; }

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

This div background color is #BC03D0.


Border color

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

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

This div border color is #BC03D0.


Opacity

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

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

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

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

This text has shadow with #BC03D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC03D0 on black background.


Color preview on white background

This text has color #BC03D0 on white background.



Black color preview on #BC03D0 background

This text has black color on #BC03D0 background.


White color preview on #BC03D0 background

This text has white color on #BC03D0 background.