COLOR #B852B6

HEX: #B852B6
RGB: (184,82,182)

Color info

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

RGB color model

#B852B6 color RGB value is (184,82,182).

  • red value is 184;
  • green value is 82;
  • blue value is 182.
RGB:
(184,82,182)
(72%,32%,71%)

RGB channels and saturation

R 184 of 255 = 72%
G 82 of 255 = 32%
B 182 of 255 = 71%

184
82
182

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

Portions of RGB colors in percentages

R + G + B =
184 + 82 + 182 = 448 (100%)
R 184 of 448 ~ 41.07%
G 82 of 448 ~ 18.3%
B 182 of 448 ~ 40.63%

%41.07
%18.3
%40.63

CMYK color model

#B852B6 color CMYK value is (0,55,1,28).

  • cyan value is 0.00%
  • magenta value is 55.43%
  • yellow value is 1.09%
  • key color value is 27.84%
CMYK:
(0,55,1,28)
C0M55Y1K28 
(0%,55%,1%,28%)
(0.00/0.55/0.01/0.28)	

CMYK percentages

%0
%55.43
%1.09
%27.84

Codes

Color #B852B6 in popluar color models

B852B6
RGB18482182
HSL301°41.80%52.16%
HSB/HSV301°55.43%72.16%
CMYK0.00%55.43%1.09%
27.84%

Color #B852B6 in popluar number systems.

HEXB852B6
Decimal18482182
Binary10111000101001010110110
Octal270122266

Shades and tints

Shades of #B852B6

#B852B6
(184,82,182)
#A84BA6
(168,75,166)
#984496
(152,68,150)
#883D86
(136,61,134)
#783676
(120,54,118)
#682F66
(104,47,102)
#582856
(88,40,86)
#482146
(72,33,70)
#381A36
(56,26,54)
#281326
(40,19,38)
#180C16
(24,12,22)
#000000
(0,0,0)

Tints of #B852B6

#B852B6
(184,82,182)
#BE61BC
(190,97,188)
#C470C2
(196,112,194)
#CA7FC8
(202,127,200)
#D08ECE
(208,142,206)
#D69DD4
(214,157,212)
#DCACDA
(220,172,218)
#E2BBE0
(226,187,224)
#E8CAE6
(232,202,230)
#EED9EC
(238,217,236)
#F4E8F2
(244,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B852B6 color. Also use rgb(184,82,182) instead hex code.

Text Font Color

.myTextColor { color: #B852B6; }

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

This text font color is #B852B6.


Background Color

.myBgColor { background-color: #B852B6; }

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

This div background color is #B852B6.


Border color

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

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

This div border color is #B852B6.


Opacity

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

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

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

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

This text has shadow with #B852B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B852B6 on black background.


Color preview on white background

This text has color #B852B6 on white background.



Black color preview on #B852B6 background

This text has black color on #B852B6 background.


White color preview on #B852B6 background

This text has white color on #B852B6 background.