crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#b372fa hex color - Violet - Cool color - Information

#b372fa hex color - Violet - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #b372fa Color code in RGB color code model is created after adding 70.2% red color, 44.71% green color and 98.04% blue color. Hex #b372fa Color code in CMYK color (process color) code model is generated after subtraction of 28% cyan, 54% magenta, 0% yellow and 2% black.

Hex #b372fa color code is between #bb77ff web safe hex color code and #aa66ee web safe hex color code. #bb77ff is the nearest web safe color code. You can see here many more shades of #b372fa color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeb372fa#b372fa
RGB Decimal179, 114, 250rgb(179, 114, 250)
RGB Percent70%, 45%, 98%rgb(70%, 45%, 98%)
CSS RGBa179, 114, 250,1rgba(179,114,250,1)
CMYK Modelcmyk(28%,54%,0%,2%)
HSL Color Space269,93% ,71%hsl(269,93% ,71%)
HSV Color Space269°, 54%, 98%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101100110111001011111010
Octal263162372
Decimal179114250
Hexb372fa

Different shades of #b372fa color code.

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

Light Shade of #b372fa
#cea3fc
Dark Shade of #b372fa
#9841f8
Saturated Shade of #b372fa
#b36dff
Desaturated Shade of #b372fa
#b379f3
Grey scale Shade of #b372fa
#b6b6b6
Brighten Shade
#cc8bff
Most Readable Shade
#000000

Shades of #b372fa color code

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

#b372fa
#9f65de
#8b58c2
#774ca6
#633f8a
#4f326f
#3b2653
#271937
#130c1b
#000000

Similar Color like #b372fa color

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

#b473fb
#b574fc
#b675fd
#b776fe
#b877ff
#b978ff
#ba79ff
#bb7aff
#bc7bff
#bd7cff
#be7dff
#bf7eff
#c07fff
#c180ff
#b271f9
#b170f8
#b06ff7
#af6ef6
#ae6df5
#ad6cf4
#ac6bf3
#ab6af2
#aa69f1
#a968f0
#a867ef
#a766ee
#a665ed
#a564ec

Monochromatic Color with #b372fa

#b372fa
#1b1125
#392450
#58387a
#764ba5
#955fcf

Tints of #b372fa Color

#b372fa
#bb81fa
#c391fb
#cca1fb
#d4b0fc
#ddc0fc
#e5d0fd
#eedffd
#f6effe
#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

#b372fa
#b9fa72

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

Split Complementary

#b372fa
#faf772
#75fa72

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

Analogous Color

#7d72fa
#9872fa
#b372fa
#ce72fa
#e972fa

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

#b372fa
#fab372
#72fab3

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

#b372fa
#fa7275
#b9fa72
#72faf7

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

#b372fa
#b9fa72
#75fa72
#f772fa

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

#b372fa Color Code Preview on Black Background Color

This is how #b372fa Color will look on black background color. Color contrast ratio is 6.70

#b372fa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b372fa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b372fa

#b372fa color code is use for CSS Background Color

Background color for the above div is #b372fa

HTML with inline CSS

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

#b372fa color code is use for CSS Border Color

CSS Border color for the above div is #b372fa

HTML with inline CSS

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

CSS Border Left color for the above div is #b372fa

HTML with inline CSS

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

CSS Border Right color for the above div is #b372fa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b372fa

HTML with inline CSS

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

CSS Border Top color for the above div is #b372fa

HTML with inline CSS

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

#b372fa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b372fa Color code Preview on White Background

This is how #b372fa Color code will look on white background color. Color contrast ratio is 3.13

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

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.