COLOR #BD69C4

HEX: #BD69C4
RGB: (189,105,196)

Color info

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

RGB color model

#BD69C4 color RGB value is (189,105,196).

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

RGB channels and saturation

R 189 of 255 = 74%
G 105 of 255 = 41%
B 196 of 255 = 77%

189
105
196

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

Portions of RGB colors in percentages

R + G + B =
189 + 105 + 196 = 490 (100%)
R 189 of 490 ~ 38.57%
G 105 of 490 ~ 21.43%
B 196 of 490 ~ 40%

%38.57
%21.43
%40

CMYK color model

#BD69C4 color CMYK value is (4,46,0,23).

  • cyan value is 3.57%
  • magenta value is 46.43%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(4,46,0,23)
C4M46Y0K23 
(4%,46%,0%,23%)
(0.04/0.46/0.00/0.23)	

CMYK percentages

%3.57
%46.43
%0
%23.14

Codes

Color #BD69C4 in popluar color models

BD69C4
RGB189105196
HSL295°43.54%59.02%
HSB/HSV295°46.43%76.86%
CMYK3.57%46.43%0.00%
23.14%

Color #BD69C4 in popluar number systems.

HEXBD69C4
Decimal189105196
Binary10111101110100111000100
Octal275151304

Shades and tints

Shades of #BD69C4

#BD69C4
(189,105,196)
#AC60B3
(172,96,179)
#9B57A2
(155,87,162)
#8A4E91
(138,78,145)
#794580
(121,69,128)
#683C6F
(104,60,111)
#57335E
(87,51,94)
#462A4D
(70,42,77)
#35213C
(53,33,60)
#24182B
(36,24,43)
#130F1A
(19,15,26)
#000000
(0,0,0)

Tints of #BD69C4

#BD69C4
(189,105,196)
#C376C9
(195,118,201)
#C983CE
(201,131,206)
#CF90D3
(207,144,211)
#D59DD8
(213,157,216)
#DBAADD
(219,170,221)
#E1B7E2
(225,183,226)
#E7C4E7
(231,196,231)
#EDD1EC
(237,209,236)
#F3DEF1
(243,222,241)
#F9EBF6
(249,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD69C4; }

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

This text font color is #BD69C4.


Background Color

.myBgColor { background-color: #BD69C4; }

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

This div background color is #BD69C4.


Border color

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

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

This div border color is #BD69C4.


Opacity

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

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

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

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

This text has shadow with #BD69C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD69C4 on black background.


Color preview on white background

This text has color #BD69C4 on white background.



Black color preview on #BD69C4 background

This text has black color on #BD69C4 background.


White color preview on #BD69C4 background

This text has white color on #BD69C4 background.