COLOR #BC6AFB

HEX: #BC6AFB RGB: (188,106,251)

Color info

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

RGB color model

#BC6AFB color RGB value is (188,106,251).

RGB: (188,106,251) (74%, 42%, 98%)

RGB channels and saturation

R 188 of 255 = 74%
G 106 of 255 = 42%
B 251 of 255 = 98%

188
106
251

R + G + B ~ 71%. #BC6AFB is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 106 + 251 = 545 (100%)
R 188 of 545 ~ 34.5%
G 106 of 545 ~ 19.45%
B 251 of 545 ~ 46.06'%

%34.5
%19.45
%46.06

CMYK color model

#BC6AFB color CMYK value is (25,58,0,2).

  • cyan value is 25.10%
  • magenta value is 57.77%
  • yellow value is 0.00%
  • key color value is 1.57%

CMYK: (25,58,0,2)
C25M58Y0K2 (25%, 58%, 0%, 2%)
(0.25 / 0.58 / 0.00 / 0.02)

CMYK percentages

%25.1
%57.77
%0
%1.57

Codes

Color #BC6AFB in popluar color models

BC 6A FB
RGB 188 106 251
HSL 274° 94.77% 70.00%
HSB/HSV 274° 57.77% 98.43%
CMYK 25.10% 57.77% 0.00%
1.57%

Color #BC6AFB in popluar number systems.

HEX BC 6A FB
Decimal 188 106 251
Binary 10111100 1101010 11111011
Octal 274 152 373

Shades and tints

Shades of #BC6AFB

#BC6AFB
(188,106,251)
#AB61E5
(171,97,229)
#9A58CF
(154,88,207)
#894FB9
(137,79,185)
#7846A3
(120,70,163)
#673D8D
(103,61,141)
#563477
(86,52,119)
#452B61
(69,43,97)
#34224B
(52,34,75)
#231935
(35,25,53)
#12101F
(18,16,31)
#000000
(0,0,0)

Tints of #BC6AFB

#BC6AFB
(188,106,251)
#C277FB
(194,119,251)
#C884FB
(200,132,251)
#CE91FB
(206,145,251)
#D49EFB
(212,158,251)
#DAABFB
(218,171,251)
#E0B8FB
(224,184,251)
#E6C5FB
(230,197,251)
#ECD2FB
(236,210,251)
#F2DFFB
(242,223,251)
#F8ECFB
(248,236,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC6AFB color. Also use rgb(188,106,251) instead hex code.

Text Font Color

.myTextColor { color: #BC6AFB; }

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

This text font color is #BC6AFB.

Background Color

.myBgColor { background-color: #BC6AFB; }

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

This div background color is #BC6AFB.

Border color

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

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

This div border color is #BC6AFB.

Opacity

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

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

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

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

This text has shadow with #BC6AFB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC6AFB.

Preview

Color preview on black background

This text has color #BC6AFB on black background.


Color preview on white background

This text has color #BC6AFB on white background.


Black color preview on #BC6AFB background

This text has black color on #BC6AFB background.


White color preview on #BC6AFB background

This text has white color on #BC6AFB background.


Related colors

Complementary color

Complementary color for #hex is #439504.


I love getcolorcode.com

Triadic colors

1 #FBBC6A and #6AFBBC with #BC6AFB are triadic colors.

2 #FB6ABC and #6ABCFB with #BC6AFB are triadic colors.