COLOR #BD5CDC

HEX: #BD5CDC
RGB: (189,92,220)

Color info

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

RGB color model

#BD5CDC color RGB value is (189,92,220).

  • red value is 189;
  • green value is 92;
  • blue value is 220.
RGB:
(189,92,220)
(74%,36%,86%)

RGB channels and saturation

R 189 of 255 = 74%
G 92 of 255 = 36%
B 220 of 255 = 86%

189
92
220

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

Portions of RGB colors in percentages

R + G + B =
189 + 92 + 220 = 501 (100%)
R 189 of 501 ~ 37.72%
G 92 of 501 ~ 18.36%
B 220 of 501 ~ 43.91%

%37.72
%18.36
%43.91

CMYK color model

#BD5CDC color CMYK value is (14,58,0,14).

  • cyan value is 14.09%
  • magenta value is 58.18%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(14,58,0,14)
C14M58Y0K14 
(14%,58%,0%,14%)
(0.14/0.58/0.00/0.14)	

CMYK percentages

%14.09
%58.18
%0
%13.73

Codes

Color #BD5CDC in popluar color models

BD5CDC
RGB18992220
HSL285°64.65%61.18%
HSB/HSV285°58.18%86.27%
CMYK14.09%58.18%0.00%
13.73%

Color #BD5CDC in popluar number systems.

HEXBD5CDC
Decimal18992220
Binary10111101101110011011100
Octal275134334

Shades and tints

Shades of #BD5CDC

#BD5CDC
(189,92,220)
#AC54C8
(172,84,200)
#9B4CB4
(155,76,180)
#8A44A0
(138,68,160)
#793C8C
(121,60,140)
#683478
(104,52,120)
#572C64
(87,44,100)
#462450
(70,36,80)
#351C3C
(53,28,60)
#241428
(36,20,40)
#130C14
(19,12,20)
#000000
(0,0,0)

Tints of #BD5CDC

#BD5CDC
(189,92,220)
#C36ADF
(195,106,223)
#C978E2
(201,120,226)
#CF86E5
(207,134,229)
#D594E8
(213,148,232)
#DBA2EB
(219,162,235)
#E1B0EE
(225,176,238)
#E7BEF1
(231,190,241)
#EDCCF4
(237,204,244)
#F3DAF7
(243,218,247)
#F9E8FA
(249,232,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD5CDC color. Also use rgb(189,92,220) instead hex code.

Text Font Color

.myTextColor { color: #BD5CDC; }

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

This text font color is #BD5CDC.


Background Color

.myBgColor { background-color: #BD5CDC; }

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

This div background color is #BD5CDC.


Border color

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

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

This div border color is #BD5CDC.


Opacity

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

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

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

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

This text has shadow with #BD5CDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD5CDC on black background.


Color preview on white background

This text has color #BD5CDC on white background.



Black color preview on #BD5CDC background

This text has black color on #BD5CDC background.


White color preview on #BD5CDC background

This text has white color on #BD5CDC background.