Skip to main content Skip to docs navigation

#b078ea 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 Fake Love and its hex is #CC77EE Nearest Color Name

Color Hue/Base color: Violet

Hex #b078ea Color code in RGB color code model is created after adding 69.02% red color, 47.06% green color and 91.76% blue color. Hex #b078ea Color code in CMYK color (process color) code model is generated after subtraction of 25% cyan, 49% magenta, 0% yellow and 8.24% black.

Hex #b078ea color code is between #aa77ee web safe hex color code and #bb88dd web safe hex color code. #aa77ee is the nearest web safe color code. You can see here many more shades of #b078ea color code.

RGB Chart

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

Color Table

Hex Color Code b078ea #b078ea
RGB Decimal 176, 120, 234 176, 120, 234
RGB Percent 69%, 47%, 92% rgb(69%, 47%, 92%)
CSS RGBa 176, 120, 234,1 rgba(176,120,234,1)
CMYK Model cmyk(25%,49%,0%,8.24%)
HSL Color Space 269,73% ,69% hsl(269,73% ,69%)
HSV Color Space 269°, 49%, 92%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 10110000 01111000 11101010
Octal 260 170 352
Decimal 176 120 234
Hex b0 78 ea

Different shades of #b078ea color code.

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

Darkest of #b078ea
#631bae
Darker of #b078ea
#7c22da
Dark of #b078ea
#964ce3
Base of #b078ea
#b078ea
Light of #b078ea
#caa4f1
Lighter
#e4d0f8
Lightest
#fdfcff

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

#b078ea
#b2ea78

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

Split Complementary

#b078ea
#eae978
#79ea78

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

Analogous Color

#7882ea
#8078ea
#b078ea
#d678ea
#ea78cf

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

#b078ea
#78eab0
#eab078

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

#b078ea
#eab078
#b2ea78
#78b2ea

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

#b078ea
#ea7879
#b2ea78
#78eae9

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

#4a1482
#631bae
#7c22da
#964ce3
#b078ea
#caa4f1
#e4d0f8
#fdfcff
#ffffff

Tints of #b078ea Color

#b078ea
#b887ec
#c196ee
#caa5f1
#d3b4f3
#dbc3f5
#e4d2f8
#ede1fa
#f6f0fc
#ffffff

Shades of #b078ea color code

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

#b078ea
#9c6ad0
#885db6
#75509c
#614282
#4e3568
#3a284e
#271a34
#130d1a
#000000

Tones

#b078ea
#b088da
#b197cb
#b1a7bb
#b1b1b1

Tones

Similar Color like #b078ea color

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

#b179eb
#b27aec
#b37bed
#b47cee
#b57def
#b67ef0
#b77ff1
#b880f2
#b981f3
#ba82f4
#bb83f5
#bc84f6
#bd85f7
#be86f8
#af77e9
#ae76e8
#ad75e7
#ac74e6
#ab73e5
#aa72e4
#a971e3
#a870e2
#a76fe1
#a66ee0
#a56ddf
#a46cde
#a36bdd
#a26adc

Download this Dark Violet

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

#b078ea Color Code Preview on Black Background Color

This is how #b078ea Color will look on black background color. Color contrast ratio is 6.72

#b078ea in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b078ea

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b078ea

#b078ea color code is use for CSS Background Color

Background color for the above div is #b078ea

HTML with inline CSS

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

#b078ea color code is use for CSS Border Color

CSS Border color for the above div is #b078ea

HTML with inline CSS

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

CSS Border Left color for the above div is #b078ea

HTML with inline CSS

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

CSS Border Right color for the above div is #b078ea

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b078ea

HTML with inline CSS

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

CSS Border Top color for the above div is #b078ea

HTML with inline CSS

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

#b078ea hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b078ea Color code Preview on White Background

This is how #b078ea Color code will look on white background color. Color contrast ratio is 3.12

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

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,120,234,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(178,234,120,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(176,120,234,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }