COLOR #B849F7

HEX: #B849F7
RGB: (184,73,247)

Color info

#B849F7 contains mainly blue color. Web safe color of #B849F7 is #CC33FF (or #C3F).

RGB color model

#B849F7 color RGB value is (184,73,247).

  • red value is 184;
  • green value is 73;
  • blue value is 247.
RGB:
(184,73,247)
(72%,29%,97%)

RGB channels and saturation

R 184 of 255 = 72%
G 73 of 255 = 29%
B 247 of 255 = 97%

184
73
247

R + G + B ~ 66%. #B849F7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 73 + 247 = 504 (100%)
R 184 of 504 ~ 36.51%
G 73 of 504 ~ 14.48%
B 247 of 504 ~ 49.01%

%36.51
%14.48
%49.01

CMYK color model

#B849F7 color CMYK value is (26,70,0,3).

  • cyan value is 25.51%
  • magenta value is 70.45%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(26,70,0,3)
C26M70Y0K3 
(26%,70%,0%,3%)
(0.26/0.70/0.00/0.03)	

CMYK percentages

%25.51
%70.45
%0
%3.14

Codes

Color #B849F7 in popluar color models

B849F7
RGB18473247
HSL278°91.58%62.75%
HSB/HSV278°70.45%96.86%
CMYK25.51%70.45%0.00%
3.14%

Color #B849F7 in popluar number systems.

HEXB849F7
Decimal18473247
Binary10111000100100111110111
Octal270111367

Shades and tints

Shades of #B849F7

#B849F7
(184,73,247)
#A843E1
(168,67,225)
#983DCB
(152,61,203)
#8837B5
(136,55,181)
#78319F
(120,49,159)
#682B89
(104,43,137)
#582573
(88,37,115)
#481F5D
(72,31,93)
#381947
(56,25,71)
#281331
(40,19,49)
#180D1B
(24,13,27)
#000000
(0,0,0)

Tints of #B849F7

#B849F7
(184,73,247)
#BE59F7
(190,89,247)
#C469F7
(196,105,247)
#CA79F7
(202,121,247)
#D089F7
(208,137,247)
#D699F7
(214,153,247)
#DCA9F7
(220,169,247)
#E2B9F7
(226,185,247)
#E8C9F7
(232,201,247)
#EED9F7
(238,217,247)
#F4E9F7
(244,233,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B849F7 color. Also use rgb(184,73,247) instead hex code.

Text Font Color

.myTextColor { color: #B849F7; }

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

This text font color is #B849F7.


Background Color

.myBgColor { background-color: #B849F7; }

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

This div background color is #B849F7.


Border color

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

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

This div border color is #B849F7.


Opacity

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

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

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

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

This text has shadow with #B849F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B849F7 on black background.


Color preview on white background

This text has color #B849F7 on white background.



Black color preview on #B849F7 background

This text has black color on #B849F7 background.


White color preview on #B849F7 background

This text has white color on #B849F7 background.