COLOR #BB6DFD

HEX: #BB6DFD
RGB: (187,109,253)

Color info

#BB6DFD contains mainly blue color. Web safe color of #BB6DFD is #CC66FF (or #C6F).

RGB color model

#BB6DFD color RGB value is (187,109,253).

  • red value is 187;
  • green value is 109;
  • blue value is 253.
RGB:
(187,109,253)
(73%,43%,99%)

RGB channels and saturation

R 187 of 255 = 73%
G 109 of 255 = 43%
B 253 of 255 = 99%

187
109
253

R + G + B ~ 72%. #BB6DFD is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 109 + 253 = 549 (100%)
R 187 of 549 ~ 34.06%
G 109 of 549 ~ 19.85%
B 253 of 549 ~ 46.08%

%34.06
%19.85
%46.08

CMYK color model

#BB6DFD color CMYK value is (26,57,0,1).

  • cyan value is 26.09%
  • magenta value is 56.92%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(26,57,0,1)
C26M57Y0K1 
(26%,57%,0%,1%)
(0.26/0.57/0.00/0.01)	

CMYK percentages

%26.09
%56.92
%0
%0.78

Codes

Color #BB6DFD in popluar color models

BB6DFD
RGB187109253
HSL273°97.30%70.98%
HSB/HSV273°56.92%99.22%
CMYK26.09%56.92%0.00%
0.78%

Color #BB6DFD in popluar number systems.

HEXBB6DFD
Decimal187109253
Binary10111011110110111111101
Octal273155375

Shades and tints

Shades of #BB6DFD

#BB6DFD
(187,109,253)
#AA64E6
(170,100,230)
#995BCF
(153,91,207)
#8852B8
(136,82,184)
#7749A1
(119,73,161)
#66408A
(102,64,138)
#553773
(85,55,115)
#442E5C
(68,46,92)
#332545
(51,37,69)
#221C2E
(34,28,46)
#111317
(17,19,23)
#000000
(0,0,0)

Tints of #BB6DFD

#BB6DFD
(187,109,253)
#C17AFD
(193,122,253)
#C787FD
(199,135,253)
#CD94FD
(205,148,253)
#D3A1FD
(211,161,253)
#D9AEFD
(217,174,253)
#DFBBFD
(223,187,253)
#E5C8FD
(229,200,253)
#EBD5FD
(235,213,253)
#F1E2FD
(241,226,253)
#F7EFFD
(247,239,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB6DFD color. Also use rgb(187,109,253) instead hex code.

Text Font Color

.myTextColor { color: #BB6DFD; }

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

This text font color is #BB6DFD.


Background Color

.myBgColor { background-color: #BB6DFD; }

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

This div background color is #BB6DFD.


Border color

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

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

This div border color is #BB6DFD.


Opacity

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

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

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

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

This text has shadow with #BB6DFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB6DFD on black background.


Color preview on white background

This text has color #BB6DFD on white background.



Black color preview on #BB6DFD background

This text has black color on #BB6DFD background.


White color preview on #BB6DFD background

This text has white color on #BB6DFD background.