COLOR #B84DCB

HEX: #B84DCB
RGB: (184,77,203)

Color info

#B84DCB contains mainly red and blue colors. Web safe color of #B84DCB is #CC33CC (or #C3C).

RGB color model

#B84DCB color RGB value is (184,77,203).

  • red value is 184;
  • green value is 77;
  • blue value is 203.
RGB:
(184,77,203)
(72%,30%,80%)

RGB channels and saturation

R 184 of 255 = 72%
G 77 of 255 = 30%
B 203 of 255 = 80%

184
77
203

R + G + B ~ 61%. #B84DCB is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 77 + 203 = 464 (100%)
R 184 of 464 ~ 39.66%
G 77 of 464 ~ 16.59%
B 203 of 464 ~ 43.75%

%39.66
%16.59
%43.75

CMYK color model

#B84DCB color CMYK value is (9,62,0,20).

  • cyan value is 9.36%
  • magenta value is 62.07%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(9,62,0,20)
C9M62Y0K20 
(9%,62%,0%,20%)
(0.09/0.62/0.00/0.20)	

CMYK percentages

%9.36
%62.07
%0
%20.39

Codes

Color #B84DCB in popluar color models

B84DCB
RGB18477203
HSL291°54.78%54.90%
HSB/HSV291°62.07%79.61%
CMYK9.36%62.07%0.00%
20.39%

Color #B84DCB in popluar number systems.

HEXB84DCB
Decimal18477203
Binary10111000100110111001011
Octal270115313

Shades and tints

Shades of #B84DCB

#B84DCB
(184,77,203)
#A846B9
(168,70,185)
#983FA7
(152,63,167)
#883895
(136,56,149)
#783183
(120,49,131)
#682A71
(104,42,113)
#58235F
(88,35,95)
#481C4D
(72,28,77)
#38153B
(56,21,59)
#280E29
(40,14,41)
#180717
(24,7,23)
#000000
(0,0,0)

Tints of #B84DCB

#B84DCB
(184,77,203)
#BE5DCF
(190,93,207)
#C46DD3
(196,109,211)
#CA7DD7
(202,125,215)
#D08DDB
(208,141,219)
#D69DDF
(214,157,223)
#DCADE3
(220,173,227)
#E2BDE7
(226,189,231)
#E8CDEB
(232,205,235)
#EEDDEF
(238,221,239)
#F4EDF3
(244,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B84DCB color. Also use rgb(184,77,203) instead hex code.

Text Font Color

.myTextColor { color: #B84DCB; }

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

This text font color is #B84DCB.


Background Color

.myBgColor { background-color: #B84DCB; }

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

This div background color is #B84DCB.


Border color

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

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

This div border color is #B84DCB.


Opacity

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

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

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

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

This text has shadow with #B84DCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B84DCB on black background.


Color preview on white background

This text has color #B84DCB on white background.



Black color preview on #B84DCB background

This text has black color on #B84DCB background.


White color preview on #B84DCB background

This text has white color on #B84DCB background.