COLOR #BD6BBA

HEX: #BD6BBA RGB: (189,107,186)

Color info

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

RGB color model

#BD6BBA color RGB value is (189,107,186).

RGB: (189,107,186) (74%, 42%, 73%)

RGB channels and saturation

R 189 of 255 = 74%
G 107 of 255 = 42%
B 186 of 255 = 73%

189
107
186

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

Portions of RGB colors in percentages

R + G + B = 189 + 107 + 186 = 482 (100%)
R 189 of 482 ~ 39.21%
G 107 of 482 ~ 22.2%
B 186 of 482 ~ 38.59'%

%39.21
%22.2
%38.59

CMYK color model

#BD6BBA color CMYK value is (0,43,2,26).

  • cyan value is 0.00%
  • magenta value is 43.39%
  • yellow value is 1.59%
  • key color value is 25.88%

CMYK: (0,43,2,26)
C0M43Y2K26 (0%, 43%, 2%, 26%)
(0.00 / 0.43 / 0.02 / 0.26)

CMYK percentages

%0
%43.39
%1.59
%25.88

Codes

Color #BD6BBA in popluar color models

BD 6B BA
RGB 189 107 186
HSL 302° 38.32% 58.04%
HSB/HSV 302° 43.39% 74.12%
CMYK 0.00% 43.39% 1.59%
25.88%

Color #BD6BBA in popluar number systems.

HEX BD 6B BA
Decimal 189 107 186
Binary 10111101 1101011 10111010
Octal 275 153 272

Shades and tints

Shades of #BD6BBA

#BD6BBA
(189,107,186)
#AC62AA
(172,98,170)
#9B599A
(155,89,154)
#8A508A
(138,80,138)
#79477A
(121,71,122)
#683E6A
(104,62,106)
#57355A
(87,53,90)
#462C4A
(70,44,74)
#35233A
(53,35,58)
#241A2A
(36,26,42)
#13111A
(19,17,26)
#000000
(0,0,0)

Tints of #BD6BBA

#BD6BBA
(189,107,186)
#C378C0
(195,120,192)
#C985C6
(201,133,198)
#CF92CC
(207,146,204)
#D59FD2
(213,159,210)
#DBACD8
(219,172,216)
#E1B9DE
(225,185,222)
#E7C6E4
(231,198,228)
#EDD3EA
(237,211,234)
#F3E0F0
(243,224,240)
#F9EDF6
(249,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD6BBA; }

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

This text font color is #BD6BBA.

Background Color

.myBgColor { background-color: #BD6BBA; }

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

This div background color is #BD6BBA.

Border color

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

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

This div border color is #BD6BBA.

Opacity

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

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

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

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

This text has shadow with #BD6BBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD6BBA.

Preview

Color preview on black background

This text has color #BD6BBA on black background.


Color preview on white background

This text has color #BD6BBA on white background.


Black color preview on #BD6BBA background

This text has black color on #BD6BBA background.


White color preview on #BD6BBA background

This text has white color on #BD6BBA background.


Related colors

Complementary color

Complementary color for #hex is #429445.


I love getcolorcode.com

Triadic colors

1 #BABD6B and #6BBABD with #BD6BBA are triadic colors.

2 #BA6BBD and #6BBDBA with #BD6BBA are triadic colors.