crispedge.com

Color picker

Loading...

#be51cb hex color - Violet - Warm color - Information

#be51cb hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #be51cb Color code in RGB color code model is created after adding 74.51% red color, 31.76% green color and 79.61% blue color. Hex #be51cb Color code in CMYK color (process color) code model is generated after subtraction of 6% cyan, 60% magenta, 0% yellow and 20% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codebe51cb#be51cb
RGB Decimal190, 81, 203rgb(190, 81, 203)
RGB Percent75%, 32%, 80%rgb(75%, 32%, 80%)
CSS RGBa190, 81, 203,1rgba(190,81,203,1)
CMYK Modelcmyk(6%,60%,0%,20%)
HSL Color Space294,54% ,56%hsl(294,54% ,56%)
HSV Color Space294°, 60%, 80%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111100101000111001011
Octal276121313
Decimal19081203
Hexbe51cb

Different shades of #be51cb color code.

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

Light Shade of #be51cb
#cd78d7
Dark Shade of #be51cb
#a636b3
Saturated Shade of #be51cb
#c746d6
Desaturated Shade of #be51cb
#b55cc0
Grey scale Shade of #be51cb
#8e8e8e
Brighten Shade
#d76ae4
Most Readable Shade
#FFFFFF

Shades of #be51cb color code

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

#be51cb
#a848b4
#933f9d
#7e3687
#692d70
#54245a
#3f1b43
#2a122d
#150916
#000000

Similar Color like #be51cb color

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

#bf52cc
#c053cd
#c154ce
#c255cf
#c356d0
#c457d1
#c558d2
#c659d3
#c75ad4
#c85bd5
#c95cd6
#ca5dd7
#cb5ed8
#cc5fd9
#bd50ca
#bc4fc9
#bb4ec8
#ba4dc7
#b94cc6
#b84bc5
#b74ac4
#b649c3
#b548c2
#b447c1
#b346c0
#b245bf
#b144be
#b043bd

Monochromatic Color with #be51cb

#be51cb
#e662f5
#1f0d21
#471e4b
#6e2f76
#9640a0

Tints of #be51cb Color

#be51cb
#c564d0
#cc77d6
#d38bdc
#da9ee2
#e2b1e7
#e9c5ed
#f0d8f3
#f7ebf9
#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

#be51cb
#5ecb51

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

Split Complementary

#be51cb
#9bcb51
#51cb81

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

Analogous Color

#8d51cb
#a651cb
#be51cb
#cb51c0
#cb51a7

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

#be51cb
#cbbe51
#51cbbe

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

#be51cb
#cb8151
#5ecb51
#519bcb

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

#be51cb
#5ecb51
#51cb81
#cb519b

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

#be51cb Color Code Preview on Black Background Color

This is how #be51cb Color will look on black background color. Color contrast ratio is 5.23

#be51cb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #be51cb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #be51cb

#be51cb color code is use for CSS Background Color

Background color for the above div is #be51cb

HTML with inline CSS

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

#be51cb color code is use for CSS Border Color

CSS Border color for the above div is #be51cb

HTML with inline CSS

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

CSS Border Left color for the above div is #be51cb

HTML with inline CSS

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

CSS Border Right color for the above div is #be51cb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #be51cb

HTML with inline CSS

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

CSS Border Top color for the above div is #be51cb

HTML with inline CSS

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

#be51cb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#be51cb Color code Preview on White Background

This is how #be51cb Color code will look on white background color. Color contrast ratio is 4.02

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

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(190,81,203,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(94,203,81,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(190,81,203,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.