COLOR #BD5BCB

HEX: #BD5BCB
RGB: (189,91,203)

Color info

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

RGB color model

#BD5BCB color RGB value is (189,91,203).

  • red value is 189;
  • green value is 91;
  • blue value is 203.
RGB:
(189,91,203)
(74%,36%,80%)

RGB channels and saturation

R 189 of 255 = 74%
G 91 of 255 = 36%
B 203 of 255 = 80%

189
91
203

R + G + B ~ 63%. #BD5BCB is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 91 + 203 = 483 (100%)
R 189 of 483 ~ 39.13%
G 91 of 483 ~ 18.84%
B 203 of 483 ~ 42.03%

%39.13
%18.84
%42.03

CMYK color model

#BD5BCB color CMYK value is (7,55,0,20).

  • cyan value is 6.90%
  • magenta value is 55.17%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(7,55,0,20)
C7M55Y0K20 
(7%,55%,0%,20%)
(0.07/0.55/0.00/0.20)	

CMYK percentages

%6.9
%55.17
%0
%20.39

Codes

Color #BD5BCB in popluar color models

BD5BCB
RGB18991203
HSL293°51.85%57.65%
HSB/HSV293°55.17%79.61%
CMYK6.90%55.17%0.00%
20.39%

Color #BD5BCB in popluar number systems.

HEXBD5BCB
Decimal18991203
Binary10111101101101111001011
Octal275133313

Shades and tints

Shades of #BD5BCB

#BD5BCB
(189,91,203)
#AC53B9
(172,83,185)
#9B4BA7
(155,75,167)
#8A4395
(138,67,149)
#793B83
(121,59,131)
#683371
(104,51,113)
#572B5F
(87,43,95)
#46234D
(70,35,77)
#351B3B
(53,27,59)
#241329
(36,19,41)
#130B17
(19,11,23)
#000000
(0,0,0)

Tints of #BD5BCB

#BD5BCB
(189,91,203)
#C369CF
(195,105,207)
#C977D3
(201,119,211)
#CF85D7
(207,133,215)
#D593DB
(213,147,219)
#DBA1DF
(219,161,223)
#E1AFE3
(225,175,227)
#E7BDE7
(231,189,231)
#EDCBEB
(237,203,235)
#F3D9EF
(243,217,239)
#F9E7F3
(249,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD5BCB color. Also use rgb(189,91,203) instead hex code.

Text Font Color

.myTextColor { color: #BD5BCB; }

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

This text font color is #BD5BCB.


Background Color

.myBgColor { background-color: #BD5BCB; }

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

This div background color is #BD5BCB.


Border color

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

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

This div border color is #BD5BCB.


Opacity

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

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

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

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

This text has shadow with #BD5BCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD5BCB on black background.


Color preview on white background

This text has color #BD5BCB on white background.



Black color preview on #BD5BCB background

This text has black color on #BD5BCB background.


White color preview on #BD5BCB background

This text has white color on #BD5BCB background.