COLOR #B24AF6

HEX: #B24AF6
RGB: (178,74,246)

Color info

#B24AF6 contains mainly blue color. Web safe color of #B24AF6 is #9933FF (or #93F).

RGB color model

#B24AF6 color RGB value is (178,74,246).

  • red value is 178;
  • green value is 74;
  • blue value is 246.
RGB:
(178,74,246)
(70%,29%,96%)

RGB channels and saturation

R 178 of 255 = 70%
G 74 of 255 = 29%
B 246 of 255 = 96%

178
74
246

R + G + B ~ 65%. #B24AF6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 74 + 246 = 498 (100%)
R 178 of 498 ~ 35.74%
G 74 of 498 ~ 14.86%
B 246 of 498 ~ 49.4%

%35.74
%14.86
%49.4

CMYK color model

#B24AF6 color CMYK value is (28,70,0,4).

  • cyan value is 27.64%
  • magenta value is 69.92%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(28,70,0,4)
C28M70Y0K4 
(28%,70%,0%,4%)
(0.28/0.70/0.00/0.04)	

CMYK percentages

%27.64
%69.92
%0
%3.53

Codes

Color #B24AF6 in popluar color models

B24AF6
RGB17874246
HSL276°90.53%62.75%
HSB/HSV276°69.92%96.47%
CMYK27.64%69.92%0.00%
3.53%

Color #B24AF6 in popluar number systems.

HEXB24AF6
Decimal17874246
Binary10110010100101011110110
Octal262112366

Shades and tints

Shades of #B24AF6

#B24AF6
(178,74,246)
#A244E0
(162,68,224)
#923ECA
(146,62,202)
#8238B4
(130,56,180)
#72329E
(114,50,158)
#622C88
(98,44,136)
#522672
(82,38,114)
#42205C
(66,32,92)
#321A46
(50,26,70)
#221430
(34,20,48)
#120E1A
(18,14,26)
#000000
(0,0,0)

Tints of #B24AF6

#B24AF6
(178,74,246)
#B95AF6
(185,90,246)
#C06AF6
(192,106,246)
#C77AF6
(199,122,246)
#CE8AF6
(206,138,246)
#D59AF6
(213,154,246)
#DCAAF6
(220,170,246)
#E3BAF6
(227,186,246)
#EACAF6
(234,202,246)
#F1DAF6
(241,218,246)
#F8EAF6
(248,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B24AF6 color. Also use rgb(178,74,246) instead hex code.

Text Font Color

.myTextColor { color: #B24AF6; }

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

This text font color is #B24AF6.


Background Color

.myBgColor { background-color: #B24AF6; }

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

This div background color is #B24AF6.


Border color

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

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

This div border color is #B24AF6.


Opacity

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

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

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

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

This text has shadow with #B24AF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B24AF6 on black background.


Color preview on white background

This text has color #B24AF6 on white background.



Black color preview on #B24AF6 background

This text has black color on #B24AF6 background.


White color preview on #B24AF6 background

This text has white color on #B24AF6 background.