COLOR #BD64AD

HEX: #BD64AD
RGB: (189,100,173)

Color info

#BD64AD contains mainly red and blue colors. Web safe color of #BD64AD is #CC6699 (or #C69).

RGB color model

#BD64AD color RGB value is (189,100,173).

  • red value is 189;
  • green value is 100;
  • blue value is 173.
RGB:
(189,100,173)
(74%,39%,68%)

RGB channels and saturation

R 189 of 255 = 74%
G 100 of 255 = 39%
B 173 of 255 = 68%

189
100
173

R + G + B ~ 60%. #BD64AD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
189 + 100 + 173 = 462 (100%)
R 189 of 462 ~ 40.91%
G 100 of 462 ~ 21.65%
B 173 of 462 ~ 37.45%

%40.91
%21.65
%37.45

CMYK color model

#BD64AD color CMYK value is (0,47,8,26).

  • cyan value is 0.00%
  • magenta value is 47.09%
  • yellow value is 8.47%
  • key color value is 25.88%
CMYK:
(0,47,8,26)
C0M47Y8K26 
(0%,47%,8%,26%)
(0.00/0.47/0.08/0.26)	

CMYK percentages

%0
%47.09
%8.47
%25.88

Codes

Color #BD64AD in popluar color models

BD64AD
RGB189100173
HSL311°40.27%56.67%
HSB/HSV311°47.09%74.12%
CMYK0.00%47.09%8.47%
25.88%

Color #BD64AD in popluar number systems.

HEXBD64AD
Decimal189100173
Binary10111101110010010101101
Octal275144255

Shades and tints

Shades of #BD64AD

#BD64AD
(189,100,173)
#AC5B9E
(172,91,158)
#9B528F
(155,82,143)
#8A4980
(138,73,128)
#794071
(121,64,113)
#683762
(104,55,98)
#572E53
(87,46,83)
#462544
(70,37,68)
#351C35
(53,28,53)
#241326
(36,19,38)
#130A17
(19,10,23)
#000000
(0,0,0)

Tints of #BD64AD

#BD64AD
(189,100,173)
#C372B4
(195,114,180)
#C980BB
(201,128,187)
#CF8EC2
(207,142,194)
#D59CC9
(213,156,201)
#DBAAD0
(219,170,208)
#E1B8D7
(225,184,215)
#E7C6DE
(231,198,222)
#EDD4E5
(237,212,229)
#F3E2EC
(243,226,236)
#F9F0F3
(249,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD64AD color. Also use rgb(189,100,173) instead hex code.

Text Font Color

.myTextColor { color: #BD64AD; }

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

This text font color is #BD64AD.


Background Color

.myBgColor { background-color: #BD64AD; }

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

This div background color is #BD64AD.


Border color

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

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

This div border color is #BD64AD.


Opacity

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

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

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

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

This text has shadow with #BD64AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD64AD on black background.


Color preview on white background

This text has color #BD64AD on white background.



Black color preview on #BD64AD background

This text has black color on #BD64AD background.


White color preview on #BD64AD background

This text has white color on #BD64AD background.