COLOR #B000F0

HEX: #B000F0
RGB: (176,0,240)

Color info

#B000F0 contains mainly blue color. Web safe color of #B000F0 is #9900FF (or #90F).

RGB color model

#B000F0 color RGB value is (176,0,240).

  • red value is 176;
  • green value is 0;
  • blue value is 240.
RGB:
(176,0,240)
(69%,0%,94%)

RGB channels and saturation

R 176 of 255 = 69%
G 0 of 255 = 0%
B 240 of 255 = 94%

176
0
240

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

Portions of RGB colors in percentages

R + G + B =
176 + 0 + 240 = 416 (100%)
R 176 of 416 ~ 42.31%
G 0 of 416 ~ 0%
B 240 of 416 ~ 57.69%

%42.31
%57.69

CMYK color model

#B000F0 color CMYK value is (27,100,0,6).

  • cyan value is 26.67%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(27,100,0,6)
C27M100Y0K6 
(27%,100%,0%,6%)
(0.27/1.00/0.00/0.06)	

CMYK percentages

%26.67
%100
%0
%5.88

Codes

Color #B000F0 in popluar color models

B000F0
RGB1760240
HSL284°100.00%47.06%
HSB/HSV284°100.00%94.12%
CMYK26.67%100.00%0.00%
5.88%

Color #B000F0 in popluar number systems.

HEXB000F0
Decimal1760240
Binary10110000011110000
Octal2600360

Shades and tints

Shades of #B000F0

#B000F0
(176,0,240)
#A000DB
(160,0,219)
#9000C6
(144,0,198)
#8000B1
(128,0,177)
#70009C
(112,0,156)
#600087
(96,0,135)
#500072
(80,0,114)
#40005D
(64,0,93)
#300048
(48,0,72)
#200033
(32,0,51)
#10001E
(16,0,30)
#000000
(0,0,0)

Tints of #B000F0

#B000F0
(176,0,240)
#B717F1
(183,23,241)
#BE2EF2
(190,46,242)
#C545F3
(197,69,243)
#CC5CF4
(204,92,244)
#D373F5
(211,115,245)
#DA8AF6
(218,138,246)
#E1A1F7
(225,161,247)
#E8B8F8
(232,184,248)
#EFCFF9
(239,207,249)
#F6E6FA
(246,230,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B000F0 color. Also use rgb(176,0,240) instead hex code.

Text Font Color

.myTextColor { color: #B000F0; }

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

This text font color is #B000F0.


Background Color

.myBgColor { background-color: #B000F0; }

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

This div background color is #B000F0.


Border color

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

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

This div border color is #B000F0.


Opacity

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

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

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

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

This text has shadow with #B000F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B000F0 on black background.


Color preview on white background

This text has color #B000F0 on white background.



Black color preview on #B000F0 background

This text has black color on #B000F0 background.


White color preview on #B000F0 background

This text has white color on #B000F0 background.