COLOR #BD78DD

HEX: #BD78DD RGB: (189,120,221)

Color info

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

RGB color model

#BD78DD color RGB value is (189,120,221).

RGB: (189,120,221) (74%, 47%, 87%)

RGB channels and saturation

R 189 of 255 = 74%
G 120 of 255 = 47%
B 221 of 255 = 87%

189
120
221

R + G + B ~ 69%. #BD78DD is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 120 + 221 = 530 (100%)
R 189 of 530 ~ 35.66%
G 120 of 530 ~ 22.64%
B 221 of 530 ~ 41.7'%

%35.66
%22.64
%41.7

CMYK color model

#BD78DD color CMYK value is (14,46,0,13).

  • cyan value is 14.48%
  • magenta value is 45.70%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (14,46,0,13)
C14M46Y0K13 (14%, 46%, 0%, 13%)
(0.14 / 0.46 / 0.00 / 0.13)

CMYK percentages

%14.48
%45.7
%0
%13.33

Codes

Color #BD78DD in popluar color models

BD 78 DD
RGB 189 120 221
HSL 281° 59.76% 66.86%
HSB/HSV 281° 45.70% 86.67%
CMYK 14.48% 45.70% 0.00%
13.33%

Color #BD78DD in popluar number systems.

HEX BD 78 DD
Decimal 189 120 221
Binary 10111101 1111000 11011101
Octal 275 170 335

Shades and tints

Shades of #BD78DD

#BD78DD
(189,120,221)
#AC6EC9
(172,110,201)
#9B64B5
(155,100,181)
#8A5AA1
(138,90,161)
#79508D
(121,80,141)
#684679
(104,70,121)
#573C65
(87,60,101)
#463251
(70,50,81)
#35283D
(53,40,61)
#241E29
(36,30,41)
#131415
(19,20,21)
#000000
(0,0,0)

Tints of #BD78DD

#BD78DD
(189,120,221)
#C384E0
(195,132,224)
#C990E3
(201,144,227)
#CF9CE6
(207,156,230)
#D5A8E9
(213,168,233)
#DBB4EC
(219,180,236)
#E1C0EF
(225,192,239)
#E7CCF2
(231,204,242)
#EDD8F5
(237,216,245)
#F3E4F8
(243,228,248)
#F9F0FB
(249,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD78DD; }

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

This text font color is #BD78DD.

Background Color

.myBgColor { background-color: #BD78DD; }

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

This div background color is #BD78DD.

Border color

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

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

This div border color is #BD78DD.

Opacity

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

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

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

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

This text has shadow with #BD78DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD78DD.

Preview

Color preview on black background

This text has color #BD78DD on black background.


Color preview on white background

This text has color #BD78DD on white background.


Black color preview on #BD78DD background

This text has black color on #BD78DD background.


White color preview on #BD78DD background

This text has white color on #BD78DD background.


Related colors

Complementary color

Complementary color for #hex is #428722.


I love getcolorcode.com

Triadic colors

1 #DDBD78 and #78DDBD with #BD78DD are triadic colors.

2 #DD78BD and #78BDDD with #BD78DD are triadic colors.