COLOR #B68CE0

HEX: #B68CE0 RGB: (182,140,224)

Color info

#B68CE0 contains mainly red and blue colors. Web safe color of #B68CE0 is #CC99CC (or #C9C).

RGB color model

#B68CE0 color RGB value is (182,140,224).

RGB: (182,140,224) (71%, 55%, 88%)

RGB channels and saturation

R 182 of 255 = 71%
G 140 of 255 = 55%
B 224 of 255 = 88%

182
140
224

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

Portions of RGB colors in percentages

R + G + B = 182 + 140 + 224 = 546 (100%)
R 182 of 546 ~ 33.33%
G 140 of 546 ~ 25.64%
B 224 of 546 ~ 41.03'%

%33.33
%25.64
%41.03

CMYK color model

#B68CE0 color CMYK value is (19,38,0,12).

  • cyan value is 18.75%
  • magenta value is 37.50%
  • yellow value is 0.00%
  • key color value is 12.16%

CMYK: (19,38,0,12)
C19M38Y0K12 (19%, 38%, 0%, 12%)
(0.19 / 0.38 / 0.00 / 0.12)

CMYK percentages

%18.75
%37.5
%0
%12.16

Codes

Color #B68CE0 in popluar color models

B6 8C E0
RGB 182 140 224
HSL 270° 57.53% 71.37%
HSB/HSV 270° 37.50% 87.84%
CMYK 18.75% 37.50% 0.00%
12.16%

Color #B68CE0 in popluar number systems.

HEX B6 8C E0
Decimal 182 140 224
Binary 10110110 10001100 11100000
Octal 266 214 340

Shades and tints

Shades of #B68CE0

#B68CE0
(182,140,224)
#A680CC
(166,128,204)
#9674B8
(150,116,184)
#8668A4
(134,104,164)
#765C90
(118,92,144)
#66507C
(102,80,124)
#564468
(86,68,104)
#463854
(70,56,84)
#362C40
(54,44,64)
#26202C
(38,32,44)
#161418
(22,20,24)
#000000
(0,0,0)

Tints of #B68CE0

#B68CE0
(182,140,224)
#BC96E2
(188,150,226)
#C2A0E4
(194,160,228)
#C8AAE6
(200,170,230)
#CEB4E8
(206,180,232)
#D4BEEA
(212,190,234)
#DAC8EC
(218,200,236)
#E0D2EE
(224,210,238)
#E6DCF0
(230,220,240)
#ECE6F2
(236,230,242)
#F2F0F4
(242,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B68CE0 color. Also use rgb(182,140,224) instead hex code.

Text Font Color

.myTextColor { color: #B68CE0; }

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

This text font color is #B68CE0.

Background Color

.myBgColor { background-color: #B68CE0; }

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

This div background color is #B68CE0.

Border color

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

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

This div border color is #B68CE0.

Opacity

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

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

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

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

This text has shadow with #B68CE0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B68CE0.

Preview

Color preview on black background

This text has color #B68CE0 on black background.


Color preview on white background

This text has color #B68CE0 on white background.


Black color preview on #B68CE0 background

This text has black color on #B68CE0 background.


White color preview on #B68CE0 background

This text has white color on #B68CE0 background.


Related colors

Complementary color

Complementary color for #hex is #49731F.


I love getcolorcode.com

Triadic colors

1 #E0B68C and #8CE0B6 with #B68CE0 are triadic colors.

2 #E08CB6 and #8CB6E0 with #B68CE0 are triadic colors.