COLOR #BD72D1

HEX: #BD72D1
RGB: (189,114,209)

Color info

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

RGB color model

#BD72D1 color RGB value is (189,114,209).

  • red value is 189;
  • green value is 114;
  • blue value is 209.
RGB:
(189,114,209)
(74%,45%,82%)

RGB channels and saturation

R 189 of 255 = 74%
G 114 of 255 = 45%
B 209 of 255 = 82%

189
114
209

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

Portions of RGB colors in percentages

R + G + B =
189 + 114 + 209 = 512 (100%)
R 189 of 512 ~ 36.91%
G 114 of 512 ~ 22.27%
B 209 of 512 ~ 40.82%

%36.91
%22.27
%40.82

CMYK color model

#BD72D1 color CMYK value is (10,45,0,18).

  • cyan value is 9.57%
  • magenta value is 45.45%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(10,45,0,18)
C10M45Y0K18 
(10%,45%,0%,18%)
(0.10/0.45/0.00/0.18)	

CMYK percentages

%9.57
%45.45
%0
%18.04

Codes

Color #BD72D1 in popluar color models

BD72D1
RGB189114209
HSL287°50.80%63.33%
HSB/HSV287°45.45%81.96%
CMYK9.57%45.45%0.00%
18.04%

Color #BD72D1 in popluar number systems.

HEXBD72D1
Decimal189114209
Binary10111101111001011010001
Octal275162321

Shades and tints

Shades of #BD72D1

#BD72D1
(189,114,209)
#AC68BE
(172,104,190)
#9B5EAB
(155,94,171)
#8A5498
(138,84,152)
#794A85
(121,74,133)
#684072
(104,64,114)
#57365F
(87,54,95)
#462C4C
(70,44,76)
#352239
(53,34,57)
#241826
(36,24,38)
#130E13
(19,14,19)
#000000
(0,0,0)

Tints of #BD72D1

#BD72D1
(189,114,209)
#C37ED5
(195,126,213)
#C98AD9
(201,138,217)
#CF96DD
(207,150,221)
#D5A2E1
(213,162,225)
#DBAEE5
(219,174,229)
#E1BAE9
(225,186,233)
#E7C6ED
(231,198,237)
#EDD2F1
(237,210,241)
#F3DEF5
(243,222,245)
#F9EAF9
(249,234,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD72D1 color. Also use rgb(189,114,209) instead hex code.

Text Font Color

.myTextColor { color: #BD72D1; }

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

This text font color is #BD72D1.


Background Color

.myBgColor { background-color: #BD72D1; }

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

This div background color is #BD72D1.


Border color

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

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

This div border color is #BD72D1.


Opacity

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

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

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

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

This text has shadow with #BD72D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD72D1 on black background.


Color preview on white background

This text has color #BD72D1 on white background.



Black color preview on #BD72D1 background

This text has black color on #BD72D1 background.


White color preview on #BD72D1 background

This text has white color on #BD72D1 background.