COLOR #B290BD

HEX: #B290BD RGB: (178,144,189)

Color info

#B290BD contains red, green and blue colors in about the same proportion. Web safe color of #B290BD is #9999CC (or #99C).

RGB color model

#B290BD color RGB value is (178,144,189).

RGB: (178,144,189) (70%, 56%, 74%)

RGB channels and saturation

R 178 of 255 = 70%
G 144 of 255 = 56%
B 189 of 255 = 74%

178
144
189

R + G + B ~ 67%. #B290BD is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 144 + 189 = 511 (100%)
R 178 of 511 ~ 34.83%
G 144 of 511 ~ 28.18%
B 189 of 511 ~ 36.99'%

%34.83
%28.18
%36.99

CMYK color model

#B290BD color CMYK value is (6,24,0,26).

  • cyan value is 5.82%
  • magenta value is 23.81%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK: (6,24,0,26) C6M24Y0K26 (6%,24%,0%,26%) (0.06/0.24/0.00/0.26) 

CMYK percentages

%5.82
%23.81
%0
%25.88

Codes

Color #B290BD in popluar color models

B2 90 BD
RGB 178 144 189
HSL 285° 25.42% 65.29%
HSB/HSV 285° 23.81% 74.12%
CMYK 5.82% 23.81% 0.00%
25.88%

Color #B290BD in popluar number systems.

HEX B2 90 BD
Decimal 178 144 189
Binary 10110010 10010000 10111101
Octal 262 220 275

Shades and tints

Shades of #B290BD

#B290BD
(178,144,189)
#A283AC
(162,131,172)
#92769B
(146,118,155)
#82698A
(130,105,138)
#725C79
(114,92,121)
#624F68
(98,79,104)
#524257
(82,66,87)
#423546
(66,53,70)
#322835
(50,40,53)
#221B24
(34,27,36)
#120E13
(18,14,19)
#000000
(0,0,0)

Tints of #B290BD

#B290BD
(178,144,189)
#B99AC3
(185,154,195)
#C0A4C9
(192,164,201)
#C7AECF
(199,174,207)
#CEB8D5
(206,184,213)
#D5C2DB
(213,194,219)
#DCCCE1
(220,204,225)
#E3D6E7
(227,214,231)
#EAE0ED
(234,224,237)
#F1EAF3
(241,234,243)
#F8F4F9
(248,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B290BD; }

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

This text font color is #B290BD.

Background Color

.myBgColor { background-color: #B290BD; }

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

This div background color is #B290BD.

Border color

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

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

This div border color is #B290BD.

Opacity

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

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

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

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

This text has shadow with #B290BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B290BD.

Preview

Color preview on black background

This text has color #B290BD on black background.


Color preview on white background

This text has color #B290BD on white background.


Black color preview on #B290BD background

This text has black color on #B290BD background.


White color preview on #B290BD background

This text has white color on #B290BD background.


Related colors

Complementary color

Complementary color for #hex is #4D6F42.


I love getcolorcode.com

Triadic colors

1 #BDB290 and #90BDB2 with #B290BD are triadic colors.

2 #BD90B2 and #90B2BD with #B290BD are triadic colors.