crispedge.com

Color picker

Loading...

#b355f6 hex color - Violet - Warm color - Information

#b355f6 hex color - Violet - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #b355f6 Color code in RGB color code model is created after adding 70.2% red color, 33.33% green color and 96.47% blue color. Hex #b355f6 Color code in CMYK color (process color) code model is generated after subtraction of 27% cyan, 65% magenta, 0% yellow and 4% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeb355f6#b355f6
RGB Decimal179, 85, 246rgb(179, 85, 246)
RGB Percent70%, 33%, 96%rgb(70%, 33%, 96%)
CSS RGBa179, 85, 246,1rgba(179,85,246,1)
CMYK Modelcmyk(27%,65%,0%,4%)
HSL Color Space275,90% ,65%hsl(275,90% ,65%)
HSV Color Space275°, 65%, 96%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101100110101010111110110
Octal263125366
Decimal17985246
Hexb355f6

Different shades of #b355f6 color code.

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

Light Shade of #b355f6
#c985f9
Dark Shade of #b355f6
#9d25f3
Saturated Shade of #b355f6
#b44cff
Desaturated Shade of #b355f6
#b15eed
Grey scale Shade of #b355f6
#a5a5a5
Brighten Shade
#cc6eff
Most Readable Shade
#FFFFFF

Shades of #b355f6 color code

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

#b355f6
#9f4bda
#8b42bf
#7738a4
#632f88
#4f256d
#3b1c52
#271236
#13091b
#000000

Similar Color like #b355f6 color

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

#b456f7
#b557f8
#b658f9
#b759fa
#b85afb
#b95bfc
#ba5cfd
#bb5dfe
#bc5eff
#bd5fff
#be60ff
#bf61ff
#c062ff
#c163ff
#b254f5
#b153f4
#b052f3
#af51f2
#ae50f1
#ad4ff0
#ac4eef
#ab4dee
#aa4ced
#a94bec
#a84aeb
#a749ea
#a648e9
#a547e8

Monochromatic Color with #b355f6

#b355f6
#180c21
#371a4c
#562976
#7538a1
#9446cb

Tints of #b355f6 Color

#b355f6
#bb67f7
#c37af8
#cc8df9
#d4a0fa
#ddb3fb
#e5c6fc
#eed9fd
#f6ecfe
#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

#b355f6
#98f655

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

Split Complementary

#b355f6
#e8f655
#55f663

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

Analogous Color

#7355f6
#9355f6
#b355f6
#d355f6
#f355f6

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

#b355f6
#f6b355
#55f6b3

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

#b355f6
#f66255
#98f655
#55e8f6

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

#b355f6
#98f655
#55f663
#f655e8

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

#b355f6 Color Code Preview on Black Background Color

This is how #b355f6 Color will look on black background color. Color contrast ratio is 5.55

#b355f6 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b355f6

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b355f6

#b355f6 color code is use for CSS Background Color

Background color for the above div is #b355f6

HTML with inline CSS

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

#b355f6 color code is use for CSS Border Color

CSS Border color for the above div is #b355f6

HTML with inline CSS

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

CSS Border Left color for the above div is #b355f6

HTML with inline CSS

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

CSS Border Right color for the above div is #b355f6

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b355f6

HTML with inline CSS

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

CSS Border Top color for the above div is #b355f6

HTML with inline CSS

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

#b355f6 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b355f6 Color code Preview on White Background

This is how #b355f6 Color code will look on white background color. Color contrast ratio is 3.79

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

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(179,85,246,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(152,246,85,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(179,85,246,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.