COLOR #B992DF

HEX: #B992DF RGB: (185,146,223)

Color info

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

RGB color model

#B992DF color RGB value is (185,146,223).

RGB: (185,146,223) (73%, 57%, 87%)

RGB channels and saturation

R 185 of 255 = 73%
G 146 of 255 = 57%
B 223 of 255 = 87%

185
146
223

R + G + B ~ 72%. #B992DF is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 146 + 223 = 554 (100%)
R 185 of 554 ~ 33.39%
G 146 of 554 ~ 26.35%
B 223 of 554 ~ 40.25'%

%33.39
%26.35
%40.25

CMYK color model

#B992DF color CMYK value is (17,35,0,13).

  • cyan value is 17.04%
  • magenta value is 34.53%
  • yellow value is 0.00%
  • key color value is 12.55%

CMYK: (17,35,0,13)
C17M35Y0K13 (17%, 35%, 0%, 13%)
(0.17 / 0.35 / 0.00 / 0.13)

CMYK percentages

%17.04
%34.53
%0
%12.55

Codes

Color #B992DF in popluar color models

B9 92 DF
RGB 185 146 223
HSL 270° 54.61% 72.35%
HSB/HSV 270° 34.53% 87.45%
CMYK 17.04% 34.53% 0.00%
12.55%

Color #B992DF in popluar number systems.

HEX B9 92 DF
Decimal 185 146 223
Binary 10111001 10010010 11011111
Octal 271 222 337

Shades and tints

Shades of #B992DF

#B992DF
(185,146,223)
#A985CB
(169,133,203)
#9978B7
(153,120,183)
#896BA3
(137,107,163)
#795E8F
(121,94,143)
#69517B
(105,81,123)
#594467
(89,68,103)
#493753
(73,55,83)
#392A3F
(57,42,63)
#291D2B
(41,29,43)
#191017
(25,16,23)
#000000
(0,0,0)

Tints of #B992DF

#B992DF
(185,146,223)
#BF9BE1
(191,155,225)
#C5A4E3
(197,164,227)
#CBADE5
(203,173,229)
#D1B6E7
(209,182,231)
#D7BFE9
(215,191,233)
#DDC8EB
(221,200,235)
#E3D1ED
(227,209,237)
#E9DAEF
(233,218,239)
#EFE3F1
(239,227,241)
#F5ECF3
(245,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B992DF color. Also use rgb(185,146,223) instead hex code.

Text Font Color

.myTextColor { color: #B992DF; }

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

This text font color is #B992DF.

Background Color

.myBgColor { background-color: #B992DF; }

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

This div background color is #B992DF.

Border color

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

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

This div border color is #B992DF.

Opacity

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

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

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

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

This text has shadow with #B992DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B992DF.

Preview

Color preview on black background

This text has color #B992DF on black background.


Color preview on white background

This text has color #B992DF on white background.


Black color preview on #B992DF background

This text has black color on #B992DF background.


White color preview on #B992DF background

This text has white color on #B992DF background.


Related colors

Complementary color

Complementary color for #hex is #466D20.


I love getcolorcode.com

Triadic colors

1 #DFB992 and #92DFB9 with #B992DF are triadic colors.

2 #DF92B9 and #92B9DF with #B992DF are triadic colors.