COLOR #BD69C7

HEX: #BD69C7
RGB: (189,105,199)

Color info

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

RGB color model

#BD69C7 color RGB value is (189,105,199).

  • red value is 189;
  • green value is 105;
  • blue value is 199.
RGB:
(189,105,199)
(74%,41%,78%)

RGB channels and saturation

R 189 of 255 = 74%
G 105 of 255 = 41%
B 199 of 255 = 78%

189
105
199

R + G + B ~ 64%. #BD69C7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 105 + 199 = 493 (100%)
R 189 of 493 ~ 38.34%
G 105 of 493 ~ 21.3%
B 199 of 493 ~ 40.37%

%38.34
%21.3
%40.37

CMYK color model

#BD69C7 color CMYK value is (5,47,0,22).

  • cyan value is 5.03%
  • magenta value is 47.24%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(5,47,0,22)
C5M47Y0K22 
(5%,47%,0%,22%)
(0.05/0.47/0.00/0.22)	

CMYK percentages

%5.03
%47.24
%0
%21.96

Codes

Color #BD69C7 in popluar color models

BD69C7
RGB189105199
HSL294°45.63%59.61%
HSB/HSV294°47.24%78.04%
CMYK5.03%47.24%0.00%
21.96%

Color #BD69C7 in popluar number systems.

HEXBD69C7
Decimal189105199
Binary10111101110100111000111
Octal275151307

Shades and tints

Shades of #BD69C7

#BD69C7
(189,105,199)
#AC60B5
(172,96,181)
#9B57A3
(155,87,163)
#8A4E91
(138,78,145)
#79457F
(121,69,127)
#683C6D
(104,60,109)
#57335B
(87,51,91)
#462A49
(70,42,73)
#352137
(53,33,55)
#241825
(36,24,37)
#130F13
(19,15,19)
#000000
(0,0,0)

Tints of #BD69C7

#BD69C7
(189,105,199)
#C376CC
(195,118,204)
#C983D1
(201,131,209)
#CF90D6
(207,144,214)
#D59DDB
(213,157,219)
#DBAAE0
(219,170,224)
#E1B7E5
(225,183,229)
#E7C4EA
(231,196,234)
#EDD1EF
(237,209,239)
#F3DEF4
(243,222,244)
#F9EBF9
(249,235,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD69C7 color. Also use rgb(189,105,199) instead hex code.

Text Font Color

.myTextColor { color: #BD69C7; }

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

This text font color is #BD69C7.


Background Color

.myBgColor { background-color: #BD69C7; }

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

This div background color is #BD69C7.


Border color

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

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

This div border color is #BD69C7.


Opacity

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

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

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

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

This text has shadow with #BD69C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD69C7 on black background.


Color preview on white background

This text has color #BD69C7 on white background.



Black color preview on #BD69C7 background

This text has black color on #BD69C7 background.


White color preview on #BD69C7 background

This text has white color on #BD69C7 background.