COLOR #BD78BB

HEX: #BD78BB RGB: (189,120,187)

Color info

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

RGB color model

#BD78BB color RGB value is (189,120,187).

RGB: (189,120,187) (74%, 47%, 73%)

RGB channels and saturation

R 189 of 255 = 74%
G 120 of 255 = 47%
B 187 of 255 = 73%

189
120
187

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

Portions of RGB colors in percentages

R + G + B = 189 + 120 + 187 = 496 (100%)
R 189 of 496 ~ 38.1%
G 120 of 496 ~ 24.19%
B 187 of 496 ~ 37.7'%

%38.1
%24.19
%37.7

CMYK color model

#BD78BB color CMYK value is (0,37,1,26).

  • cyan value is 0.00%
  • magenta value is 36.51%
  • yellow value is 1.06%
  • key color value is 25.88%

CMYK: (0,37,1,26)
C0M37Y1K26 (0%, 37%, 1%, 26%)
(0.00 / 0.37 / 0.01 / 0.26)

CMYK percentages

%0
%36.51
%1.06
%25.88

Codes

Color #BD78BB in popluar color models

BD 78 BB
RGB 189 120 187
HSL 302° 34.33% 60.59%
HSB/HSV 302° 36.51% 74.12%
CMYK 0.00% 36.51% 1.06%
25.88%

Color #BD78BB in popluar number systems.

HEX BD 78 BB
Decimal 189 120 187
Binary 10111101 1111000 10111011
Octal 275 170 273

Shades and tints

Shades of #BD78BB

#BD78BB
(189,120,187)
#AC6EAA
(172,110,170)
#9B6499
(155,100,153)
#8A5A88
(138,90,136)
#795077
(121,80,119)
#684666
(104,70,102)
#573C55
(87,60,85)
#463244
(70,50,68)
#352833
(53,40,51)
#241E22
(36,30,34)
#131411
(19,20,17)
#000000
(0,0,0)

Tints of #BD78BB

#BD78BB
(189,120,187)
#C384C1
(195,132,193)
#C990C7
(201,144,199)
#CF9CCD
(207,156,205)
#D5A8D3
(213,168,211)
#DBB4D9
(219,180,217)
#E1C0DF
(225,192,223)
#E7CCE5
(231,204,229)
#EDD8EB
(237,216,235)
#F3E4F1
(243,228,241)
#F9F0F7
(249,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD78BB; }

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

This text font color is #BD78BB.

Background Color

.myBgColor { background-color: #BD78BB; }

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

This div background color is #BD78BB.

Border color

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

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

This div border color is #BD78BB.

Opacity

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

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

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

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

This text has shadow with #BD78BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD78BB.

Preview

Color preview on black background

This text has color #BD78BB on black background.


Color preview on white background

This text has color #BD78BB on white background.


Black color preview on #BD78BB background

This text has black color on #BD78BB background.


White color preview on #BD78BB background

This text has white color on #BD78BB background.


Related colors

Complementary color

Complementary color for #hex is #428744.


I love getcolorcode.com

Triadic colors

1 #BBBD78 and #78BBBD with #BD78BB are triadic colors.

2 #BB78BD and #78BDBB with #BD78BB are triadic colors.