COLOR #B840DB

HEX: #B840DB RGB: (184,64,219)

Color info

#B840DB contains mainly red and blue colors. Web safe color of #B840DB is #CC33CC (or #C3C).

RGB color model

#B840DB color RGB value is (184,64,219).

RGB: (184,64,219) (72%, 25%, 86%)

RGB channels and saturation

R 184 of 255 = 72%
G 64 of 255 = 25%
B 219 of 255 = 86%

184
64
219

R + G + B ~ 61%. #B840DB is quite light color.

Portions of RGB colors in percentages

R + G + B = 184 + 64 + 219 = 467 (100%)
R 184 of 467 ~ 39.4%
G 64 of 467 ~ 13.7%
B 219 of 467 ~ 46.9'%

%39.4
%13.7
%46.9

CMYK color model

#B840DB color CMYK value is (16,71,0,14).

  • cyan value is 15.98%
  • magenta value is 70.78%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (16,71,0,14)
C16M71Y0K14 (16%, 71%, 0%, 14%)
(0.16 / 0.71 / 0.00 / 0.14)

CMYK percentages

%15.98
%70.78
%0
%14.12

Codes

Color #B840DB in popluar color models

B8 40 DB
RGB 184 64 219
HSL 286° 68.28% 55.49%
HSB/HSV 286° 70.78% 85.88%
CMYK 15.98% 70.78% 0.00%
14.12%

Color #B840DB in popluar number systems.

HEX B8 40 DB
Decimal 184 64 219
Binary 10111000 1000000 11011011
Octal 270 100 333

Shades and tints

Shades of #B840DB

#B840DB
(184,64,219)
#A83BC8
(168,59,200)
#9836B5
(152,54,181)
#8831A2
(136,49,162)
#782C8F
(120,44,143)
#68277C
(104,39,124)
#582269
(88,34,105)
#481D56
(72,29,86)
#381843
(56,24,67)
#281330
(40,19,48)
#180E1D
(24,14,29)
#000000
(0,0,0)

Tints of #B840DB

#B840DB
(184,64,219)
#BE51DE
(190,81,222)
#C462E1
(196,98,225)
#CA73E4
(202,115,228)
#D084E7
(208,132,231)
#D695EA
(214,149,234)
#DCA6ED
(220,166,237)
#E2B7F0
(226,183,240)
#E8C8F3
(232,200,243)
#EED9F6
(238,217,246)
#F4EAF9
(244,234,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B840DB color. Also use rgb(184,64,219) instead hex code.

Text Font Color

.myTextColor { color: #B840DB; }

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

This text font color is #B840DB.

Background Color

.myBgColor { background-color: #B840DB; }

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

This div background color is #B840DB.

Border color

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

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

This div border color is #B840DB.

Opacity

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

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

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

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

This text has shadow with #B840DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B840DB.

Preview

Color preview on black background

This text has color #B840DB on black background.


Color preview on white background

This text has color #B840DB on white background.


Black color preview on #B840DB background

This text has black color on #B840DB background.


White color preview on #B840DB background

This text has white color on #B840DB background.


Related colors

Complementary color

Complementary color for #hex is #47BF24.


I love getcolorcode.com

Triadic colors

1 #DBB840 and #40DBB8 with #B840DB are triadic colors.

2 #DB40B8 and #40B8DB with #B840DB are triadic colors.