COLOR #BD6290

HEX: #BD6290 RGB: (189,98,144)

Color info

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

RGB color model

#BD6290 color RGB value is (189,98,144).

RGB: (189,98,144) (74%, 38%, 56%)

RGB channels and saturation

R 189 of 255 = 74%
G 98 of 255 = 38%
B 144 of 255 = 56%

189
98
144

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

Portions of RGB colors in percentages

R + G + B = 189 + 98 + 144 = 431 (100%)
R 189 of 431 ~ 43.85%
G 98 of 431 ~ 22.74%
B 144 of 431 ~ 33.41'%

%43.85
%22.74
%33.41

CMYK color model

#BD6290 color CMYK value is (0,48,24,26).

  • cyan value is 0.00%
  • magenta value is 48.15%
  • yellow value is 23.81%
  • key color value is 25.88%

CMYK: (0,48,24,26)
C0M48Y24K26 (0%, 48%, 24%, 26%)
(0.00 / 0.48 / 0.24 / 0.26)

CMYK percentages

%0
%48.15
%23.81
%25.88

Codes

Color #BD6290 in popluar color models

BD 62 90
RGB 189 98 144
HSL 330° 40.81% 56.27%
HSB/HSV 330° 48.15% 74.12%
CMYK 0.00% 48.15% 23.81%
25.88%

Color #BD6290 in popluar number systems.

HEX BD 62 90
Decimal 189 98 144
Binary 10111101 1100010 10010000
Octal 275 142 220

Shades and tints

Shades of #BD6290

#BD6290
(189,98,144)
#AC5A83
(172,90,131)
#9B5276
(155,82,118)
#8A4A69
(138,74,105)
#79425C
(121,66,92)
#683A4F
(104,58,79)
#573242
(87,50,66)
#462A35
(70,42,53)
#352228
(53,34,40)
#241A1B
(36,26,27)
#13120E
(19,18,14)
#000000
(0,0,0)

Tints of #BD6290

#BD6290
(189,98,144)
#C3709A
(195,112,154)
#C97EA4
(201,126,164)
#CF8CAE
(207,140,174)
#D59AB8
(213,154,184)
#DBA8C2
(219,168,194)
#E1B6CC
(225,182,204)
#E7C4D6
(231,196,214)
#EDD2E0
(237,210,224)
#F3E0EA
(243,224,234)
#F9EEF4
(249,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD6290 color. Also use rgb(189,98,144) instead hex code.

Text Font Color

.myTextColor { color: #BD6290; }

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

This text font color is #BD6290.

Background Color

.myBgColor { background-color: #BD6290; }

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

This div background color is #BD6290.

Border color

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

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

This div border color is #BD6290.

Opacity

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

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

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

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

This text has shadow with #BD6290 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD6290.

Preview

Color preview on black background

This text has color #BD6290 on black background.


Color preview on white background

This text has color #BD6290 on white background.


Black color preview on #BD6290 background

This text has black color on #BD6290 background.


White color preview on #BD6290 background

This text has white color on #BD6290 background.


Related colors

Complementary color

Complementary color for #hex is #429D6F.


I love getcolorcode.com

Triadic colors

1 #90BD62 and #6290BD with #BD6290 are triadic colors.

2 #9062BD and #62BD90 with #BD6290 are triadic colors.