COLOR #BD85BF

HEX: #BD85BF RGB: (189,133,191)

Color info

#BD85BF contains red, green and blue colors in about the same proportion. Web safe color of #BD85BF is #CC99CC (or #C9C).

RGB color model

#BD85BF color RGB value is (189,133,191).

RGB: (189,133,191) (74%, 52%, 75%)

RGB channels and saturation

R 189 of 255 = 74%
G 133 of 255 = 52%
B 191 of 255 = 75%

189
133
191

R + G + B ~ 67%. #BD85BF is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 133 + 191 = 513 (100%)
R 189 of 513 ~ 36.84%
G 133 of 513 ~ 25.93%
B 191 of 513 ~ 37.23'%

%36.84
%25.93
%37.23

CMYK color model

#BD85BF color CMYK value is (1,30,0,25).

  • cyan value is 1.05%
  • magenta value is 30.37%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK: (1,30,0,25) C1M30Y0K25 (1%,30%,0%,25%) (0.01/0.30/0.00/0.25) 

CMYK percentages

%1.05
%30.37
%0
%25.1

Codes

Color #BD85BF in popluar color models

BD 85 BF
RGB 189 133 191
HSL 298° 31.18% 63.53%
HSB/HSV 298° 30.37% 74.90%
CMYK 1.05% 30.37% 0.00%
25.10%

Color #BD85BF in popluar number systems.

HEX BD 85 BF
Decimal 189 133 191
Binary 10111101 10000101 10111111
Octal 275 205 277

Shades and tints

Shades of #BD85BF

#BD85BF
(189,133,191)
#AC79AE
(172,121,174)
#9B6D9D
(155,109,157)
#8A618C
(138,97,140)
#79557B
(121,85,123)
#68496A
(104,73,106)
#573D59
(87,61,89)
#463148
(70,49,72)
#352537
(53,37,55)
#241926
(36,25,38)
#130D15
(19,13,21)
#000000
(0,0,0)

Tints of #BD85BF

#BD85BF
(189,133,191)
#C390C4
(195,144,196)
#C99BC9
(201,155,201)
#CFA6CE
(207,166,206)
#D5B1D3
(213,177,211)
#DBBCD8
(219,188,216)
#E1C7DD
(225,199,221)
#E7D2E2
(231,210,226)
#EDDDE7
(237,221,231)
#F3E8EC
(243,232,236)
#F9F3F1
(249,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD85BF color. Also use rgb(189,133,191) instead hex code.

Text Font Color

.myTextColor { color: #BD85BF; }

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

This text font color is #BD85BF.

Background Color

.myBgColor { background-color: #BD85BF; }

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

This div background color is #BD85BF.

Border color

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

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

This div border color is #BD85BF.

Opacity

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

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

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

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

This text has shadow with #BD85BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD85BF.

Preview

Color preview on black background

This text has color #BD85BF on black background.


Color preview on white background

This text has color #BD85BF on white background.


Black color preview on #BD85BF background

This text has black color on #BD85BF background.


White color preview on #BD85BF background

This text has white color on #BD85BF background.


Related colors

Complementary color

Complementary color for #hex is #427A40.


I love getcolorcode.com

Triadic colors

1 #BFBD85 and #85BFBD with #BD85BF are triadic colors.

2 #BF85BD and #85BDBF with #BD85BF are triadic colors.