COLOR #BB53EE

HEX: #BB53EE
RGB: (187,83,238)

Color info

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

RGB color model

#BB53EE color RGB value is (187,83,238).

  • red value is 187;
  • green value is 83;
  • blue value is 238.
RGB:
(187,83,238)
(73%,33%,93%)

RGB channels and saturation

R 187 of 255 = 73%
G 83 of 255 = 33%
B 238 of 255 = 93%

187
83
238

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

Portions of RGB colors in percentages

R + G + B =
187 + 83 + 238 = 508 (100%)
R 187 of 508 ~ 36.81%
G 83 of 508 ~ 16.34%
B 238 of 508 ~ 46.85%

%36.81
%16.34
%46.85

CMYK color model

#BB53EE color CMYK value is (21,65,0,7).

  • cyan value is 21.43%
  • magenta value is 65.13%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(21,65,0,7)
C21M65Y0K7 
(21%,65%,0%,7%)
(0.21/0.65/0.00/0.07)	

CMYK percentages

%21.43
%65.13
%0
%6.67

Codes

Color #BB53EE in popluar color models

BB53EE
RGB18783238
HSL280°82.01%62.94%
HSB/HSV280°65.13%93.33%
CMYK21.43%65.13%0.00%
6.67%

Color #BB53EE in popluar number systems.

HEXBB53EE
Decimal18783238
Binary10111011101001111101110
Octal273123356

Shades and tints

Shades of #BB53EE

#BB53EE
(187,83,238)
#AA4CD9
(170,76,217)
#9945C4
(153,69,196)
#883EAF
(136,62,175)
#77379A
(119,55,154)
#663085
(102,48,133)
#552970
(85,41,112)
#44225B
(68,34,91)
#331B46
(51,27,70)
#221431
(34,20,49)
#110D1C
(17,13,28)
#000000
(0,0,0)

Tints of #BB53EE

#BB53EE
(187,83,238)
#C162EF
(193,98,239)
#C771F0
(199,113,240)
#CD80F1
(205,128,241)
#D38FF2
(211,143,242)
#D99EF3
(217,158,243)
#DFADF4
(223,173,244)
#E5BCF5
(229,188,245)
#EBCBF6
(235,203,246)
#F1DAF7
(241,218,247)
#F7E9F8
(247,233,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB53EE; }

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

This text font color is #BB53EE.


Background Color

.myBgColor { background-color: #BB53EE; }

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

This div background color is #BB53EE.


Border color

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

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

This div border color is #BB53EE.


Opacity

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

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

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

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

This text has shadow with #BB53EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB53EE on black background.


Color preview on white background

This text has color #BB53EE on white background.



Black color preview on #BB53EE background

This text has black color on #BB53EE background.


White color preview on #BB53EE background

This text has white color on #BB53EE background.