COLOR #BB2EBB

HEX: #BB2EBB
RGB: (187,46,187)

Color info

#BB2EBB contains mainly red and blue colors. Web safe color of #BB2EBB is #CC33CC (or #C3C).

RGB color model

#BB2EBB color RGB value is (187,46,187).

  • red value is 187;
  • green value is 46;
  • blue value is 187.
RGB:
(187,46,187)
(73%,18%,73%)

RGB channels and saturation

R 187 of 255 = 73%
G 46 of 255 = 18%
B 187 of 255 = 73%

187
46
187

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

Portions of RGB colors in percentages

R + G + B =
187 + 46 + 187 = 420 (100%)
R 187 of 420 ~ 44.52%
G 46 of 420 ~ 10.95%
B 187 of 420 ~ 44.52%

%44.52
%10.95
%44.52

CMYK color model

#BB2EBB color CMYK value is (0,75,0,27).

  • cyan value is 0.00%
  • magenta value is 75.40%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(0,75,0,27)
C0M75Y0K27 
(0%,75%,0%,27%)
(0.00/0.75/0.00/0.27)	

CMYK percentages

%0
%75.4
%0
%26.67

Codes

Color #BB2EBB in popluar color models

BB2EBB
RGB18746187
HSL300°60.52%45.69%
HSB/HSV300°75.40%73.33%
CMYK0.00%75.40%0.00%
26.67%

Color #BB2EBB in popluar number systems.

HEXBB2EBB
Decimal18746187
Binary1011101110111010111011
Octal27356273

Shades and tints

Shades of #BB2EBB

#BB2EBB
(187,46,187)
#AA2AAA
(170,42,170)
#992699
(153,38,153)
#882288
(136,34,136)
#771E77
(119,30,119)
#661A66
(102,26,102)
#551655
(85,22,85)
#441244
(68,18,68)
#330E33
(51,14,51)
#220A22
(34,10,34)
#110611
(17,6,17)
#000000
(0,0,0)

Tints of #BB2EBB

#BB2EBB
(187,46,187)
#C141C1
(193,65,193)
#C754C7
(199,84,199)
#CD67CD
(205,103,205)
#D37AD3
(211,122,211)
#D98DD9
(217,141,217)
#DFA0DF
(223,160,223)
#E5B3E5
(229,179,229)
#EBC6EB
(235,198,235)
#F1D9F1
(241,217,241)
#F7ECF7
(247,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB2EBB; }

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

This text font color is #BB2EBB.


Background Color

.myBgColor { background-color: #BB2EBB; }

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

This div background color is #BB2EBB.


Border color

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

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

This div border color is #BB2EBB.


Opacity

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

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

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

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

This text has shadow with #BB2EBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB2EBB on black background.


Color preview on white background

This text has color #BB2EBB on white background.



Black color preview on #BB2EBB background

This text has black color on #BB2EBB background.


White color preview on #BB2EBB background

This text has white color on #BB2EBB background.