COLOR #B990CD

HEX: #B990CD RGB: (185,144,205)

Color info

#B990CD contains mainly red and blue colors. Web safe color of #B990CD is #CC99CC (or #C9C).

RGB color model

#B990CD color RGB value is (185,144,205).

RGB: (185,144,205) (73%, 56%, 80%)

RGB channels and saturation

R 185 of 255 = 73%
G 144 of 255 = 56%
B 205 of 255 = 80%

185
144
205

R + G + B ~ 70%. #B990CD is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 144 + 205 = 534 (100%)
R 185 of 534 ~ 34.64%
G 144 of 534 ~ 26.97%
B 205 of 534 ~ 38.39'%

%34.64
%26.97
%38.39

CMYK color model

#B990CD color CMYK value is (10,30,0,20).

  • cyan value is 9.76%
  • magenta value is 29.76%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (10,30,0,20)
C10M30Y0K20 (10%, 30%, 0%, 20%)
(0.10 / 0.30 / 0.00 / 0.20)

CMYK percentages

%9.76
%29.76
%0
%19.61

Codes

Color #B990CD in popluar color models

B9 90 CD
RGB 185 144 205
HSL 280° 37.89% 68.43%
HSB/HSV 280° 29.76% 80.39%
CMYK 9.76% 29.76% 0.00%
19.61%

Color #B990CD in popluar number systems.

HEX B9 90 CD
Decimal 185 144 205
Binary 10111001 10010000 11001101
Octal 271 220 315

Shades and tints

Shades of #B990CD

#B990CD
(185,144,205)
#A983BB
(169,131,187)
#9976A9
(153,118,169)
#896997
(137,105,151)
#795C85
(121,92,133)
#694F73
(105,79,115)
#594261
(89,66,97)
#49354F
(73,53,79)
#39283D
(57,40,61)
#291B2B
(41,27,43)
#190E19
(25,14,25)
#000000
(0,0,0)

Tints of #B990CD

#B990CD
(185,144,205)
#BF9AD1
(191,154,209)
#C5A4D5
(197,164,213)
#CBAED9
(203,174,217)
#D1B8DD
(209,184,221)
#D7C2E1
(215,194,225)
#DDCCE5
(221,204,229)
#E3D6E9
(227,214,233)
#E9E0ED
(233,224,237)
#EFEAF1
(239,234,241)
#F5F4F5
(245,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B990CD color. Also use rgb(185,144,205) instead hex code.

Text Font Color

.myTextColor { color: #B990CD; }

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

This text font color is #B990CD.

Background Color

.myBgColor { background-color: #B990CD; }

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

This div background color is #B990CD.

Border color

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

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

This div border color is #B990CD.

Opacity

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

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

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

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

This text has shadow with #B990CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B990CD.

Preview

Color preview on black background

This text has color #B990CD on black background.


Color preview on white background

This text has color #B990CD on white background.


Black color preview on #B990CD background

This text has black color on #B990CD background.


White color preview on #B990CD background

This text has white color on #B990CD background.


Related colors

Complementary color

Complementary color for #hex is #466F32.


I love getcolorcode.com

Triadic colors

1 #CDB990 and #90CDB9 with #B990CD are triadic colors.

2 #CD90B9 and #90B9CD with #B990CD are triadic colors.