COLOR #B12BE6

HEX: #B12BE6
RGB: (177,43,230)

Color info

#B12BE6 contains mainly red and blue colors. Web safe color of #B12BE6 is #9933CC (or #93C).

RGB color model

#B12BE6 color RGB value is (177,43,230).

  • red value is 177;
  • green value is 43;
  • blue value is 230.
RGB:
(177,43,230)
(69%,17%,90%)

RGB channels and saturation

R 177 of 255 = 69%
G 43 of 255 = 17%
B 230 of 255 = 90%

177
43
230

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

Portions of RGB colors in percentages

R + G + B =
177 + 43 + 230 = 450 (100%)
R 177 of 450 ~ 39.33%
G 43 of 450 ~ 9.56%
B 230 of 450 ~ 51.11%

%39.33
%9.56
%51.11

CMYK color model

#B12BE6 color CMYK value is (23,81,0,10).

  • cyan value is 23.04%
  • magenta value is 81.30%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(23,81,0,10)
C23M81Y0K10 
(23%,81%,0%,10%)
(0.23/0.81/0.00/0.10)	

CMYK percentages

%23.04
%81.3
%0
%9.8

Codes

Color #B12BE6 in popluar color models

B12BE6
RGB17743230
HSL283°78.90%53.53%
HSB/HSV283°81.30%90.20%
CMYK23.04%81.30%0.00%
9.80%

Color #B12BE6 in popluar number systems.

HEXB12BE6
Decimal17743230
Binary1011000110101111100110
Octal26153346

Shades and tints

Shades of #B12BE6

#B12BE6
(177,43,230)
#A128D2
(161,40,210)
#9125BE
(145,37,190)
#8122AA
(129,34,170)
#711F96
(113,31,150)
#611C82
(97,28,130)
#51196E
(81,25,110)
#41165A
(65,22,90)
#311346
(49,19,70)
#211032
(33,16,50)
#110D1E
(17,13,30)
#000000
(0,0,0)

Tints of #B12BE6

#B12BE6
(177,43,230)
#B83EE8
(184,62,232)
#BF51EA
(191,81,234)
#C664EC
(198,100,236)
#CD77EE
(205,119,238)
#D48AF0
(212,138,240)
#DB9DF2
(219,157,242)
#E2B0F4
(226,176,244)
#E9C3F6
(233,195,246)
#F0D6F8
(240,214,248)
#F7E9FA
(247,233,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B12BE6 color. Also use rgb(177,43,230) instead hex code.

Text Font Color

.myTextColor { color: #B12BE6; }

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

This text font color is #B12BE6.


Background Color

.myBgColor { background-color: #B12BE6; }

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

This div background color is #B12BE6.


Border color

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

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

This div border color is #B12BE6.


Opacity

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

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

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

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

This text has shadow with #B12BE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B12BE6 on black background.


Color preview on white background

This text has color #B12BE6 on white background.



Black color preview on #B12BE6 background

This text has black color on #B12BE6 background.


White color preview on #B12BE6 background

This text has white color on #B12BE6 background.