COLOR #B519F6

HEX: #B519F6
RGB: (181,25,246)

Color info

#B519F6 contains mainly blue color. Web safe color of #B519F6 is #CC00FF (or #C0F).

RGB color model

#B519F6 color RGB value is (181,25,246).

  • red value is 181;
  • green value is 25;
  • blue value is 246.
RGB:
(181,25,246)
(71%,10%,96%)

RGB channels and saturation

R 181 of 255 = 71%
G 25 of 255 = 10%
B 246 of 255 = 96%

181
25
246

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

Portions of RGB colors in percentages

R + G + B =
181 + 25 + 246 = 452 (100%)
R 181 of 452 ~ 40.04%
G 25 of 452 ~ 5.53%
B 246 of 452 ~ 54.42%

%40.04
%54.42

CMYK color model

#B519F6 color CMYK value is (26,90,0,4).

  • cyan value is 26.42%
  • magenta value is 89.84%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(26,90,0,4)
C26M90Y0K4 
(26%,90%,0%,4%)
(0.26/0.90/0.00/0.04)	

CMYK percentages

%26.42
%89.84
%0
%3.53

Codes

Color #B519F6 in popluar color models

B519F6
RGB18125246
HSL282°92.47%53.14%
HSB/HSV282°89.84%96.47%
CMYK26.42%89.84%0.00%
3.53%

Color #B519F6 in popluar number systems.

HEXB519F6
Decimal18125246
Binary101101011100111110110
Octal26531366

Shades and tints

Shades of #B519F6

#B519F6
(181,25,246)
#A517E0
(165,23,224)
#9515CA
(149,21,202)
#8513B4
(133,19,180)
#75119E
(117,17,158)
#650F88
(101,15,136)
#550D72
(85,13,114)
#450B5C
(69,11,92)
#350946
(53,9,70)
#250730
(37,7,48)
#15051A
(21,5,26)
#000000
(0,0,0)

Tints of #B519F6

#B519F6
(181,25,246)
#BB2DF6
(187,45,246)
#C141F6
(193,65,246)
#C755F6
(199,85,246)
#CD69F6
(205,105,246)
#D37DF6
(211,125,246)
#D991F6
(217,145,246)
#DFA5F6
(223,165,246)
#E5B9F6
(229,185,246)
#EBCDF6
(235,205,246)
#F1E1F6
(241,225,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B519F6 color. Also use rgb(181,25,246) instead hex code.

Text Font Color

.myTextColor { color: #B519F6; }

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

This text font color is #B519F6.


Background Color

.myBgColor { background-color: #B519F6; }

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

This div background color is #B519F6.


Border color

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

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

This div border color is #B519F6.


Opacity

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

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

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

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

This text has shadow with #B519F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B519F6 on black background.


Color preview on white background

This text has color #B519F6 on white background.



Black color preview on #B519F6 background

This text has black color on #B519F6 background.


White color preview on #B519F6 background

This text has white color on #B519F6 background.