COLOR #BB13EC

HEX: #BB13EC
RGB: (187,19,236)

Color info

#BB13EC contains mainly red and blue colors. Web safe color of #BB13EC is #CC00FF (or #C0F).

RGB color model

#BB13EC color RGB value is (187,19,236).

  • red value is 187;
  • green value is 19;
  • blue value is 236.
RGB:
(187,19,236)
(73%,7%,93%)

RGB channels and saturation

R 187 of 255 = 73%
G 19 of 255 = 7%
B 236 of 255 = 93%

187
19
236

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

Portions of RGB colors in percentages

R + G + B =
187 + 19 + 236 = 442 (100%)
R 187 of 442 ~ 42.31%
G 19 of 442 ~ 4.3%
B 236 of 442 ~ 53.39%

%42.31
%53.39

CMYK color model

#BB13EC color CMYK value is (21,92,0,7).

  • cyan value is 20.76%
  • magenta value is 91.95%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(21,92,0,7)
C21M92Y0K7 
(21%,92%,0%,7%)
(0.21/0.92/0.00/0.07)	

CMYK percentages

%20.76
%91.95
%0
%7.45

Codes

Color #BB13EC in popluar color models

BB13EC
RGB18719236
HSL286°85.10%50.00%
HSB/HSV286°91.95%92.55%
CMYK20.76%91.95%0.00%
7.45%

Color #BB13EC in popluar number systems.

HEXBB13EC
Decimal18719236
Binary101110111001111101100
Octal27323354

Shades and tints

Shades of #BB13EC

#BB13EC
(187,19,236)
#AA12D7
(170,18,215)
#9911C2
(153,17,194)
#8810AD
(136,16,173)
#770F98
(119,15,152)
#660E83
(102,14,131)
#550D6E
(85,13,110)
#440C59
(68,12,89)
#330B44
(51,11,68)
#220A2F
(34,10,47)
#11091A
(17,9,26)
#000000
(0,0,0)

Tints of #BB13EC

#BB13EC
(187,19,236)
#C128ED
(193,40,237)
#C73DEE
(199,61,238)
#CD52EF
(205,82,239)
#D367F0
(211,103,240)
#D97CF1
(217,124,241)
#DF91F2
(223,145,242)
#E5A6F3
(229,166,243)
#EBBBF4
(235,187,244)
#F1D0F5
(241,208,245)
#F7E5F6
(247,229,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB13EC color. Also use rgb(187,19,236) instead hex code.

Text Font Color

.myTextColor { color: #BB13EC; }

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

This text font color is #BB13EC.


Background Color

.myBgColor { background-color: #BB13EC; }

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

This div background color is #BB13EC.


Border color

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

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

This div border color is #BB13EC.


Opacity

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

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

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

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

This text has shadow with #BB13EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB13EC on black background.


Color preview on white background

This text has color #BB13EC on white background.



Black color preview on #BB13EC background

This text has black color on #BB13EC background.


White color preview on #BB13EC background

This text has white color on #BB13EC background.