crispedge.com

Color picker

Loading...

#bd48f4 hex color - Violet - Warm color - Information

#bd48f4 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #bd48f4 Color code in RGB color code model is created after adding 74.12% red color, 28.24% green color and 95.69% blue color. Hex #bd48f4 Color code in CMYK color (process color) code model is generated after subtraction of 23% cyan, 70% magenta, 0% yellow and 4% black.

Hex #bd48f4 color code is between #bb44ee web safe hex color code and #cc55ff web safe hex color code. #bb44ee is the nearest web safe color code. You can see here many more shades of #bd48f4 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codebd48f4#bd48f4
RGB Decimal189, 72, 244rgb(189, 72, 244)
RGB Percent74%, 28%, 96%rgb(74%, 28%, 96%)
CSS RGBa189, 72, 244,1rgba(189,72,244,1)
CMYK Modelcmyk(23%,70%,0%,4%)
HSL Color Space281,89% ,62%hsl(281,89% ,62%)
HSV Color Space281°, 70%, 96%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111010100100011110100
Octal275110364
Decimal18972244
Hexbd48f4

Different shades of #bd48f4 color code.

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

Light Shade of #bd48f4
#ce78f7
Dark Shade of #bd48f4
#ac18f1
Saturated Shade of #bd48f4
#c03efe
Desaturated Shade of #bd48f4
#b952ea
Grey scale Shade of #bd48f4
#9e9e9e
Brighten Shade
#d661ff
Most Readable Shade
#FFFFFF

Shades of #bd48f4 color code

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

#bd48f4
#a840d8
#9338bd
#7e30a2
#692887
#54206c
#3f1851
#2a1036
#15081b
#000000

Similar Color like #bd48f4 color

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

#be49f5
#bf4af6
#c04bf7
#c14cf8
#c24df9
#c34efa
#c44ffb
#c550fc
#c651fd
#c752fe
#c853ff
#c954ff
#ca55ff
#cb56ff
#bc47f3
#bb46f2
#ba45f1
#b944f0
#b843ef
#b742ee
#b641ed
#b540ec
#b43feb
#b33eea
#b23de9
#b13ce8
#b03be7
#af3ae6

Monochromatic Color with #bd48f4

#bd48f4
#18091f
#39164a
#5a2274
#7b2f9f
#9c3bc9

Tints of #bd48f4 Color

#bd48f4
#c45cf5
#cb70f6
#d385f7
#da99f8
#e1adfa
#e9c2fb
#f0d6fc
#f7eafd
#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

#bd48f4
#7ff448

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

Split Complementary

#bd48f4
#d5f448
#48f467

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

Analogous Color

#7848f4
#9b48f4
#bd48f4
#df48f4
#f448e6

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

#bd48f4
#f4bd48
#48f4bd

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

#bd48f4
#f46748
#7ff448
#48d5f4

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

#bd48f4
#7ff448
#48f467
#f448d5

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

#bd48f4 Color Code Preview on Black Background Color

This is how #bd48f4 Color will look on black background color. Color contrast ratio is 5.40

#bd48f4 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bd48f4

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bd48f4

#bd48f4 color code is use for CSS Background Color

Background color for the above div is #bd48f4

HTML with inline CSS

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

#bd48f4 color code is use for CSS Border Color

CSS Border color for the above div is #bd48f4

HTML with inline CSS

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

CSS Border Left color for the above div is #bd48f4

HTML with inline CSS

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

CSS Border Right color for the above div is #bd48f4

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bd48f4

HTML with inline CSS

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

CSS Border Top color for the above div is #bd48f4

HTML with inline CSS

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

#bd48f4 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bd48f4 Color code Preview on White Background

This is how #bd48f4 Color code will look on white background color. Color contrast ratio is 3.89

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

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