COLOR #B952E3

HEX: #B952E3
RGB: (185,82,227)

Color info

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

RGB color model

#B952E3 color RGB value is (185,82,227).

  • red value is 185;
  • green value is 82;
  • blue value is 227.
RGB:
(185,82,227)
(73%,32%,89%)

RGB channels and saturation

R 185 of 255 = 73%
G 82 of 255 = 32%
B 227 of 255 = 89%

185
82
227

R + G + B ~ 65%. #B952E3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 82 + 227 = 494 (100%)
R 185 of 494 ~ 37.45%
G 82 of 494 ~ 16.6%
B 227 of 494 ~ 45.95%

%37.45
%16.6
%45.95

CMYK color model

#B952E3 color CMYK value is (19,64,0,11).

  • cyan value is 18.50%
  • magenta value is 63.88%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(19,64,0,11)
C19M64Y0K11 
(19%,64%,0%,11%)
(0.19/0.64/0.00/0.11)	

CMYK percentages

%18.5
%63.88
%0
%10.98

Codes

Color #B952E3 in popluar color models

B952E3
RGB18582227
HSL283°72.14%60.59%
HSB/HSV283°63.88%89.02%
CMYK18.50%63.88%0.00%
10.98%

Color #B952E3 in popluar number systems.

HEXB952E3
Decimal18582227
Binary10111001101001011100011
Octal271122343

Shades and tints

Shades of #B952E3

#B952E3
(185,82,227)
#A94BCF
(169,75,207)
#9944BB
(153,68,187)
#893DA7
(137,61,167)
#793693
(121,54,147)
#692F7F
(105,47,127)
#59286B
(89,40,107)
#492157
(73,33,87)
#391A43
(57,26,67)
#29132F
(41,19,47)
#190C1B
(25,12,27)
#000000
(0,0,0)

Tints of #B952E3

#B952E3
(185,82,227)
#BF61E5
(191,97,229)
#C570E7
(197,112,231)
#CB7FE9
(203,127,233)
#D18EEB
(209,142,235)
#D79DED
(215,157,237)
#DDACEF
(221,172,239)
#E3BBF1
(227,187,241)
#E9CAF3
(233,202,243)
#EFD9F5
(239,217,245)
#F5E8F7
(245,232,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B952E3 color. Also use rgb(185,82,227) instead hex code.

Text Font Color

.myTextColor { color: #B952E3; }

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

This text font color is #B952E3.


Background Color

.myBgColor { background-color: #B952E3; }

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

This div background color is #B952E3.


Border color

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

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

This div border color is #B952E3.


Opacity

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

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

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

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

This text has shadow with #B952E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B952E3 on black background.


Color preview on white background

This text has color #B952E3 on white background.



Black color preview on #B952E3 background

This text has black color on #B952E3 background.


White color preview on #B952E3 background

This text has white color on #B952E3 background.