COLOR #B938D4

HEX: #B938D4
RGB: (185,56,212)

Color info

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

RGB color model

#B938D4 color RGB value is (185,56,212).

  • red value is 185;
  • green value is 56;
  • blue value is 212.
RGB:
(185,56,212)
(73%,22%,83%)

RGB channels and saturation

R 185 of 255 = 73%
G 56 of 255 = 22%
B 212 of 255 = 83%

185
56
212

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

Portions of RGB colors in percentages

R + G + B =
185 + 56 + 212 = 453 (100%)
R 185 of 453 ~ 40.84%
G 56 of 453 ~ 12.36%
B 212 of 453 ~ 46.8%

%40.84
%12.36
%46.8

CMYK color model

#B938D4 color CMYK value is (13,74,0,17).

  • cyan value is 12.74%
  • magenta value is 73.58%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(13,74,0,17)
C13M74Y0K17 
(13%,74%,0%,17%)
(0.13/0.74/0.00/0.17)	

CMYK percentages

%12.74
%73.58
%0
%16.86

Codes

Color #B938D4 in popluar color models

B938D4
RGB18556212
HSL290°64.46%52.55%
HSB/HSV290°73.58%83.14%
CMYK12.74%73.58%0.00%
16.86%

Color #B938D4 in popluar number systems.

HEXB938D4
Decimal18556212
Binary1011100111100011010100
Octal27170324

Shades and tints

Shades of #B938D4

#B938D4
(185,56,212)
#A933C1
(169,51,193)
#992EAE
(153,46,174)
#89299B
(137,41,155)
#792488
(121,36,136)
#691F75
(105,31,117)
#591A62
(89,26,98)
#49154F
(73,21,79)
#39103C
(57,16,60)
#290B29
(41,11,41)
#190616
(25,6,22)
#000000
(0,0,0)

Tints of #B938D4

#B938D4
(185,56,212)
#BF4AD7
(191,74,215)
#C55CDA
(197,92,218)
#CB6EDD
(203,110,221)
#D180E0
(209,128,224)
#D792E3
(215,146,227)
#DDA4E6
(221,164,230)
#E3B6E9
(227,182,233)
#E9C8EC
(233,200,236)
#EFDAEF
(239,218,239)
#F5ECF2
(245,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B938D4 color. Also use rgb(185,56,212) instead hex code.

Text Font Color

.myTextColor { color: #B938D4; }

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

This text font color is #B938D4.


Background Color

.myBgColor { background-color: #B938D4; }

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

This div background color is #B938D4.


Border color

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

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

This div border color is #B938D4.


Opacity

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

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

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

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

This text has shadow with #B938D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B938D4 on black background.


Color preview on white background

This text has color #B938D4 on white background.



Black color preview on #B938D4 background

This text has black color on #B938D4 background.


White color preview on #B938D4 background

This text has white color on #B938D4 background.