COLOR #BB44E4

HEX: #BB44E4
RGB: (187,68,228)

Color info

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

RGB color model

#BB44E4 color RGB value is (187,68,228).

  • red value is 187;
  • green value is 68;
  • blue value is 228.
RGB:
(187,68,228)
(73%,27%,89%)

RGB channels and saturation

R 187 of 255 = 73%
G 68 of 255 = 27%
B 228 of 255 = 89%

187
68
228

R + G + B ~ 63%. #BB44E4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 68 + 228 = 483 (100%)
R 187 of 483 ~ 38.72%
G 68 of 483 ~ 14.08%
B 228 of 483 ~ 47.2%

%38.72
%14.08
%47.2

CMYK color model

#BB44E4 color CMYK value is (18,70,0,11).

  • cyan value is 17.98%
  • magenta value is 70.18%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(18,70,0,11)
C18M70Y0K11 
(18%,70%,0%,11%)
(0.18/0.70/0.00/0.11)	

CMYK percentages

%17.98
%70.18
%0
%10.59

Codes

Color #BB44E4 in popluar color models

BB44E4
RGB18768228
HSL285°74.77%58.04%
HSB/HSV285°70.18%89.41%
CMYK17.98%70.18%0.00%
10.59%

Color #BB44E4 in popluar number systems.

HEXBB44E4
Decimal18768228
Binary10111011100010011100100
Octal273104344

Shades and tints

Shades of #BB44E4

#BB44E4
(187,68,228)
#AA3ED0
(170,62,208)
#9938BC
(153,56,188)
#8832A8
(136,50,168)
#772C94
(119,44,148)
#662680
(102,38,128)
#55206C
(85,32,108)
#441A58
(68,26,88)
#331444
(51,20,68)
#220E30
(34,14,48)
#11081C
(17,8,28)
#000000
(0,0,0)

Tints of #BB44E4

#BB44E4
(187,68,228)
#C155E6
(193,85,230)
#C766E8
(199,102,232)
#CD77EA
(205,119,234)
#D388EC
(211,136,236)
#D999EE
(217,153,238)
#DFAAF0
(223,170,240)
#E5BBF2
(229,187,242)
#EBCCF4
(235,204,244)
#F1DDF6
(241,221,246)
#F7EEF8
(247,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB44E4; }

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

This text font color is #BB44E4.


Background Color

.myBgColor { background-color: #BB44E4; }

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

This div background color is #BB44E4.


Border color

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

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

This div border color is #BB44E4.


Opacity

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

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

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

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

This text has shadow with #BB44E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB44E4 on black background.


Color preview on white background

This text has color #BB44E4 on white background.



Black color preview on #BB44E4 background

This text has black color on #BB44E4 background.


White color preview on #BB44E4 background

This text has white color on #BB44E4 background.