COLOR #BB6BF3

HEX: #BB6BF3 RGB: (187,107,243)

Color info

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

RGB color model

#BB6BF3 color RGB value is (187,107,243).

RGB: (187,107,243) (73%, 42%, 95%)

RGB channels and saturation

R 187 of 255 = 73%
G 107 of 255 = 42%
B 243 of 255 = 95%

187
107
243

R + G + B ~ 70%. #BB6BF3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 107 + 243 = 537 (100%)
R 187 of 537 ~ 34.82%
G 107 of 537 ~ 19.93%
B 243 of 537 ~ 45.25'%

%34.82
%19.93
%45.25

CMYK color model

#BB6BF3 color CMYK value is (23,56,0,5).

  • cyan value is 23.05%
  • magenta value is 55.97%
  • yellow value is 0.00%
  • key color value is 4.71%

CMYK: (23,56,0,5)
C23M56Y0K5 (23%, 56%, 0%, 5%)
(0.23 / 0.56 / 0.00 / 0.05)

CMYK percentages

%23.05
%55.97
%0
%4.71

Codes

Color #BB6BF3 in popluar color models

BB 6B F3
RGB 187 107 243
HSL 275° 85.00% 68.63%
HSB/HSV 275° 55.97% 95.29%
CMYK 23.05% 55.97% 0.00%
4.71%

Color #BB6BF3 in popluar number systems.

HEX BB 6B F3
Decimal 187 107 243
Binary 10111011 1101011 11110011
Octal 273 153 363

Shades and tints

Shades of #BB6BF3

#BB6BF3
(187,107,243)
#AA62DD
(170,98,221)
#9959C7
(153,89,199)
#8850B1
(136,80,177)
#77479B
(119,71,155)
#663E85
(102,62,133)
#55356F
(85,53,111)
#442C59
(68,44,89)
#332343
(51,35,67)
#221A2D
(34,26,45)
#111117
(17,17,23)
#000000
(0,0,0)

Tints of #BB6BF3

#BB6BF3
(187,107,243)
#C178F4
(193,120,244)
#C785F5
(199,133,245)
#CD92F6
(205,146,246)
#D39FF7
(211,159,247)
#D9ACF8
(217,172,248)
#DFB9F9
(223,185,249)
#E5C6FA
(229,198,250)
#EBD3FB
(235,211,251)
#F1E0FC
(241,224,252)
#F7EDFD
(247,237,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB6BF3 color. Also use rgb(187,107,243) instead hex code.

Text Font Color

.myTextColor { color: #BB6BF3; }

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

This text font color is #BB6BF3.

Background Color

.myBgColor { background-color: #BB6BF3; }

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

This div background color is #BB6BF3.

Border color

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

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

This div border color is #BB6BF3.

Opacity

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

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

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

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

This text has shadow with #BB6BF3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB6BF3.

Preview

Color preview on black background

This text has color #BB6BF3 on black background.


Color preview on white background

This text has color #BB6BF3 on white background.


Black color preview on #BB6BF3 background

This text has black color on #BB6BF3 background.


White color preview on #BB6BF3 background

This text has white color on #BB6BF3 background.


Related colors

Complementary color

Complementary color for #hex is #44940C.


I love getcolorcode.com

Triadic colors

1 #F3BB6B and #6BF3BB with #BB6BF3 are triadic colors.

2 #F36BBB and #6BBBF3 with #BB6BF3 are triadic colors.