COLOR #B630A9

HEX: #B630A9
RGB: (182,48,169)

Color info

#B630A9 contains mainly red and blue colors. Web safe color of #B630A9 is #CC3399 (or #C39).

RGB color model

#B630A9 color RGB value is (182,48,169).

  • red value is 182;
  • green value is 48;
  • blue value is 169.
RGB:
(182,48,169)
(71%,19%,66%)

RGB channels and saturation

R 182 of 255 = 71%
G 48 of 255 = 19%
B 169 of 255 = 66%

182
48
169

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

Portions of RGB colors in percentages

R + G + B =
182 + 48 + 169 = 399 (100%)
R 182 of 399 ~ 45.61%
G 48 of 399 ~ 12.03%
B 169 of 399 ~ 42.36%

%45.61
%12.03
%42.36

CMYK color model

#B630A9 color CMYK value is (0,74,7,29).

  • cyan value is 0.00%
  • magenta value is 73.63%
  • yellow value is 7.14%
  • key color value is 28.63%
CMYK:
(0,74,7,29)
C0M74Y7K29 
(0%,74%,7%,29%)
(0.00/0.74/0.07/0.29)	

CMYK percentages

%0
%73.63
%7.14
%28.63

Codes

Color #B630A9 in popluar color models

B630A9
RGB18248169
HSL306°58.26%45.10%
HSB/HSV306°73.63%71.37%
CMYK0.00%73.63%7.14%
28.63%

Color #B630A9 in popluar number systems.

HEXB630A9
Decimal18248169
Binary1011011011000010101001
Octal26660251

Shades and tints

Shades of #B630A9

#B630A9
(182,48,169)
#A62C9A
(166,44,154)
#96288B
(150,40,139)
#86247C
(134,36,124)
#76206D
(118,32,109)
#661C5E
(102,28,94)
#56184F
(86,24,79)
#461440
(70,20,64)
#361031
(54,16,49)
#260C22
(38,12,34)
#160813
(22,8,19)
#000000
(0,0,0)

Tints of #B630A9

#B630A9
(182,48,169)
#BC42B0
(188,66,176)
#C254B7
(194,84,183)
#C866BE
(200,102,190)
#CE78C5
(206,120,197)
#D48ACC
(212,138,204)
#DA9CD3
(218,156,211)
#E0AEDA
(224,174,218)
#E6C0E1
(230,192,225)
#ECD2E8
(236,210,232)
#F2E4EF
(242,228,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B630A9 color. Also use rgb(182,48,169) instead hex code.

Text Font Color

.myTextColor { color: #B630A9; }

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

This text font color is #B630A9.


Background Color

.myBgColor { background-color: #B630A9; }

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

This div background color is #B630A9.


Border color

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

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

This div border color is #B630A9.


Opacity

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

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

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

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

This text has shadow with #B630A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B630A9 on black background.


Color preview on white background

This text has color #B630A9 on white background.



Black color preview on #B630A9 background

This text has black color on #B630A9 background.


White color preview on #B630A9 background

This text has white color on #B630A9 background.