crispedge.com

Color picker

Loading...

#bd35f7 hex color - Violet - Warm color - Information

#bd35f7 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #bd35f7 Color code in RGB color code model is created after adding 74.12% red color, 20.78% green color and 96.86% blue color. Hex #bd35f7 Color code in CMYK color (process color) code model is generated after subtraction of 23% cyan, 79% magenta, 0% yellow and 3% black.

Hex #bd35f7 color code is between #bb33ff web safe hex color code and #cc44ee web safe hex color code. #bb33ff is the nearest web safe color code. You can see here many more shades of #bd35f7 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codebd35f7#bd35f7
RGB Decimal189, 53, 247rgb(189, 53, 247)
RGB Percent74%, 21%, 97%rgb(74%, 21%, 97%)
CSS RGBa189, 53, 247,1rgba(189,53,247,1)
CMYK Modelcmyk(23%,79%,0%,3%)
HSL Color Space282,92% ,59%hsl(282,92% ,59%)
HSV Color Space282°, 79%, 97%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111010011010111110111
Octal27565367
Decimal18953247
Hexbd35f7

Different shades of #bd35f7 color code.

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

Light Shade of #bd35f7
#cd66f9
Dark Shade of #bd35f7
#ab09ef
Saturated Shade of #bd35f7
#c02dff
Desaturated Shade of #bd35f7
#b93fec
Grey scale Shade of #bd35f7
#969696
Brighten Shade
#d64eff
Most Readable Shade
#FFFFFF

Shades of #bd35f7 color code

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

#bd35f7
#a82fdb
#9329c0
#7e23a4
#691d89
#54176d
#3f1152
#2a0b36
#15051b
#000000

Similar Color like #bd35f7 color

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

#be36f8
#bf37f9
#c038fa
#c139fb
#c23afc
#c33bfd
#c43cfe
#c53dff
#c63eff
#c73fff
#c840ff
#c941ff
#ca42ff
#cb43ff
#bc34f6
#bb33f5
#ba32f4
#b931f3
#b830f2
#b72ff1
#b62ef0
#b52def
#b42cee
#b32bed
#b22aec
#b129eb
#b028ea
#af27e9

Monochromatic Color with #bd35f7

#bd35f7
#1a0722
#3b114d
#5b1a77
#7c23a2
#9c2ccc

Tints of #bd35f7 Color

#bd35f7
#c44bf7
#cb61f8
#d378f9
#da8efa
#e1a5fb
#e9bbfc
#f0d2fd
#f7e8fe
#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

#bd35f7
#6ff735

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

Split Complementary

#bd35f7
#d0f735
#35f75c

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

Analogous Color

#6f35f7
#9635f7
#bd35f7
#e435f7
#f735e3

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

#bd35f7
#f7bd35
#35f7bd

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

#bd35f7
#f75c35
#6ff735
#35d0f7

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

#bd35f7
#6ff735
#35f75c
#f735d0

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

#bd35f7 Color Code Preview on Black Background Color

This is how #bd35f7 Color will look on black background color. Color contrast ratio is 5.02

#bd35f7 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bd35f7

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bd35f7

#bd35f7 color code is use for CSS Background Color

Background color for the above div is #bd35f7

HTML with inline CSS

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

#bd35f7 color code is use for CSS Border Color

CSS Border color for the above div is #bd35f7

HTML with inline CSS

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

CSS Border Left color for the above div is #bd35f7

HTML with inline CSS

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

CSS Border Right color for the above div is #bd35f7

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bd35f7

HTML with inline CSS

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

CSS Border Top color for the above div is #bd35f7

HTML with inline CSS

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

#bd35f7 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bd35f7 Color code Preview on White Background

This is how #bd35f7 Color code will look on white background color. Color contrast ratio is 4.19

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

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