COLOR #BB32E5

HEX: #BB32E5
RGB: (187,50,229)

Color info

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

RGB color model

#BB32E5 color RGB value is (187,50,229).

  • red value is 187;
  • green value is 50;
  • blue value is 229.
RGB:
(187,50,229)
(73%,20%,90%)

RGB channels and saturation

R 187 of 255 = 73%
G 50 of 255 = 20%
B 229 of 255 = 90%

187
50
229

R + G + B ~ 61%. #BB32E5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 50 + 229 = 466 (100%)
R 187 of 466 ~ 40.13%
G 50 of 466 ~ 10.73%
B 229 of 466 ~ 49.14%

%40.13
%10.73
%49.14

CMYK color model

#BB32E5 color CMYK value is (18,78,0,10).

  • cyan value is 18.34%
  • magenta value is 78.17%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(18,78,0,10)
C18M78Y0K10 
(18%,78%,0%,10%)
(0.18/0.78/0.00/0.10)	

CMYK percentages

%18.34
%78.17
%0
%10.2

Codes

Color #BB32E5 in popluar color models

BB32E5
RGB18750229
HSL286°77.49%54.71%
HSB/HSV286°78.17%89.80%
CMYK18.34%78.17%0.00%
10.20%

Color #BB32E5 in popluar number systems.

HEXBB32E5
Decimal18750229
Binary1011101111001011100101
Octal27362345

Shades and tints

Shades of #BB32E5

#BB32E5
(187,50,229)
#AA2ED1
(170,46,209)
#992ABD
(153,42,189)
#8826A9
(136,38,169)
#772295
(119,34,149)
#661E81
(102,30,129)
#551A6D
(85,26,109)
#441659
(68,22,89)
#331245
(51,18,69)
#220E31
(34,14,49)
#110A1D
(17,10,29)
#000000
(0,0,0)

Tints of #BB32E5

#BB32E5
(187,50,229)
#C144E7
(193,68,231)
#C756E9
(199,86,233)
#CD68EB
(205,104,235)
#D37AED
(211,122,237)
#D98CEF
(217,140,239)
#DF9EF1
(223,158,241)
#E5B0F3
(229,176,243)
#EBC2F5
(235,194,245)
#F1D4F7
(241,212,247)
#F7E6F9
(247,230,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB32E5; }

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

This text font color is #BB32E5.


Background Color

.myBgColor { background-color: #BB32E5; }

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

This div background color is #BB32E5.


Border color

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

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

This div border color is #BB32E5.


Opacity

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

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

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

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

This text has shadow with #BB32E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB32E5 on black background.


Color preview on white background

This text has color #BB32E5 on white background.



Black color preview on #BB32E5 background

This text has black color on #BB32E5 background.


White color preview on #BB32E5 background

This text has white color on #BB32E5 background.