COLOR #B636DB

HEX: #B636DB
RGB: (182,54,219)

Color info

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

RGB color model

#B636DB color RGB value is (182,54,219).

  • red value is 182;
  • green value is 54;
  • blue value is 219.
RGB:
(182,54,219)
(71%,21%,86%)

RGB channels and saturation

R 182 of 255 = 71%
G 54 of 255 = 21%
B 219 of 255 = 86%

182
54
219

R + G + B ~ 59%. #B636DB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
182 + 54 + 219 = 455 (100%)
R 182 of 455 ~ 40%
G 54 of 455 ~ 11.87%
B 219 of 455 ~ 48.13%

%40
%11.87
%48.13

CMYK color model

#B636DB color CMYK value is (17,75,0,14).

  • cyan value is 16.89%
  • magenta value is 75.34%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(17,75,0,14)
C17M75Y0K14 
(17%,75%,0%,14%)
(0.17/0.75/0.00/0.14)	

CMYK percentages

%16.89
%75.34
%0
%14.12

Codes

Color #B636DB in popluar color models

B636DB
RGB18254219
HSL287°69.62%53.53%
HSB/HSV287°75.34%85.88%
CMYK16.89%75.34%0.00%
14.12%

Color #B636DB in popluar number systems.

HEXB636DB
Decimal18254219
Binary1011011011011011011011
Octal26666333

Shades and tints

Shades of #B636DB

#B636DB
(182,54,219)
#A632C8
(166,50,200)
#962EB5
(150,46,181)
#862AA2
(134,42,162)
#76268F
(118,38,143)
#66227C
(102,34,124)
#561E69
(86,30,105)
#461A56
(70,26,86)
#361643
(54,22,67)
#261230
(38,18,48)
#160E1D
(22,14,29)
#000000
(0,0,0)

Tints of #B636DB

#B636DB
(182,54,219)
#BC48DE
(188,72,222)
#C25AE1
(194,90,225)
#C86CE4
(200,108,228)
#CE7EE7
(206,126,231)
#D490EA
(212,144,234)
#DAA2ED
(218,162,237)
#E0B4F0
(224,180,240)
#E6C6F3
(230,198,243)
#ECD8F6
(236,216,246)
#F2EAF9
(242,234,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B636DB color. Also use rgb(182,54,219) instead hex code.

Text Font Color

.myTextColor { color: #B636DB; }

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

This text font color is #B636DB.


Background Color

.myBgColor { background-color: #B636DB; }

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

This div background color is #B636DB.


Border color

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

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

This div border color is #B636DB.


Opacity

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

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

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

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

This text has shadow with #B636DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B636DB on black background.


Color preview on white background

This text has color #B636DB on white background.



Black color preview on #B636DB background

This text has black color on #B636DB background.


White color preview on #B636DB background

This text has white color on #B636DB background.