COLOR #BD7CE3

HEX: #BD7CE3
RGB: (189,124,227)

Color info

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

RGB color model

#BD7CE3 color RGB value is (189,124,227).

  • red value is 189;
  • green value is 124;
  • blue value is 227.
RGB:
(189,124,227)
(74%,49%,89%)

RGB channels and saturation

R 189 of 255 = 74%
G 124 of 255 = 49%
B 227 of 255 = 89%

189
124
227

R + G + B ~ 71%. #BD7CE3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 124 + 227 = 540 (100%)
R 189 of 540 ~ 35%
G 124 of 540 ~ 22.96%
B 227 of 540 ~ 42.04%

%35
%22.96
%42.04

CMYK color model

#BD7CE3 color CMYK value is (17,45,0,11).

  • cyan value is 16.74%
  • magenta value is 45.37%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(17,45,0,11)
C17M45Y0K11 
(17%,45%,0%,11%)
(0.17/0.45/0.00/0.11)	

CMYK percentages

%16.74
%45.37
%0
%10.98

Codes

Color #BD7CE3 in popluar color models

BD7CE3
RGB189124227
HSL278°64.78%68.82%
HSB/HSV278°45.37%89.02%
CMYK16.74%45.37%0.00%
10.98%

Color #BD7CE3 in popluar number systems.

HEXBD7CE3
Decimal189124227
Binary10111101111110011100011
Octal275174343

Shades and tints

Shades of #BD7CE3

#BD7CE3
(189,124,227)
#AC71CF
(172,113,207)
#9B66BB
(155,102,187)
#8A5BA7
(138,91,167)
#795093
(121,80,147)
#68457F
(104,69,127)
#573A6B
(87,58,107)
#462F57
(70,47,87)
#352443
(53,36,67)
#24192F
(36,25,47)
#130E1B
(19,14,27)
#000000
(0,0,0)

Tints of #BD7CE3

#BD7CE3
(189,124,227)
#C387E5
(195,135,229)
#C992E7
(201,146,231)
#CF9DE9
(207,157,233)
#D5A8EB
(213,168,235)
#DBB3ED
(219,179,237)
#E1BEEF
(225,190,239)
#E7C9F1
(231,201,241)
#EDD4F3
(237,212,243)
#F3DFF5
(243,223,245)
#F9EAF7
(249,234,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD7CE3; }

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

This text font color is #BD7CE3.


Background Color

.myBgColor { background-color: #BD7CE3; }

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

This div background color is #BD7CE3.


Border color

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

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

This div border color is #BD7CE3.


Opacity

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

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

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

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

This text has shadow with #BD7CE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD7CE3 on black background.


Color preview on white background

This text has color #BD7CE3 on white background.



Black color preview on #BD7CE3 background

This text has black color on #BD7CE3 background.


White color preview on #BD7CE3 background

This text has white color on #BD7CE3 background.