COLOR #B962F4

HEX: #B962F4
RGB: (185,98,244)

Color info

#B962F4 contains mainly red and blue colors. Web safe color of #B962F4 is #CC66FF (or #C6F).

RGB color model

#B962F4 color RGB value is (185,98,244).

  • red value is 185;
  • green value is 98;
  • blue value is 244.
RGB:
(185,98,244)
(73%,38%,96%)

RGB channels and saturation

R 185 of 255 = 73%
G 98 of 255 = 38%
B 244 of 255 = 96%

185
98
244

R + G + B ~ 69%. #B962F4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 98 + 244 = 527 (100%)
R 185 of 527 ~ 35.1%
G 98 of 527 ~ 18.6%
B 244 of 527 ~ 46.3%

%35.1
%18.6
%46.3

CMYK color model

#B962F4 color CMYK value is (24,60,0,4).

  • cyan value is 24.18%
  • magenta value is 59.84%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(24,60,0,4)
C24M60Y0K4 
(24%,60%,0%,4%)
(0.24/0.60/0.00/0.04)	

CMYK percentages

%24.18
%59.84
%0
%4.31

Codes

Color #B962F4 in popluar color models

B962F4
RGB18598244
HSL276°86.90%67.06%
HSB/HSV276°59.84%95.69%
CMYK24.18%59.84%0.00%
4.31%

Color #B962F4 in popluar number systems.

HEXB962F4
Decimal18598244
Binary10111001110001011110100
Octal271142364

Shades and tints

Shades of #B962F4

#B962F4
(185,98,244)
#A95ADE
(169,90,222)
#9952C8
(153,82,200)
#894AB2
(137,74,178)
#79429C
(121,66,156)
#693A86
(105,58,134)
#593270
(89,50,112)
#492A5A
(73,42,90)
#392244
(57,34,68)
#291A2E
(41,26,46)
#191218
(25,18,24)
#000000
(0,0,0)

Tints of #B962F4

#B962F4
(185,98,244)
#BF70F5
(191,112,245)
#C57EF6
(197,126,246)
#CB8CF7
(203,140,247)
#D19AF8
(209,154,248)
#D7A8F9
(215,168,249)
#DDB6FA
(221,182,250)
#E3C4FB
(227,196,251)
#E9D2FC
(233,210,252)
#EFE0FD
(239,224,253)
#F5EEFE
(245,238,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B962F4 color. Also use rgb(185,98,244) instead hex code.

Text Font Color

.myTextColor { color: #B962F4; }

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

This text font color is #B962F4.


Background Color

.myBgColor { background-color: #B962F4; }

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

This div background color is #B962F4.


Border color

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

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

This div border color is #B962F4.


Opacity

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

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

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

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

This text has shadow with #B962F4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B962F4 on black background.


Color preview on white background

This text has color #B962F4 on white background.



Black color preview on #B962F4 background

This text has black color on #B962F4 background.


White color preview on #B962F4 background

This text has white color on #B962F4 background.