crispedge.com

Color picker

Loading...

#b75dd9 hex color - Violet - Warm color - Information

#b75dd9 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #b75dd9 Color code in RGB color code model is created after adding 71.76% red color, 36.47% green color and 85.1% blue color. Hex #b75dd9 Color code in CMYK color (process color) code model is generated after subtraction of 16% cyan, 57% magenta, 0% yellow and 15% black.

Hex #b75dd9 color code is between #bb55dd web safe hex color code and #aa66cc web safe hex color code. #bb55dd is the nearest web safe color code. You can see here many more shades of #b75dd9 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeb75dd9#b75dd9
RGB Decimal183, 93, 217rgb(183, 93, 217)
RGB Percent72%, 36%, 85%rgb(72%, 36%, 85%)
CSS RGBa183, 93, 217,1rgba(183,93,217,1)
CMYK Modelcmyk(16%,57%,0%,15%)
HSL Color Space284,62% ,61%hsl(284,62% ,61%)
HSV Color Space284°, 57%, 85%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101101110101110111011001
Octal267135331
Decimal18393217
Hexb75dd9

Different shades of #b75dd9 color code.

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

Light Shade of #b75dd9
#c986e3
Dark Shade of #b75dd9
#a534cf
Saturated Shade of #b75dd9
#bc53e3
Desaturated Shade of #b75dd9
#b267cf
Grey scale Shade of #b75dd9
#9b9b9b
Brighten Shade
#d076f2
Most Readable Shade
#FFFFFF

Shades of #b75dd9 color code

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

#b75dd9
#a252c0
#8e48a8
#7a3e90
#653378
#512960
#3d1f48
#281430
#140a18
#000000

Similar Color like #b75dd9 color

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

#b85eda
#b95fdb
#ba60dc
#bb61dd
#bc62de
#bd63df
#be64e0
#bf65e1
#c066e2
#c167e3
#c268e4
#c369e5
#c46ae6
#c56be7
#b65cd8
#b55bd7
#b45ad6
#b359d5
#b258d4
#b157d3
#b056d2
#af55d1
#ae54d0
#ad53cf
#ac52ce
#ab51cd
#aa50cc
#a94fcb

Monochromatic Color with #b75dd9

#b75dd9
#040204
#28142f
#4b2659
#6f3984
#934bae

Tints of #b75dd9 Color

#b75dd9
#bf6fdd
#c781e1
#cf93e5
#d7a5e9
#dfb7ee
#e7c9f2
#efdbf6
#f7edfa
#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

#b75dd9
#7fd95d

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

Split Complementary

#b75dd9
#bdd95d
#5dd979

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

Analogous Color

#855dd9
#9e5dd9
#b75dd9
#d05dd9
#d95dc9

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

#b75dd9
#d9b75d
#5dd9b7

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

#b75dd9
#d9795d
#7fd95d
#5dbdd9

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

#b75dd9
#7fd95d
#5dd979
#d95dbd

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

#b75dd9 Color Code Preview on Black Background Color

This is how #b75dd9 Color will look on black background color. Color contrast ratio is 5.58

#b75dd9 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b75dd9

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b75dd9

#b75dd9 color code is use for CSS Background Color

Background color for the above div is #b75dd9

HTML with inline CSS

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

#b75dd9 color code is use for CSS Border Color

CSS Border color for the above div is #b75dd9

HTML with inline CSS

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

CSS Border Left color for the above div is #b75dd9

HTML with inline CSS

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

CSS Border Right color for the above div is #b75dd9

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b75dd9

HTML with inline CSS

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

CSS Border Top color for the above div is #b75dd9

HTML with inline CSS

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

#b75dd9 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b75dd9 Color code Preview on White Background

This is how #b75dd9 Color code will look on white background color. Color contrast ratio is 3.76

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

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(183,93,217,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(127,217,93,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(183,93,217,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.