Skip to main content Skip to docs navigation

#b100cc 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 Ferocious Fuchsia and its hex is #AA00CC Nearest Color Name

Color Hue/Base color: Violet

Hex #b100cc Color code in RGB color code model is created after adding 69.41% red color, 0% green color and 80% blue color. Hex #b100cc Color code in CMYK color (process color) code model is generated after subtraction of 13% cyan, 100% magenta, 0% yellow and 20% black.

Hex #b100cc color code is between #aa00bb web safe hex color code and #bb00dd web safe hex color code. #aa00bb is the nearest web safe color code. You can see here many more shades of #b100cc color code.

RGB Chart

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

Color Table

Hex Color Code b100cc #b100cc
RGB Decimal 177, 0, 204 177, 0, 204
RGB Percent 69%, 0%, 80% rgb(69%, 0%, 80%)
CSS RGBa 177, 0, 204,1 rgba(177,0,204,1)
CMYK Model cmyk(13%,100%,0%,20%)
HSL Color Space 292,100% ,40% hsl(292,100% ,40%)
HSV Color Space 292°, 100%, 80%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10110001 00000000 11001100
Octal 261 0 314
Decimal 177 0 204
Hex b1 00 cc

Different shades of #b100cc color code.

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

Darkest of #b100cc
#2c0033
Darker of #b100cc
#590066
Dark of #b100cc
#850099
Base of #b100cc
#b100cc
Light of #b100cc
#dd00ff
Lighter
#e433ff
Lightest
#eb66ff

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

#b100cc
#1bcc00

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

Split Complementary

#b100cc
#81cc00
#00cc4b

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

Analogous Color

#3a00cc
#5c00cc
#b100cc
#cc00a3
#cc004e

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

#b100cc
#00ccb1
#ccb100

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

#b100cc
#ccb100
#1bcc00
#001bcc

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

#b100cc
#cc4b00
#1bcc00
#0081cc

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

#000000
#2c0033
#590066
#850099
#b100cc
#dd00ff
#e433ff
#eb66ff
#f299ff

Tints of #b100cc Color

#b100cc
#b91cd1
#c238d7
#cb55dd
#d371e2
#dc8de8
#e5aaee
#edc6f3
#f6e2f9
#ffffff

Shades of #b100cc color code

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

#b100cc
#9d00b5
#89009e
#760088
#620071
#4e005a
#3b0044
#27002d
#130016
#000000

Tones

#b100cc
#a214b8
#9329a3
#843d8f
#75527a

Tones

Similar Color like #b100cc color

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

#b201cd
#b302ce
#b403cf
#b504d0
#b605d1
#b706d2
#b807d3
#b908d4
#ba09d5
#bb0ad6
#bc0bd7
#bd0cd8
#be0dd9
#bf0eda
#b000cb
#af00ca
#ae00c9
#ad00c8
#ac00c7
#ab00c6
#aa00c5
#a900c4
#a800c3
#a700c2
#a600c1
#a500c0
#a400bf
#a300be

Download this Dark Violet

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

#b100cc Color Code Preview on Black Background Color

This is how #b100cc Color will look on black background color. Color contrast ratio is 3.74

#b100cc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b100cc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b100cc

#b100cc color code is use for CSS Background Color

Background color for the above div is #b100cc

HTML with inline CSS

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

#b100cc color code is use for CSS Border Color

CSS Border color for the above div is #b100cc

HTML with inline CSS

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

CSS Border Left color for the above div is #b100cc

HTML with inline CSS

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

CSS Border Right color for the above div is #b100cc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b100cc

HTML with inline CSS

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

CSS Border Top color for the above div is #b100cc

HTML with inline CSS

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

#b100cc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b100cc Color code Preview on White Background

This is how #b100cc Color code will look on white background color. Color contrast ratio is 5.61

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

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