crispedge.com

Color picker

Loading...

#b279ec hex color - Blue - Cool color - Information

#b279ec hex color - Blue - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Blue

Hex #b279ec Color code in RGB color code model is created after adding 69.8% red color, 47.45% green color and 92.55% blue color. Hex #b279ec Color code in CMYK color (process color) code model is generated after subtraction of 25% cyan, 49% magenta, 0% yellow and 7% black.

Hex #b279ec 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 #b279ec color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeb279ec#b279ec
RGB Decimal178, 121, 236rgb(178, 121, 236)
RGB Percent70%, 47%, 93%rgb(70%, 47%, 93%)
CSS RGBa178, 121, 236,1rgba(178,121,236,1)
CMYK Modelcmyk(25%,49%,0%,7%)
HSL Color Space270,75% ,70%hsl(270,75% ,70%)
HSV Color Space270°, 49%, 93%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101100100111100111101100
Octal262171354
Decimal178121236
Hexb279ec

Different shades of #b279ec color code.

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

Light Shade of #b279ec
#cca6f2
Dark Shade of #b279ec
#984ce6
Saturated Shade of #b279ec
#b271f4
Desaturated Shade of #b279ec
#b281e4
Grey scale Shade of #b279ec
#b3b3b3
Brighten Shade
#cb92ff
Most Readable Shade
#000000

Shades of #b279ec color code

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

#b279ec
#9e6bd1
#8a5eb7
#76509d
#624383
#4f3568
#3b284e
#271a34
#130d1a
#000000

Similar Color like #b279ec color

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

#b37aed
#b47bee
#b57cef
#b67df0
#b77ef1
#b87ff2
#b980f3
#ba81f4
#bb82f5
#bc83f6
#bd84f7
#be85f8
#bf86f9
#c087fa
#b178eb
#b077ea
#af76e9
#ae75e8
#ad74e7
#ac73e6
#ab72e5
#aa71e4
#a970e3
#a86fe2
#a76ee1
#a66de0
#a56cdf
#a46bde

Monochromatic Color with #b279ec

#b279ec
#120c17
#322242
#52386c
#724d97
#9263c1

Tints of #b279ec Color

#b279ec
#ba87ee
#c396f0
#cba5f2
#d4b4f4
#dcc3f6
#e5d2f8
#ede1fa
#f6f0fc
#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

#b279ec
#b3ec79

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

Split Complementary

#b279ec
#ecec79
#79ec79

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

Analogous Color

#8479ec
#9b79ec
#b279ec
#c979ec
#e079ec

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

#b279ec
#ecb279
#79ecb2

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

#b279ec
#ec797a
#b3ec79
#79eceb

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

#b279ec
#b3ec79
#79ec79
#ec79ec

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 #b279ec 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.

#b279ec Color Code Preview on Black Background Color

This is how #b279ec Color will look on black background color. Color contrast ratio is 6.84

#b279ec in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b279ec

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b279ec

#b279ec color code is use for CSS Background Color

Background color for the above div is #b279ec

HTML with inline CSS

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

#b279ec color code is use for CSS Border Color

CSS Border color for the above div is #b279ec

HTML with inline CSS

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

CSS Border Left color for the above div is #b279ec

HTML with inline CSS

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

CSS Border Right color for the above div is #b279ec

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b279ec

HTML with inline CSS

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

CSS Border Top color for the above div is #b279ec

HTML with inline CSS

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

#b279ec hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b279ec Color code Preview on White Background

This is how #b279ec Color code will look on white background color. Color contrast ratio is 3.07

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

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(178,121,236,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(179,236,121,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(178,121,236,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.