COLOR #B74EF3

HEX: #B74EF3
RGB: (183,78,243)

Color info

#B74EF3 contains mainly blue color. Web safe color of #B74EF3 is #CC66FF (or #C6F).

RGB color model

#B74EF3 color RGB value is (183,78,243).

  • red value is 183;
  • green value is 78;
  • blue value is 243.
RGB:
(183,78,243)
(72%,31%,95%)

RGB channels and saturation

R 183 of 255 = 72%
G 78 of 255 = 31%
B 243 of 255 = 95%

183
78
243

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

Portions of RGB colors in percentages

R + G + B =
183 + 78 + 243 = 504 (100%)
R 183 of 504 ~ 36.31%
G 78 of 504 ~ 15.48%
B 243 of 504 ~ 48.21%

%36.31
%15.48
%48.21

CMYK color model

#B74EF3 color CMYK value is (25,68,0,5).

  • cyan value is 24.69%
  • magenta value is 67.90%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(25,68,0,5)
C25M68Y0K5 
(25%,68%,0%,5%)
(0.25/0.68/0.00/0.05)	

CMYK percentages

%24.69
%67.9
%0
%4.71

Codes

Color #B74EF3 in popluar color models

B74EF3
RGB18378243
HSL278°87.30%62.94%
HSB/HSV278°67.90%95.29%
CMYK24.69%67.90%0.00%
4.71%

Color #B74EF3 in popluar number systems.

HEXB74EF3
Decimal18378243
Binary10110111100111011110011
Octal267116363

Shades and tints

Shades of #B74EF3

#B74EF3
(183,78,243)
#A747DD
(167,71,221)
#9740C7
(151,64,199)
#8739B1
(135,57,177)
#77329B
(119,50,155)
#672B85
(103,43,133)
#57246F
(87,36,111)
#471D59
(71,29,89)
#371643
(55,22,67)
#270F2D
(39,15,45)
#170817
(23,8,23)
#000000
(0,0,0)

Tints of #B74EF3

#B74EF3
(183,78,243)
#BD5EF4
(189,94,244)
#C36EF5
(195,110,245)
#C97EF6
(201,126,246)
#CF8EF7
(207,142,247)
#D59EF8
(213,158,248)
#DBAEF9
(219,174,249)
#E1BEFA
(225,190,250)
#E7CEFB
(231,206,251)
#EDDEFC
(237,222,252)
#F3EEFD
(243,238,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B74EF3 color. Also use rgb(183,78,243) instead hex code.

Text Font Color

.myTextColor { color: #B74EF3; }

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

This text font color is #B74EF3.


Background Color

.myBgColor { background-color: #B74EF3; }

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

This div background color is #B74EF3.


Border color

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

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

This div border color is #B74EF3.


Opacity

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

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

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

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

This text has shadow with #B74EF3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B74EF3 on black background.


Color preview on white background

This text has color #B74EF3 on white background.



Black color preview on #B74EF3 background

This text has black color on #B74EF3 background.


White color preview on #B74EF3 background

This text has white color on #B74EF3 background.