COLOR #BB6CDE

HEX: #BB6CDE
RGB: (187,108,222)

Color info

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

RGB color model

#BB6CDE color RGB value is (187,108,222).

  • red value is 187;
  • green value is 108;
  • blue value is 222.
RGB:
(187,108,222)
(73%,42%,87%)

RGB channels and saturation

R 187 of 255 = 73%
G 108 of 255 = 42%
B 222 of 255 = 87%

187
108
222

R + G + B ~ 67%. #BB6CDE is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 108 + 222 = 517 (100%)
R 187 of 517 ~ 36.17%
G 108 of 517 ~ 20.89%
B 222 of 517 ~ 42.94%

%36.17
%20.89
%42.94

CMYK color model

#BB6CDE color CMYK value is (16,51,0,13).

  • cyan value is 15.77%
  • magenta value is 51.35%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(16,51,0,13)
C16M51Y0K13 
(16%,51%,0%,13%)
(0.16/0.51/0.00/0.13)	

CMYK percentages

%15.77
%51.35
%0
%12.94

Codes

Color #BB6CDE in popluar color models

BB6CDE
RGB187108222
HSL282°63.33%64.71%
HSB/HSV282°51.35%87.06%
CMYK15.77%51.35%0.00%
12.94%

Color #BB6CDE in popluar number systems.

HEXBB6CDE
Decimal187108222
Binary10111011110110011011110
Octal273154336

Shades and tints

Shades of #BB6CDE

#BB6CDE
(187,108,222)
#AA63CA
(170,99,202)
#995AB6
(153,90,182)
#8851A2
(136,81,162)
#77488E
(119,72,142)
#663F7A
(102,63,122)
#553666
(85,54,102)
#442D52
(68,45,82)
#33243E
(51,36,62)
#221B2A
(34,27,42)
#111216
(17,18,22)
#000000
(0,0,0)

Tints of #BB6CDE

#BB6CDE
(187,108,222)
#C179E1
(193,121,225)
#C786E4
(199,134,228)
#CD93E7
(205,147,231)
#D3A0EA
(211,160,234)
#D9ADED
(217,173,237)
#DFBAF0
(223,186,240)
#E5C7F3
(229,199,243)
#EBD4F6
(235,212,246)
#F1E1F9
(241,225,249)
#F7EEFC
(247,238,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB6CDE color. Also use rgb(187,108,222) instead hex code.

Text Font Color

.myTextColor { color: #BB6CDE; }

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

This text font color is #BB6CDE.


Background Color

.myBgColor { background-color: #BB6CDE; }

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

This div background color is #BB6CDE.


Border color

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

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

This div border color is #BB6CDE.


Opacity

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

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

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

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

This text has shadow with #BB6CDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB6CDE on black background.


Color preview on white background

This text has color #BB6CDE on white background.



Black color preview on #BB6CDE background

This text has black color on #BB6CDE background.


White color preview on #BB6CDE background

This text has white color on #BB6CDE background.