COLOR #BC53BE

HEX: #BC53BE RGB: (188,83,190)

Color info

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

RGB color model

#BC53BE color RGB value is (188,83,190).

RGB: (188,83,190) (74%, 33%, 75%)

RGB channels and saturation

R 188 of 255 = 74%
G 83 of 255 = 33%
B 190 of 255 = 75%

188
83
190

R + G + B ~ 61%. #BC53BE is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 83 + 190 = 461 (100%)
R 188 of 461 ~ 40.78%
G 83 of 461 ~ 18%
B 190 of 461 ~ 41.21'%

%40.78
%18
%41.21

CMYK color model

#BC53BE color CMYK value is (1,56,0,25).

  • cyan value is 1.05%
  • magenta value is 56.32%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK: (1,56,0,25) C1M56Y0K25 (1%,56%,0%,25%) (0.01/0.56/0.00/0.25) 

CMYK percentages

%1.05
%56.32
%0
%25.49

Codes

Color #BC53BE in popluar color models

BC 53 BE
RGB 188 83 190
HSL 299° 45.15% 53.53%
HSB/HSV 299° 56.32% 74.51%
CMYK 1.05% 56.32% 0.00%
25.49%

Color #BC53BE in popluar number systems.

HEX BC 53 BE
Decimal 188 83 190
Binary 10111100 1010011 10111110
Octal 274 123 276

Shades and tints

Shades of #BC53BE

#BC53BE
(188,83,190)
#AB4CAD
(171,76,173)
#9A459C
(154,69,156)
#893E8B
(137,62,139)
#78377A
(120,55,122)
#673069
(103,48,105)
#562958
(86,41,88)
#452247
(69,34,71)
#341B36
(52,27,54)
#231425
(35,20,37)
#120D14
(18,13,20)
#000000
(0,0,0)

Tints of #BC53BE

#BC53BE
(188,83,190)
#C262C3
(194,98,195)
#C871C8
(200,113,200)
#CE80CD
(206,128,205)
#D48FD2
(212,143,210)
#DA9ED7
(218,158,215)
#E0ADDC
(224,173,220)
#E6BCE1
(230,188,225)
#ECCBE6
(236,203,230)
#F2DAEB
(242,218,235)
#F8E9F0
(248,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC53BE; }

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

This text font color is #BC53BE.

Background Color

.myBgColor { background-color: #BC53BE; }

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

This div background color is #BC53BE.

Border color

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

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

This div border color is #BC53BE.

Opacity

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

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

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

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

This text has shadow with #BC53BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC53BE.

Preview

Color preview on black background

This text has color #BC53BE on black background.


Color preview on white background

This text has color #BC53BE on white background.


Black color preview on #BC53BE background

This text has black color on #BC53BE background.


White color preview on #BC53BE background

This text has white color on #BC53BE background.


Related colors

Complementary color

Complementary color for #hex is #43AC41.


I love getcolorcode.com

Triadic colors

1 #BEBC53 and #53BEBC with #BC53BE are triadic colors.

2 #BE53BC and #53BCBE with #BC53BE are triadic colors.