COLOR #B05DF0

HEX: #B05DF0
RGB: (176,93,240)

Color info

#B05DF0 contains mainly blue color. Web safe color of #B05DF0 is #9966FF (or #96F).

RGB color model

#B05DF0 color RGB value is (176,93,240).

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

RGB channels and saturation

R 176 of 255 = 69%
G 93 of 255 = 36%
B 240 of 255 = 94%

176
93
240

R + G + B ~ 66%. #B05DF0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 93 + 240 = 509 (100%)
R 176 of 509 ~ 34.58%
G 93 of 509 ~ 18.27%
B 240 of 509 ~ 47.15%

%34.58
%18.27
%47.15

CMYK color model

#B05DF0 color CMYK value is (27,61,0,6).

  • cyan value is 26.67%
  • magenta value is 61.25%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(27,61,0,6)
C27M61Y0K6 
(27%,61%,0%,6%)
(0.27/0.61/0.00/0.06)	

CMYK percentages

%26.67
%61.25
%0
%5.88

Codes

Color #B05DF0 in popluar color models

B05DF0
RGB17693240
HSL274°83.05%65.29%
HSB/HSV274°61.25%94.12%
CMYK26.67%61.25%0.00%
5.88%

Color #B05DF0 in popluar number systems.

HEXB05DF0
Decimal17693240
Binary10110000101110111110000
Octal260135360

Shades and tints

Shades of #B05DF0

#B05DF0
(176,93,240)
#A055DB
(160,85,219)
#904DC6
(144,77,198)
#8045B1
(128,69,177)
#703D9C
(112,61,156)
#603587
(96,53,135)
#502D72
(80,45,114)
#40255D
(64,37,93)
#301D48
(48,29,72)
#201533
(32,21,51)
#100D1E
(16,13,30)
#000000
(0,0,0)

Tints of #B05DF0

#B05DF0
(176,93,240)
#B76BF1
(183,107,241)
#BE79F2
(190,121,242)
#C587F3
(197,135,243)
#CC95F4
(204,149,244)
#D3A3F5
(211,163,245)
#DAB1F6
(218,177,246)
#E1BFF7
(225,191,247)
#E8CDF8
(232,205,248)
#EFDBF9
(239,219,249)
#F6E9FA
(246,233,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B05DF0; }

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

This text font color is #B05DF0.


Background Color

.myBgColor { background-color: #B05DF0; }

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

This div background color is #B05DF0.


Border color

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

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

This div border color is #B05DF0.


Opacity

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

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

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

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

This text has shadow with #B05DF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B05DF0 on black background.


Color preview on white background

This text has color #B05DF0 on white background.



Black color preview on #B05DF0 background

This text has black color on #B05DF0 background.


White color preview on #B05DF0 background

This text has white color on #B05DF0 background.