crispedge.com

Color picker

Loading...

#b821f9 hex color - Violet - Warm color - Information

#b821f9 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #b821f9 Color code in RGB color code model is created after adding 72.16% red color, 12.94% green color and 97.65% blue color. Hex #b821f9 Color code in CMYK color (process color) code model is generated after subtraction of 26% cyan, 87% magenta, 0% yellow and 2% black.

Hex #b821f9 color code is between #bb22ff web safe hex color code and #aa11ee web safe hex color code. #bb22ff is the nearest web safe color code. You can see here many more shades of #b821f9 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeb821f9#b821f9
RGB Decimal184, 33, 249rgb(184, 33, 249)
RGB Percent72%, 13%, 98%rgb(72%, 13%, 98%)
CSS RGBa184, 33, 249,1rgba(184,33,249,1)
CMYK Modelcmyk(26%,87%,0%,2%)
HSL Color Space282,95% ,55%hsl(282,95% ,55%)
HSV Color Space282°, 87%, 98%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101110000010000111111001
Octal27041371
Decimal18433249
Hexb821f9

Different shades of #b821f9 color code.

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

Light Shade of #b821f9
#c853fa
Dark Shade of #b821f9
#9f06e1
Saturated Shade of #b821f9
#ba1bff
Desaturated Shade of #b821f9
#b32cee
Grey scale Shade of #b821f9
#8d8d8d
Brighten Shade
#d13aff
Most Readable Shade
#FFFFFF

Shades of #b821f9 color code

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

#b821f9
#a31ddd
#8f19c1
#7a16a6
#66128a
#510e6e
#3d0b53
#280737
#14031b
#000000

Similar Color like #b821f9 color

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

#b922fa
#ba23fb
#bb24fc
#bc25fd
#bd26fe
#be27ff
#bf28ff
#c029ff
#c12aff
#c22bff
#c32cff
#c42dff
#c52eff
#c62fff
#b720f8
#b61ff7
#b51ef6
#b41df5
#b31cf4
#b21bf3
#b11af2
#b019f1
#af18f0
#ae17ef
#ad16ee
#ac15ed
#ab14ec
#aa13eb

Monochromatic Color with #b821f9

#b821f9
#1b0524
#3a0a4f
#5a1079
#7916a4
#991bce

Tints of #b821f9 Color

#b821f9
#bf39f9
#c752fa
#cf6bfb
#d783fb
#df9cfc
#e7b5fd
#efcdfd
#f7e6fe
#ffffff

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

#b821f9
#62f921

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

Split Complementary

#b821f9
#cef921
#21f94c

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

Analogous Color

#6221f9
#8d21f9
#b821f9
#e321f9
#f921e4

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

#b821f9
#f9b821
#21f9b8

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

#b821f9
#f94c21
#62f921
#21cef9

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#b821f9
#62f921
#21f94c
#f921ce

Double Complementary 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).

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

#b821f9 Color Code Preview on Black Background Color

This is how #b821f9 Color will look on black background color. Color contrast ratio is 4.62

#b821f9 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b821f9

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b821f9

#b821f9 color code is use for CSS Background Color

Background color for the above div is #b821f9

HTML with inline CSS

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

#b821f9 color code is use for CSS Border Color

CSS Border color for the above div is #b821f9

HTML with inline CSS

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

CSS Border Left color for the above div is #b821f9

HTML with inline CSS

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

CSS Border Right color for the above div is #b821f9

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b821f9

HTML with inline CSS

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

CSS Border Top color for the above div is #b821f9

HTML with inline CSS

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

#b821f9 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b821f9 Color code Preview on White Background

This is how #b821f9 Color code will look on white background color. Color contrast ratio is 4.54

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

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(184,33,249,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(98,249,33,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(184,33,249,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.