COLOR #BD648E

HEX: #BD648E
RGB: (189,100,142)

Color info

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

RGB color model

#BD648E color RGB value is (189,100,142).

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

RGB channels and saturation

R 189 of 255 = 74%
G 100 of 255 = 39%
B 142 of 255 = 56%

189
100
142

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

Portions of RGB colors in percentages

R + G + B =
189 + 100 + 142 = 431 (100%)
R 189 of 431 ~ 43.85%
G 100 of 431 ~ 23.2%
B 142 of 431 ~ 32.95%

%43.85
%23.2
%32.95

CMYK color model

#BD648E color CMYK value is (0,47,25,26).

  • cyan value is 0.00%
  • magenta value is 47.09%
  • yellow value is 24.87%
  • key color value is 25.88%
CMYK:
(0,47,25,26)
C0M47Y25K26 
(0%,47%,25%,26%)
(0.00/0.47/0.25/0.26)	

CMYK percentages

%0
%47.09
%24.87
%25.88

Codes

Color #BD648E in popluar color models

BD648E
RGB189100142
HSL332°40.27%56.67%
HSB/HSV332°47.09%74.12%
CMYK0.00%47.09%24.87%
25.88%

Color #BD648E in popluar number systems.

HEXBD648E
Decimal189100142
Binary10111101110010010001110
Octal275144216

Shades and tints

Shades of #BD648E

#BD648E
(189,100,142)
#AC5B82
(172,91,130)
#9B5276
(155,82,118)
#8A496A
(138,73,106)
#79405E
(121,64,94)
#683752
(104,55,82)
#572E46
(87,46,70)
#46253A
(70,37,58)
#351C2E
(53,28,46)
#241322
(36,19,34)
#130A16
(19,10,22)
#000000
(0,0,0)

Tints of #BD648E

#BD648E
(189,100,142)
#C37298
(195,114,152)
#C980A2
(201,128,162)
#CF8EAC
(207,142,172)
#D59CB6
(213,156,182)
#DBAAC0
(219,170,192)
#E1B8CA
(225,184,202)
#E7C6D4
(231,198,212)
#EDD4DE
(237,212,222)
#F3E2E8
(243,226,232)
#F9F0F2
(249,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD648E; }

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

This text font color is #BD648E.


Background Color

.myBgColor { background-color: #BD648E; }

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

This div background color is #BD648E.


Border color

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

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

This div border color is #BD648E.


Opacity

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

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

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

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

This text has shadow with #BD648E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD648E on black background.


Color preview on white background

This text has color #BD648E on white background.



Black color preview on #BD648E background

This text has black color on #BD648E background.


White color preview on #BD648E background

This text has white color on #BD648E background.