Skip to main content Skip to docs navigation

#b024ed hex color | Download Dark Violet BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Singapore Orchid and its hex is #A020F0 Nearest Color Name

Color Hue/Base color: Violet

Hex #b024ed Color code in RGB color code model is created after adding 69.02% red color, 14.12% green color and 92.94% blue color. Hex #b024ed Color code in CMYK color (process color) code model is generated after subtraction of 26% cyan, 85% magenta, 0% yellow and 7.06% black.

Hex #b024ed color code is between #aa22ee web safe hex color code and #bb33dd web safe hex color code. #aa22ee is the nearest web safe color code. You can see here many more shades of #b024ed color code.

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code b024ed #b024ed
RGB Decimal 176, 36, 237 176, 36, 237
RGB Percent 69%, 14%, 93% rgb(69%, 14%, 93%)
CSS RGBa 176, 36, 237,1 rgba(176,36,237,1)
CMYK Model cmyk(26%,85%,0%,7.06%)
HSL Color Space 282,85% ,54% hsl(282,85% ,54%)
HSV Color Space 282°, 85%, 93%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10110000 00100100 11101101
Octal 260 44 355
Decimal 176 36 237
Hex b0 24 ed

Different shades of #b024ed color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Darkest of #b024ed
#50096f
Darker of #b024ed
#720d9e
Dark of #b024ed
#9411cd
Base of #b024ed
#b024ed
Light of #b024ed
#c153f1
Lighter
#d282f5
Lightest
#e3b1f9

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#b024ed
#61ed24

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#b024ed
#c6ed24
#24ed4b

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#3b24ed
#5c24ed
#b024ed
#ed24e7
#ed2493

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#b024ed
#24edb0
#edb024

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#b024ed
#edb024
#61ed24
#2461ed

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#b024ed
#ed4b24
#61ed24
#24c6ed

Square is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Monochromatic Color with #b024ed

#2e0540
#50096f
#720d9e
#9411cd
#b024ed
#c153f1
#d282f5
#e3b1f9
#f4e1fc

Tints of #b024ed Color

#b024ed
#b83cef
#c154f1
#ca6df3
#d385f5
#db9df7
#e4b6f9
#edcefb
#f6e6fd
#ffffff

Shades of #b024ed color code

Generate more color scales with scales (color stack) generator.

#b024ed
#9c20d2
#881cb8
#75189e
#611483
#4e1069
#3a0c4f
#270834
#13041a
#000000

Tones

#b024ed
#a73cd5
#9d53be
#946ba6
#8b838e

Tones

Similar Color like #b024ed color

Find visually similar hex color codes nearing to #b024ed hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#b125ee
#b226ef
#b327f0
#b428f1
#b529f2
#b62af3
#b72bf4
#b82cf5
#b92df6
#ba2ef7
#bb2ff8
#bc30f9
#bd31fa
#be32fb
#af23ec
#ae22eb
#ad21ea
#ac20e9
#ab1fe8
#aa1ee7
#a91de6
#a81ce5
#a71be4
#a61ae3
#a519e2
#a418e1
#a317e0
#a216df

Download this Dark Violet

Hex #b024ed Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#b024ed Color Code Preview on Black Background Color

This is how #b024ed Color will look on black background color. Color contrast ratio is 4.32

#b024ed in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#b024ed">Your Example Paragraph content text in with font color #b024ed </p>

Your Example Paragraph content text in with font color #b024ed

HTML with inline CSS

<div style="color:#b024ed">Your Paragraph text in with font color #b024ed </div>

Your Example Paragraph content text in with font color #b024ed

#b024ed color code is use for CSS Background Color

Background color for the above div is #b024ed

HTML with inline CSS

<div style="background-color:#b024ed;"></div>

#b024ed color code is use for CSS Border Color

CSS Border color for the above div is #b024ed

HTML with inline CSS

<div style="border:5px solid #b024ed;"></div>

CSS Border Left color for the above div is #b024ed

HTML with inline CSS

<div style="border-left:5px solid #b024ed;"></div>

CSS Border Right color for the above div is #b024ed

HTML with inline CSS

<div style="border-right:5px solid #b024ed;"></div>

CSS Border Bottom color for the above div is #b024ed

HTML with inline CSS

<div style="border-bottom:5px solid #b024ed;"></div>

CSS Border Top color for the above div is #b024ed

HTML with inline CSS

<div style="border-top:5px solid #b024ed;"></div>

#b024ed hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#b024ed; } .examplecolorclass {color:#b024ed; } .examplebordercolor {border:3px solid #b024ed; }

#b024ed Color code Preview on White Background

This is how #b024ed Color code will look on white background color. Color contrast ratio is 4.86

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #b024ed; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #b024ed; }

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(176,36,237,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(97,237,36,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(176,36,237,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }