COLOR #B71EFF

HEX: #B71EFF
RGB: (183,30,255)

Color info

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

RGB color model

#B71EFF color RGB value is (183,30,255).

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

RGB channels and saturation

R 183 of 255 = 72%
G 30 of 255 = 12%
B 255 of 255 = 100%

183
30
255

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

Portions of RGB colors in percentages

R + G + B =
183 + 30 + 255 = 468 (100%)
R 183 of 468 ~ 39.1%
G 30 of 468 ~ 6.41%
B 255 of 468 ~ 54.49%

%39.1
%54.49

CMYK color model

#B71EFF color CMYK value is (28,88,0,0).

  • cyan value is 28.24%
  • magenta value is 88.24%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(28,88,0,0)
C28M88Y0K0 
(28%,88%,0%,0%)
(0.28/0.88/0.00/0.00)	

CMYK percentages

%28.24
%88.24
%0
%0

Codes

Color #B71EFF in popluar color models

B71EFF
RGB18330255
HSL281°100.00%55.88%
HSB/HSV281°88.24%100.00%
CMYK28.24%88.24%0.00%
0.00%

Color #B71EFF in popluar number systems.

HEXB71EFF
Decimal18330255
Binary101101111111011111111
Octal26736377

Shades and tints

Shades of #B71EFF

#B71EFF
(183,30,255)
#A71CE8
(167,28,232)
#971AD1
(151,26,209)
#8718BA
(135,24,186)
#7716A3
(119,22,163)
#67148C
(103,20,140)
#571275
(87,18,117)
#47105E
(71,16,94)
#370E47
(55,14,71)
#270C30
(39,12,48)
#170A19
(23,10,25)
#000000
(0,0,0)

Tints of #B71EFF

#B71EFF
(183,30,255)
#BD32FF
(189,50,255)
#C346FF
(195,70,255)
#C95AFF
(201,90,255)
#CF6EFF
(207,110,255)
#D582FF
(213,130,255)
#DB96FF
(219,150,255)
#E1AAFF
(225,170,255)
#E7BEFF
(231,190,255)
#EDD2FF
(237,210,255)
#F3E6FF
(243,230,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B71EFF; }

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

This text font color is #B71EFF.


Background Color

.myBgColor { background-color: #B71EFF; }

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

This div background color is #B71EFF.


Border color

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

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

This div border color is #B71EFF.


Opacity

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

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

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

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

This text has shadow with #B71EFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B71EFF on black background.


Color preview on white background

This text has color #B71EFF on white background.



Black color preview on #B71EFF background

This text has black color on #B71EFF background.


White color preview on #B71EFF background

This text has white color on #B71EFF background.