Skip to main content Skip to docs navigation

#b126cd 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 Telemagenta and its hex is #AA22CC Nearest Color Name

Color Hue/Base color: Violet

Hex #b126cd Color code in RGB color code model is created after adding 69.41% red color, 14.9% green color and 80.39% blue color. Hex #b126cd Color code in CMYK color (process color) code model is generated after subtraction of 14% cyan, 81% magenta, 0% yellow and 19.61% black.

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

RGB Chart

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

Color Table

Hex Color Code b126cd #b126cd
RGB Decimal 177, 38, 205 177, 38, 205
RGB Percent 69%, 15%, 80% rgb(69%, 15%, 80%)
CSS RGBa 177, 38, 205,1 rgba(177,38,205,1)
CMYK Model cmyk(14%,81%,0%,19.61%)
HSL Color Space 290,69% ,48% hsl(290,69% ,48%)
HSV Color Space 290°, 81%, 80%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10110001 00100110 11001101
Octal 261 46 315
Decimal 177 38 205
Hex b1 26 cd

Different shades of #b126cd color code.

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

Darkest of #b126cd
#420e4c
Darker of #b126cd
#671677
Dark of #b126cd
#8c1ea2
Base of #b126cd
#b126cd
Light of #b126cd
#c449dd
Lighter
#d274e5
Lightest
#e09fed

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

#b126cd
#42cd26

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

Split Complementary

#b126cd
#96cd26
#26cd5e

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

Analogous Color

#5026cd
#6b26cd
#b126cd
#cd26b1
#cd266c

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

#b126cd
#26cdb1
#cdb126

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

#b126cd
#cdb126
#42cd26
#2642cd

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

#b126cd
#cd5e26
#42cd26
#2696cd

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

#1c0621
#420e4c
#671677
#8c1ea2
#b126cd
#c449dd
#d274e5
#e09fed
#eecaf5

Tints of #b126cd Color

#b126cd
#b93ed2
#c256d8
#cb6edd
#d386e3
#dc9ee8
#e5b6ee
#edcef3
#f6e6f9
#ffffff

Shades of #b126cd color code

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

#b126cd
#9d21b6
#891d9f
#761988
#621571
#4e105b
#3b0c44
#27082d
#130416
#000000

Tones

#b126cd
#a13eb5
#91579c
#816f84
#7a7a7a

Tones

Similar Color like #b126cd color

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

#b227ce
#b328cf
#b429d0
#b52ad1
#b62bd2
#b72cd3
#b82dd4
#b92ed5
#ba2fd6
#bb30d7
#bc31d8
#bd32d9
#be33da
#bf34db
#b025cc
#af24cb
#ae23ca
#ad22c9
#ac21c8
#ab20c7
#aa1fc6
#a91ec5
#a81dc4
#a71cc3
#a61bc2
#a51ac1
#a419c0
#a318bf

Download this Dark Violet

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

#b126cd Color Code Preview on Black Background Color

This is how #b126cd Color will look on black background color. Color contrast ratio is 4.03

#b126cd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b126cd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b126cd

#b126cd color code is use for CSS Background Color

Background color for the above div is #b126cd

HTML with inline CSS

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

#b126cd color code is use for CSS Border Color

CSS Border color for the above div is #b126cd

HTML with inline CSS

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

CSS Border Left color for the above div is #b126cd

HTML with inline CSS

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

CSS Border Right color for the above div is #b126cd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b126cd

HTML with inline CSS

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

CSS Border Top color for the above div is #b126cd

HTML with inline CSS

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

#b126cd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b126cd Color code Preview on White Background

This is how #b126cd Color code will look on white background color. Color contrast ratio is 5.21

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

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