COLOR #B10ACD

HEX: #B10ACD
RGB: (177,10,205)

Color info

#B10ACD contains mainly red and blue colors. Web safe color of #B10ACD is #9900CC (or #90C).

RGB color model

#B10ACD color RGB value is (177,10,205).

  • red value is 177;
  • green value is 10;
  • blue value is 205.
RGB:
(177,10,205)
(69%,4%,80%)

RGB channels and saturation

R 177 of 255 = 69%
G 10 of 255 = 4%
B 205 of 255 = 80%

177
10
205

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

Portions of RGB colors in percentages

R + G + B =
177 + 10 + 205 = 392 (100%)
R 177 of 392 ~ 45.15%
G 10 of 392 ~ 2.55%
B 205 of 392 ~ 52.3%

%45.15
%52.3

CMYK color model

#B10ACD color CMYK value is (14,95,0,20).

  • cyan value is 13.66%
  • magenta value is 95.12%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(14,95,0,20)
C14M95Y0K20 
(14%,95%,0%,20%)
(0.14/0.95/0.00/0.20)	

CMYK percentages

%13.66
%95.12
%0
%19.61

Codes

Color #B10ACD in popluar color models

B10ACD
RGB17710205
HSL291°90.70%42.16%
HSB/HSV291°95.12%80.39%
CMYK13.66%95.12%0.00%
19.61%

Color #B10ACD in popluar number systems.

HEXB10ACD
Decimal17710205
Binary10110001101011001101
Octal26112315

Shades and tints

Shades of #B10ACD

#B10ACD
(177,10,205)
#A10ABB
(161,10,187)
#910AA9
(145,10,169)
#810A97
(129,10,151)
#710A85
(113,10,133)
#610A73
(97,10,115)
#510A61
(81,10,97)
#410A4F
(65,10,79)
#310A3D
(49,10,61)
#210A2B
(33,10,43)
#110A19
(17,10,25)
#000000
(0,0,0)

Tints of #B10ACD

#B10ACD
(177,10,205)
#B820D1
(184,32,209)
#BF36D5
(191,54,213)
#C64CD9
(198,76,217)
#CD62DD
(205,98,221)
#D478E1
(212,120,225)
#DB8EE5
(219,142,229)
#E2A4E9
(226,164,233)
#E9BAED
(233,186,237)
#F0D0F1
(240,208,241)
#F7E6F5
(247,230,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B10ACD color. Also use rgb(177,10,205) instead hex code.

Text Font Color

.myTextColor { color: #B10ACD; }

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

This text font color is #B10ACD.


Background Color

.myBgColor { background-color: #B10ACD; }

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

This div background color is #B10ACD.


Border color

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

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

This div border color is #B10ACD.


Opacity

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

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

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

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

This text has shadow with #B10ACD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B10ACD on black background.


Color preview on white background

This text has color #B10ACD on white background.



Black color preview on #B10ACD background

This text has black color on #B10ACD background.


White color preview on #B10ACD background

This text has white color on #B10ACD background.