COLOR #BD7ABB

HEX: #BD7ABB
RGB: (189,122,187)

Color info

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

RGB color model

#BD7ABB color RGB value is (189,122,187).

  • red value is 189;
  • green value is 122;
  • blue value is 187.
RGB:
(189,122,187)
(74%,48%,73%)

RGB channels and saturation

R 189 of 255 = 74%
G 122 of 255 = 48%
B 187 of 255 = 73%

189
122
187

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

Portions of RGB colors in percentages

R + G + B =
189 + 122 + 187 = 498 (100%)
R 189 of 498 ~ 37.95%
G 122 of 498 ~ 24.5%
B 187 of 498 ~ 37.55%

%37.95
%24.5
%37.55

CMYK color model

#BD7ABB color CMYK value is (0,35,1,26).

  • cyan value is 0.00%
  • magenta value is 35.45%
  • yellow value is 1.06%
  • key color value is 25.88%
CMYK:
(0,35,1,26)
C0M35Y1K26 
(0%,35%,1%,26%)
(0.00/0.35/0.01/0.26)	

CMYK percentages

%0
%35.45
%1.06
%25.88

Codes

Color #BD7ABB in popluar color models

BD7ABB
RGB189122187
HSL302°33.67%60.98%
HSB/HSV302°35.45%74.12%
CMYK0.00%35.45%1.06%
25.88%

Color #BD7ABB in popluar number systems.

HEXBD7ABB
Decimal189122187
Binary10111101111101010111011
Octal275172273

Shades and tints

Shades of #BD7ABB

#BD7ABB
(189,122,187)
#AC6FAA
(172,111,170)
#9B6499
(155,100,153)
#8A5988
(138,89,136)
#794E77
(121,78,119)
#684366
(104,67,102)
#573855
(87,56,85)
#462D44
(70,45,68)
#352233
(53,34,51)
#241722
(36,23,34)
#130C11
(19,12,17)
#000000
(0,0,0)

Tints of #BD7ABB

#BD7ABB
(189,122,187)
#C386C1
(195,134,193)
#C992C7
(201,146,199)
#CF9ECD
(207,158,205)
#D5AAD3
(213,170,211)
#DBB6D9
(219,182,217)
#E1C2DF
(225,194,223)
#E7CEE5
(231,206,229)
#EDDAEB
(237,218,235)
#F3E6F1
(243,230,241)
#F9F2F7
(249,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD7ABB color. Also use rgb(189,122,187) instead hex code.

Text Font Color

.myTextColor { color: #BD7ABB; }

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

This text font color is #BD7ABB.


Background Color

.myBgColor { background-color: #BD7ABB; }

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

This div background color is #BD7ABB.


Border color

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

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

This div border color is #BD7ABB.


Opacity

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

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

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

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

This text has shadow with #BD7ABB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD7ABB on black background.


Color preview on white background

This text has color #BD7ABB on white background.



Black color preview on #BD7ABB background

This text has black color on #BD7ABB background.


White color preview on #BD7ABB background

This text has white color on #BD7ABB background.