crispedge.com

Color picker

Loading...

#b048bf hex color - Violet - Warm color - Information

#b048bf hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #b048bf Color code in RGB color code model is created after adding 69.02% red color, 28.24% green color and 74.9% blue color. Hex #b048bf Color code in CMYK color (process color) code model is generated after subtraction of 8% cyan, 62% magenta, 0% yellow and 25% black.

Hex #b048bf color code is between #aa44bb web safe hex color code and #bb55cc web safe hex color code. #aa44bb is the nearest web safe color code. You can see here many more shades of #b048bf color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeb048bf#b048bf
RGB Decimal176, 72, 191rgb(176, 72, 191)
RGB Percent69%, 28%, 75%rgb(69%, 28%, 75%)
CSS RGBa176, 72, 191,1rgba(176,72,191,1)
CMYK Modelcmyk(8%,62%,0%,25%)
HSL Color Space292,48% ,52%hsl(292,48% ,52%)
HSV Color Space292°, 62%, 75%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101100000100100010111111
Octal260110277
Decimal17672191
Hexb048bf

Different shades of #b048bf color code.

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

Light Shade of #b048bf
#c06ecc
Dark Shade of #b048bf
#90379d
Saturated Shade of #b048bf
#b93ccb
Desaturated Shade of #b048bf
#a754b3
Grey scale Shade of #b048bf
#838383
Brighten Shade
#c961d8
Most Readable Shade
#FFFFFF

Shades of #b048bf color code

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

#b048bf
#9c40a9
#883894
#75307f
#61286a
#4e2054
#3a183f
#27102a
#130815
#000000

Similar Color like #b048bf color

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

#b149c0
#b24ac1
#b34bc2
#b44cc3
#b54dc4
#b64ec5
#b74fc6
#b850c7
#b951c8
#ba52c9
#bb53ca
#bc54cb
#bd55cc
#be56cd
#af47be
#ae46bd
#ad45bc
#ac44bb
#ab43ba
#aa42b9
#a941b8
#a840b7
#a73fb6
#a63eb5
#a53db4
#a43cb3
#a33bb2
#a23ab1

Monochromatic Color with #b048bf

#b048bf
#d758e9
#130815
#3b183f
#62286a
#893894

Tints of #b048bf Color

#b048bf
#b85cc6
#c170cd
#ca85d4
#d399db
#dbade2
#e4c2e9
#edd6f0
#f6eaf7
#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

#b048bf
#57bf48

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

Split Complementary

#b048bf
#93bf48
#48bf74

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

Analogous Color

#8048bf
#9848bf
#b048bf
#bf48b6
#bf489e

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

#b048bf
#bfb048
#48bfb0

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

#b048bf
#bf7448
#57bf48
#4892bf

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

#b048bf
#57bf48
#48bf74
#bf4893

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

#b048bf Color Code Preview on Black Background Color

This is how #b048bf Color will look on black background color. Color contrast ratio is 4.53

#b048bf in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b048bf

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b048bf

#b048bf color code is use for CSS Background Color

Background color for the above div is #b048bf

HTML with inline CSS

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

#b048bf color code is use for CSS Border Color

CSS Border color for the above div is #b048bf

HTML with inline CSS

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

CSS Border Left color for the above div is #b048bf

HTML with inline CSS

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

CSS Border Right color for the above div is #b048bf

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b048bf

HTML with inline CSS

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

CSS Border Top color for the above div is #b048bf

HTML with inline CSS

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

#b048bf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b048bf Color code Preview on White Background

This is how #b048bf Color code will look on white background color. Color contrast ratio is 4.64

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

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(176,72,191,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(87,191,72,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(176,72,191,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.