COLOR #BC93DD

HEX: #BC93DD RGB: (188,147,221)

Color info

#BC93DD contains mainly red and blue colors. Web safe color of #BC93DD is #CC99CC (or #C9C).

RGB color model

#BC93DD color RGB value is (188,147,221).

RGB: (188,147,221) (74%, 58%, 87%)

RGB channels and saturation

R 188 of 255 = 74%
G 147 of 255 = 58%
B 221 of 255 = 87%

188
147
221

R + G + B ~ 73%. #BC93DD is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 147 + 221 = 556 (100%)
R 188 of 556 ~ 33.81%
G 147 of 556 ~ 26.44%
B 221 of 556 ~ 39.75'%

%33.81
%26.44
%39.75

CMYK color model

#BC93DD color CMYK value is (15,33,0,13).

  • cyan value is 14.93%
  • magenta value is 33.48%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (15,33,0,13)
C15M33Y0K13 (15%, 33%, 0%, 13%)
(0.15 / 0.33 / 0.00 / 0.13)

CMYK percentages

%14.93
%33.48
%0
%13.33

Codes

Color #BC93DD in popluar color models

BC 93 DD
RGB 188 147 221
HSL 273° 52.11% 72.16%
HSB/HSV 273° 33.48% 86.67%
CMYK 14.93% 33.48% 0.00%
13.33%

Color #BC93DD in popluar number systems.

HEX BC 93 DD
Decimal 188 147 221
Binary 10111100 10010011 11011101
Octal 274 223 335

Shades and tints

Shades of #BC93DD

#BC93DD
(188,147,221)
#AB86C9
(171,134,201)
#9A79B5
(154,121,181)
#896CA1
(137,108,161)
#785F8D
(120,95,141)
#675279
(103,82,121)
#564565
(86,69,101)
#453851
(69,56,81)
#342B3D
(52,43,61)
#231E29
(35,30,41)
#121115
(18,17,21)
#000000
(0,0,0)

Tints of #BC93DD

#BC93DD
(188,147,221)
#C29CE0
(194,156,224)
#C8A5E3
(200,165,227)
#CEAEE6
(206,174,230)
#D4B7E9
(212,183,233)
#DAC0EC
(218,192,236)
#E0C9EF
(224,201,239)
#E6D2F2
(230,210,242)
#ECDBF5
(236,219,245)
#F2E4F8
(242,228,248)
#F8EDFB
(248,237,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC93DD color. Also use rgb(188,147,221) instead hex code.

Text Font Color

.myTextColor { color: #BC93DD; }

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

This text font color is #BC93DD.

Background Color

.myBgColor { background-color: #BC93DD; }

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

This div background color is #BC93DD.

Border color

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

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

This div border color is #BC93DD.

Opacity

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

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

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

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

This text has shadow with #BC93DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC93DD.

Preview

Color preview on black background

This text has color #BC93DD on black background.


Color preview on white background

This text has color #BC93DD on white background.


Black color preview on #BC93DD background

This text has black color on #BC93DD background.


White color preview on #BC93DD background

This text has white color on #BC93DD background.


Related colors

Complementary color

Complementary color for #hex is #436C22.


I love getcolorcode.com

Triadic colors

1 #DDBC93 and #93DDBC with #BC93DD are triadic colors.

2 #DD93BC and #93BCDD with #BC93DD are triadic colors.