COLOR #B850C3

HEX: #B850C3
RGB: (184,80,195)

Color info

#B850C3 contains mainly red and blue colors. Web safe color of #B850C3 is #CC66CC (or #C6C).

RGB color model

#B850C3 color RGB value is (184,80,195).

  • red value is 184;
  • green value is 80;
  • blue value is 195.
RGB:
(184,80,195)
(72%,31%,76%)

RGB channels and saturation

R 184 of 255 = 72%
G 80 of 255 = 31%
B 195 of 255 = 76%

184
80
195

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

Portions of RGB colors in percentages

R + G + B =
184 + 80 + 195 = 459 (100%)
R 184 of 459 ~ 40.09%
G 80 of 459 ~ 17.43%
B 195 of 459 ~ 42.48%

%40.09
%17.43
%42.48

CMYK color model

#B850C3 color CMYK value is (6,59,0,24).

  • cyan value is 5.64%
  • magenta value is 58.97%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(6,59,0,24)
C6M59Y0K24 
(6%,59%,0%,24%)
(0.06/0.59/0.00/0.24)	

CMYK percentages

%5.64
%58.97
%0
%23.53

Codes

Color #B850C3 in popluar color models

B850C3
RGB18480195
HSL294°48.94%53.92%
HSB/HSV294°58.97%76.47%
CMYK5.64%58.97%0.00%
23.53%

Color #B850C3 in popluar number systems.

HEXB850C3
Decimal18480195
Binary10111000101000011000011
Octal270120303

Shades and tints

Shades of #B850C3

#B850C3
(184,80,195)
#A849B2
(168,73,178)
#9842A1
(152,66,161)
#883B90
(136,59,144)
#78347F
(120,52,127)
#682D6E
(104,45,110)
#58265D
(88,38,93)
#481F4C
(72,31,76)
#38183B
(56,24,59)
#28112A
(40,17,42)
#180A19
(24,10,25)
#000000
(0,0,0)

Tints of #B850C3

#B850C3
(184,80,195)
#BE5FC8
(190,95,200)
#C46ECD
(196,110,205)
#CA7DD2
(202,125,210)
#D08CD7
(208,140,215)
#D69BDC
(214,155,220)
#DCAAE1
(220,170,225)
#E2B9E6
(226,185,230)
#E8C8EB
(232,200,235)
#EED7F0
(238,215,240)
#F4E6F5
(244,230,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B850C3 color. Also use rgb(184,80,195) instead hex code.

Text Font Color

.myTextColor { color: #B850C3; }

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

This text font color is #B850C3.


Background Color

.myBgColor { background-color: #B850C3; }

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

This div background color is #B850C3.


Border color

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

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

This div border color is #B850C3.


Opacity

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

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

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

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

This text has shadow with #B850C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B850C3 on black background.


Color preview on white background

This text has color #B850C3 on white background.



Black color preview on #B850C3 background

This text has black color on #B850C3 background.


White color preview on #B850C3 background

This text has white color on #B850C3 background.