Skip to main content Skip to docs navigation

#b458cb 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 Love Priestess and its hex is #BB55CC Nearest Color Name

Color Hue/Base color: Violet

Hex #b458cb Color code in RGB color code model is created after adding 70.59% red color, 34.51% green color and 79.61% blue color. Hex #b458cb Color code in CMYK color (process color) code model is generated after subtraction of 11% cyan, 57% magenta, 0% yellow and 20.39% black.

Hex #b458cb color code is between #bb55cc web safe hex color code and #aa66bb web safe hex color code. #bb55cc is the nearest web safe color code. You can see here many more shades of #b458cb color code.

RGB Chart

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

Color Table

Hex Color Code b458cb #b458cb
RGB Decimal 180, 88, 203 180, 88, 203
RGB Percent 71%, 35%, 80% rgb(71%, 35%, 80%)
CSS RGBa 180, 88, 203,1 rgba(180,88,203,1)
CMYK Model cmyk(11%,57%,0%,20.39%)
HSL Color Space 288,53% ,57% hsl(288,53% ,57%)
HSV Color Space 288°, 57%, 80%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10110100 01011000 11001011
Octal 264 130 313
Decimal 180 88 203
Hex b4 58 cb

Different shades of #b458cb color code.

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

Darkest of #b458cb
#5b2169
Darker of #b458cb
#7c2d90
Dark of #b458cb
#9e39b7
Base of #b458cb
#b458cb
Light of #b458cb
#c57fd7
Lighter
#d7a6e3
Lightest
#e8cdef

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

#b458cb
#6fcb58

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

Split Complementary

#b458cb
#a9cb58
#58cb7b

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

Analogous Color

#7158cb
#8458cb
#b458cb
#cb58bc
#cb588c

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

#b458cb
#58cbb4
#cbb458

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

#b458cb
#cbb458
#6fcb58
#586fcb

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

#b458cb
#cb7b58
#6fcb58
#58a9cb

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 #b458cb

#391542
#5b2169
#7c2d90
#9e39b7
#b458cb
#c57fd7
#d7a6e3
#e8cdef
#faf4fb

Tints of #b458cb Color

#b458cb
#bc6ad0
#c47dd6
#cd8fdc
#d5a2e2
#ddb4e7
#e6c7ed
#eed9f3
#f6ecf9
#ffffff

Shades of #b458cb color code

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

#b458cb
#a04eb4
#8c449d
#783a87
#643070
#50275a
#3c1d43
#28132d
#140916
#000000

Tones

#b458cb
#a76eb5
#9a849f
#929292
#929292

Tones

Similar Color like #b458cb color

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

#b559cc
#b65acd
#b75bce
#b85ccf
#b95dd0
#ba5ed1
#bb5fd2
#bc60d3
#bd61d4
#be62d5
#bf63d6
#c064d7
#c165d8
#c266d9
#b357ca
#b256c9
#b155c8
#b054c7
#af53c6
#ae52c5
#ad51c4
#ac50c3
#ab4fc2
#aa4ec1
#a94dc0
#a84cbf
#a74bbe
#a64abd

Download this Dark Violet

Hex #b458cb 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.

#b458cb Color Code Preview on Black Background Color

This is how #b458cb Color will look on black background color. Color contrast ratio is 5.20

#b458cb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b458cb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b458cb

#b458cb color code is use for CSS Background Color

Background color for the above div is #b458cb

HTML with inline CSS

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

#b458cb color code is use for CSS Border Color

CSS Border color for the above div is #b458cb

HTML with inline CSS

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

CSS Border Left color for the above div is #b458cb

HTML with inline CSS

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

CSS Border Right color for the above div is #b458cb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b458cb

HTML with inline CSS

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

CSS Border Top color for the above div is #b458cb

HTML with inline CSS

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

#b458cb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b458cb Color code Preview on White Background

This is how #b458cb Color code will look on white background color. Color contrast ratio is 4.04

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 #b458cb; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #b458cb; }

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(180,88,203,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(111,203,88,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(180,88,203,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }