COLOR #BB5EEF

HEX: #BB5EEF
RGB: (187,94,239)

Color info

#BB5EEF contains mainly red and blue colors. Web safe color of #BB5EEF is #CC66FF (or #C6F).

RGB color model

#BB5EEF color RGB value is (187,94,239).

  • red value is 187;
  • green value is 94;
  • blue value is 239.
RGB:
(187,94,239)
(73%,37%,94%)

RGB channels and saturation

R 187 of 255 = 73%
G 94 of 255 = 37%
B 239 of 255 = 94%

187
94
239

R + G + B ~ 68%. #BB5EEF is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 94 + 239 = 520 (100%)
R 187 of 520 ~ 35.96%
G 94 of 520 ~ 18.08%
B 239 of 520 ~ 45.96%

%35.96
%18.08
%45.96

CMYK color model

#BB5EEF color CMYK value is (22,61,0,6).

  • cyan value is 21.76%
  • magenta value is 60.67%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(22,61,0,6)
C22M61Y0K6 
(22%,61%,0%,6%)
(0.22/0.61/0.00/0.06)	

CMYK percentages

%21.76
%60.67
%0
%6.27

Codes

Color #BB5EEF in popluar color models

BB5EEF
RGB18794239
HSL278°81.92%65.29%
HSB/HSV278°60.67%93.73%
CMYK21.76%60.67%0.00%
6.27%

Color #BB5EEF in popluar number systems.

HEXBB5EEF
Decimal18794239
Binary10111011101111011101111
Octal273136357

Shades and tints

Shades of #BB5EEF

#BB5EEF
(187,94,239)
#AA56DA
(170,86,218)
#994EC5
(153,78,197)
#8846B0
(136,70,176)
#773E9B
(119,62,155)
#663686
(102,54,134)
#552E71
(85,46,113)
#44265C
(68,38,92)
#331E47
(51,30,71)
#221632
(34,22,50)
#110E1D
(17,14,29)
#000000
(0,0,0)

Tints of #BB5EEF

#BB5EEF
(187,94,239)
#C16CF0
(193,108,240)
#C77AF1
(199,122,241)
#CD88F2
(205,136,242)
#D396F3
(211,150,243)
#D9A4F4
(217,164,244)
#DFB2F5
(223,178,245)
#E5C0F6
(229,192,246)
#EBCEF7
(235,206,247)
#F1DCF8
(241,220,248)
#F7EAF9
(247,234,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB5EEF; }

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

This text font color is #BB5EEF.


Background Color

.myBgColor { background-color: #BB5EEF; }

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

This div background color is #BB5EEF.


Border color

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

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

This div border color is #BB5EEF.


Opacity

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

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

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

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

This text has shadow with #BB5EEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB5EEF on black background.


Color preview on white background

This text has color #BB5EEF on white background.



Black color preview on #BB5EEF background

This text has black color on #BB5EEF background.


White color preview on #BB5EEF background

This text has white color on #BB5EEF background.