COLOR #B71EFA

HEX: #B71EFA
RGB: (183,30,250)

Color info

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

RGB color model

#B71EFA color RGB value is (183,30,250).

  • red value is 183;
  • green value is 30;
  • blue value is 250.
RGB:
(183,30,250)
(72%,12%,98%)

RGB channels and saturation

R 183 of 255 = 72%
G 30 of 255 = 12%
B 250 of 255 = 98%

183
30
250

R + G + B ~ 61%. #B71EFA is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 30 + 250 = 463 (100%)
R 183 of 463 ~ 39.52%
G 30 of 463 ~ 6.48%
B 250 of 463 ~ 54%

%39.52
%54

CMYK color model

#B71EFA color CMYK value is (27,88,0,2).

  • cyan value is 26.80%
  • magenta value is 88.00%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(27,88,0,2)
C27M88Y0K2 
(27%,88%,0%,2%)
(0.27/0.88/0.00/0.02)	

CMYK percentages

%26.8
%88
%0
%1.96

Codes

Color #B71EFA in popluar color models

B71EFA
RGB18330250
HSL282°95.65%54.90%
HSB/HSV282°88.00%98.04%
CMYK26.80%88.00%0.00%
1.96%

Color #B71EFA in popluar number systems.

HEXB71EFA
Decimal18330250
Binary101101111111011111010
Octal26736372

Shades and tints

Shades of #B71EFA

#B71EFA
(183,30,250)
#A71CE4
(167,28,228)
#971ACE
(151,26,206)
#8718B8
(135,24,184)
#7716A2
(119,22,162)
#67148C
(103,20,140)
#571276
(87,18,118)
#471060
(71,16,96)
#370E4A
(55,14,74)
#270C34
(39,12,52)
#170A1E
(23,10,30)
#000000
(0,0,0)

Tints of #B71EFA

#B71EFA
(183,30,250)
#BD32FA
(189,50,250)
#C346FA
(195,70,250)
#C95AFA
(201,90,250)
#CF6EFA
(207,110,250)
#D582FA
(213,130,250)
#DB96FA
(219,150,250)
#E1AAFA
(225,170,250)
#E7BEFA
(231,190,250)
#EDD2FA
(237,210,250)
#F3E6FA
(243,230,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B71EFA color. Also use rgb(183,30,250) instead hex code.

Text Font Color

.myTextColor { color: #B71EFA; }

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

This text font color is #B71EFA.


Background Color

.myBgColor { background-color: #B71EFA; }

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

This div background color is #B71EFA.


Border color

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

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

This div border color is #B71EFA.


Opacity

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

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

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

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

This text has shadow with #B71EFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B71EFA on black background.


Color preview on white background

This text has color #B71EFA on white background.



Black color preview on #B71EFA background

This text has black color on #B71EFA background.


White color preview on #B71EFA background

This text has white color on #B71EFA background.