COLOR #BD7CCC

HEX: #BD7CCC RGB: (189,124,204)

Color info

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

RGB color model

#BD7CCC color RGB value is (189,124,204).

RGB: (189,124,204) (74%, 49%, 80%)

RGB channels and saturation

R 189 of 255 = 74%
G 124 of 255 = 49%
B 204 of 255 = 80%

189
124
204

R + G + B ~ 68%. #BD7CCC is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 124 + 204 = 517 (100%)
R 189 of 517 ~ 36.56%
G 124 of 517 ~ 23.98%
B 204 of 517 ~ 39.46'%

%36.56
%23.98
%39.46

CMYK color model

#BD7CCC color CMYK value is (7,39,0,20).

  • cyan value is 7.35%
  • magenta value is 39.22%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (7,39,0,20)
C7M39Y0K20 (7%, 39%, 0%, 20%)
(0.07 / 0.39 / 0.00 / 0.20)

CMYK percentages

%7.35
%39.22
%0
%20

Codes

Color #BD7CCC in popluar color models

BD 7C CC
RGB 189 124 204
HSL 289° 43.96% 64.31%
HSB/HSV 289° 39.22% 80.00%
CMYK 7.35% 39.22% 0.00%
20.00%

Color #BD7CCC in popluar number systems.

HEX BD 7C CC
Decimal 189 124 204
Binary 10111101 1111100 11001100
Octal 275 174 314

Shades and tints

Shades of #BD7CCC

#BD7CCC
(189,124,204)
#AC71BA
(172,113,186)
#9B66A8
(155,102,168)
#8A5B96
(138,91,150)
#795084
(121,80,132)
#684572
(104,69,114)
#573A60
(87,58,96)
#462F4E
(70,47,78)
#35243C
(53,36,60)
#24192A
(36,25,42)
#130E18
(19,14,24)
#000000
(0,0,0)

Tints of #BD7CCC

#BD7CCC
(189,124,204)
#C387D0
(195,135,208)
#C992D4
(201,146,212)
#CF9DD8
(207,157,216)
#D5A8DC
(213,168,220)
#DBB3E0
(219,179,224)
#E1BEE4
(225,190,228)
#E7C9E8
(231,201,232)
#EDD4EC
(237,212,236)
#F3DFF0
(243,223,240)
#F9EAF4
(249,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD7CCC color. Also use rgb(189,124,204) instead hex code.

Text Font Color

.myTextColor { color: #BD7CCC; }

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

This text font color is #BD7CCC.

Background Color

.myBgColor { background-color: #BD7CCC; }

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

This div background color is #BD7CCC.

Border color

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

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

This div border color is #BD7CCC.

Opacity

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

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

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

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

This text has shadow with #BD7CCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD7CCC.

Preview

Color preview on black background

This text has color #BD7CCC on black background.


Color preview on white background

This text has color #BD7CCC on white background.


Black color preview on #BD7CCC background

This text has black color on #BD7CCC background.


White color preview on #BD7CCC background

This text has white color on #BD7CCC background.


Related colors

Complementary color

Complementary color for #hex is #428333.


I love getcolorcode.com

Triadic colors

1 #CCBD7C and #7CCCBD with #BD7CCC are triadic colors.

2 #CC7CBD and #7CBDCC with #BD7CCC are triadic colors.