Skip to main content Skip to docs navigation

#bd078d 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 Vibrant Velvet and its hex is #BB0088 Nearest Color Name

Color Hue/Base color: Violet

Hex #bd078d Color code in RGB color code model is created after adding 74.12% red color, 2.75% green color and 55.29% blue color. Hex #bd078d Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 96% magenta, 25% yellow and 25.88% black.

Hex #bd078d color code is between #bb0088 web safe hex color code and #cc0099 web safe hex color code. #bb0088 is the nearest web safe color code. You can see here many more shades of #bd078d color code.

RGB Chart

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

Color Table

Hex Color Code bd078d #bd078d
RGB Decimal 189, 7, 141 189, 7, 141
RGB Percent 74%, 3%, 55% rgb(74%, 3%, 55%)
CSS RGBa 189, 7, 141,1 rgba(189,7,141,1)
CMYK Model cmyk(0%,96%,25%,25.88%)
HSL Color Space 316,93% ,38% hsl(316,93% ,38%)
HSV Color Space 316°, 96%, 74%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10111101 00000111 10001101
Octal 275 7 215
Decimal 189 7 141
Hex bd 07 8d

Different shades of #bd078d color code.

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

Darkest of #bd078d
#29021f
Darker of #bd078d
#5b0344
Dark of #bd078d
#8c0568
Base of #bd078d
#bd078d
Light of #bd078d
#ee09b2
Lighter
#f733c4
Lightest
#f964d2

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

#bd078d
#07bd37

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

Split Complementary

#bd078d
#32bd07
#07bd92

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

Analogous Color

#8307bd
#a107bd
#bd078d
#bd0750
#bd0907

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

#bd078d
#078dbd
#8dbd07

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

#bd078d
#8dbd07
#07bd37
#3707bd

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

#bd078d
#bd9207
#07bd37
#0732bd

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

#000000
#29021f
#5b0344
#8c0568
#bd078d
#ee09b2
#f733c4
#f964d2
#fb95e0

Tints of #bd078d Color

#bd078d
#c42299
#cb3ea6
#d359b3
#da75bf
#e190cc
#e9acd9
#f0c7e5
#f7e3f2
#ffffff

Shades of #bd078d color code

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

#bd078d
#a8067d
#93056d
#7e045e
#69034e
#54033e
#3f022f
#2a011f
#15000f
#000000

Tones

#bd078d
#a91b84
#962e7a
#824271
#6f5568

Tones

Similar Color like #bd078d color

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

#be088e
#bf098f
#c00a90
#c10b91
#c20c92
#c30d93
#c40e94
#c50f95
#c61096
#c71197
#c81298
#c91399
#ca149a
#cb159b
#bc068c
#bb058b
#ba048a
#b90389
#b80288
#b70187
#b60086
#b50085
#b40084
#b30083
#b20082
#b10081
#b00080
#af007f

Download this Dark Violet

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

#bd078d Color Code Preview on Black Background Color

This is how #bd078d Color will look on black background color. Color contrast ratio is 3.58

#bd078d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bd078d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bd078d

#bd078d color code is use for CSS Background Color

Background color for the above div is #bd078d

HTML with inline CSS

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

#bd078d color code is use for CSS Border Color

CSS Border color for the above div is #bd078d

HTML with inline CSS

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

CSS Border Left color for the above div is #bd078d

HTML with inline CSS

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

CSS Border Right color for the above div is #bd078d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bd078d

HTML with inline CSS

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

CSS Border Top color for the above div is #bd078d

HTML with inline CSS

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

#bd078d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bd078d Color code Preview on White Background

This is how #bd078d Color code will look on white background color. Color contrast ratio is 5.87

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

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