COLOR #B020F1

HEX: #B020F1
RGB: (176,32,241)

Color info

#B020F1 contains mainly blue color. Web safe color of #B020F1 is #9933FF (or #93F).

RGB color model

#B020F1 color RGB value is (176,32,241).

  • red value is 176;
  • green value is 32;
  • blue value is 241.
RGB:
(176,32,241)
(69%,13%,95%)

RGB channels and saturation

R 176 of 255 = 69%
G 32 of 255 = 13%
B 241 of 255 = 95%

176
32
241

R + G + B ~ 59%. #B020F1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
176 + 32 + 241 = 449 (100%)
R 176 of 449 ~ 39.2%
G 32 of 449 ~ 7.13%
B 241 of 449 ~ 53.67%

%39.2
%53.67

CMYK color model

#B020F1 color CMYK value is (27,87,0,5).

  • cyan value is 26.97%
  • magenta value is 86.72%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(27,87,0,5)
C27M87Y0K5 
(27%,87%,0%,5%)
(0.27/0.87/0.00/0.05)	

CMYK percentages

%26.97
%86.72
%0
%5.49

Codes

Color #B020F1 in popluar color models

B020F1
RGB17632241
HSL281°88.19%53.53%
HSB/HSV281°86.72%94.51%
CMYK26.97%86.72%0.00%
5.49%

Color #B020F1 in popluar number systems.

HEXB020F1
Decimal17632241
Binary1011000010000011110001
Octal26040361

Shades and tints

Shades of #B020F1

#B020F1
(176,32,241)
#A01EDC
(160,30,220)
#901CC7
(144,28,199)
#801AB2
(128,26,178)
#70189D
(112,24,157)
#601688
(96,22,136)
#501473
(80,20,115)
#40125E
(64,18,94)
#301049
(48,16,73)
#200E34
(32,14,52)
#100C1F
(16,12,31)
#000000
(0,0,0)

Tints of #B020F1

#B020F1
(176,32,241)
#B734F2
(183,52,242)
#BE48F3
(190,72,243)
#C55CF4
(197,92,244)
#CC70F5
(204,112,245)
#D384F6
(211,132,246)
#DA98F7
(218,152,247)
#E1ACF8
(225,172,248)
#E8C0F9
(232,192,249)
#EFD4FA
(239,212,250)
#F6E8FB
(246,232,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B020F1 color. Also use rgb(176,32,241) instead hex code.

Text Font Color

.myTextColor { color: #B020F1; }

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

This text font color is #B020F1.


Background Color

.myBgColor { background-color: #B020F1; }

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

This div background color is #B020F1.


Border color

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

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

This div border color is #B020F1.


Opacity

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

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

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

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

This text has shadow with #B020F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B020F1 on black background.


Color preview on white background

This text has color #B020F1 on white background.



Black color preview on #B020F1 background

This text has black color on #B020F1 background.


White color preview on #B020F1 background

This text has white color on #B020F1 background.