COLOR #BD6BB7

HEX: #BD6BB7
RGB: (189,107,183)

Color info

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

RGB color model

#BD6BB7 color RGB value is (189,107,183).

  • red value is 189;
  • green value is 107;
  • blue value is 183.
RGB:
(189,107,183)
(74%,42%,72%)

RGB channels and saturation

R 189 of 255 = 74%
G 107 of 255 = 42%
B 183 of 255 = 72%

189
107
183

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

Portions of RGB colors in percentages

R + G + B =
189 + 107 + 183 = 479 (100%)
R 189 of 479 ~ 39.46%
G 107 of 479 ~ 22.34%
B 183 of 479 ~ 38.2%

%39.46
%22.34
%38.2

CMYK color model

#BD6BB7 color CMYK value is (0,43,3,26).

  • cyan value is 0.00%
  • magenta value is 43.39%
  • yellow value is 3.17%
  • key color value is 25.88%
CMYK:
(0,43,3,26)
C0M43Y3K26 
(0%,43%,3%,26%)
(0.00/0.43/0.03/0.26)	

CMYK percentages

%0
%43.39
%3.17
%25.88

Codes

Color #BD6BB7 in popluar color models

BD6BB7
RGB189107183
HSL304°38.32%58.04%
HSB/HSV304°43.39%74.12%
CMYK0.00%43.39%3.17%
25.88%

Color #BD6BB7 in popluar number systems.

HEXBD6BB7
Decimal189107183
Binary10111101110101110110111
Octal275153267

Shades and tints

Shades of #BD6BB7

#BD6BB7
(189,107,183)
#AC62A7
(172,98,167)
#9B5997
(155,89,151)
#8A5087
(138,80,135)
#794777
(121,71,119)
#683E67
(104,62,103)
#573557
(87,53,87)
#462C47
(70,44,71)
#352337
(53,35,55)
#241A27
(36,26,39)
#131117
(19,17,23)
#000000
(0,0,0)

Tints of #BD6BB7

#BD6BB7
(189,107,183)
#C378BD
(195,120,189)
#C985C3
(201,133,195)
#CF92C9
(207,146,201)
#D59FCF
(213,159,207)
#DBACD5
(219,172,213)
#E1B9DB
(225,185,219)
#E7C6E1
(231,198,225)
#EDD3E7
(237,211,231)
#F3E0ED
(243,224,237)
#F9EDF3
(249,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD6BB7 color. Also use rgb(189,107,183) instead hex code.

Text Font Color

.myTextColor { color: #BD6BB7; }

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

This text font color is #BD6BB7.


Background Color

.myBgColor { background-color: #BD6BB7; }

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

This div background color is #BD6BB7.


Border color

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

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

This div border color is #BD6BB7.


Opacity

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

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

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

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

This text has shadow with #BD6BB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD6BB7 on black background.


Color preview on white background

This text has color #BD6BB7 on white background.



Black color preview on #BD6BB7 background

This text has black color on #BD6BB7 background.


White color preview on #BD6BB7 background

This text has white color on #BD6BB7 background.