COLOR #BB5DE2

HEX: #BB5DE2
RGB: (187,93,226)

Color info

#BB5DE2 contains mainly red and blue colors. Web safe color of #BB5DE2 is #CC66CC (or #C6C).

RGB color model

#BB5DE2 color RGB value is (187,93,226).

  • red value is 187;
  • green value is 93;
  • blue value is 226.
RGB:
(187,93,226)
(73%,36%,89%)

RGB channels and saturation

R 187 of 255 = 73%
G 93 of 255 = 36%
B 226 of 255 = 89%

187
93
226

R + G + B ~ 66%. #BB5DE2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 93 + 226 = 506 (100%)
R 187 of 506 ~ 36.96%
G 93 of 506 ~ 18.38%
B 226 of 506 ~ 44.66%

%36.96
%18.38
%44.66

CMYK color model

#BB5DE2 color CMYK value is (17,59,0,11).

  • cyan value is 17.26%
  • magenta value is 58.85%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(17,59,0,11)
C17M59Y0K11 
(17%,59%,0%,11%)
(0.17/0.59/0.00/0.11)	

CMYK percentages

%17.26
%58.85
%0
%11.37

Codes

Color #BB5DE2 in popluar color models

BB5DE2
RGB18793226
HSL282°69.63%62.55%
HSB/HSV282°58.85%88.63%
CMYK17.26%58.85%0.00%
11.37%

Color #BB5DE2 in popluar number systems.

HEXBB5DE2
Decimal18793226
Binary10111011101110111100010
Octal273135342

Shades and tints

Shades of #BB5DE2

#BB5DE2
(187,93,226)
#AA55CE
(170,85,206)
#994DBA
(153,77,186)
#8845A6
(136,69,166)
#773D92
(119,61,146)
#66357E
(102,53,126)
#552D6A
(85,45,106)
#442556
(68,37,86)
#331D42
(51,29,66)
#22152E
(34,21,46)
#110D1A
(17,13,26)
#000000
(0,0,0)

Tints of #BB5DE2

#BB5DE2
(187,93,226)
#C16BE4
(193,107,228)
#C779E6
(199,121,230)
#CD87E8
(205,135,232)
#D395EA
(211,149,234)
#D9A3EC
(217,163,236)
#DFB1EE
(223,177,238)
#E5BFF0
(229,191,240)
#EBCDF2
(235,205,242)
#F1DBF4
(241,219,244)
#F7E9F6
(247,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB5DE2; }

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

This text font color is #BB5DE2.


Background Color

.myBgColor { background-color: #BB5DE2; }

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

This div background color is #BB5DE2.


Border color

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

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

This div border color is #BB5DE2.


Opacity

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

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

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

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

This text has shadow with #BB5DE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB5DE2 on black background.


Color preview on white background

This text has color #BB5DE2 on white background.



Black color preview on #BB5DE2 background

This text has black color on #BB5DE2 background.


White color preview on #BB5DE2 background

This text has white color on #BB5DE2 background.