crispedge.com

Color picker

Loading...

#bf63ca hex color - Violet - Warm color - Information

#bf63ca hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #bf63ca Color code in RGB color code model is created after adding 74.9% red color, 38.82% green color and 79.22% blue color. Hex #bf63ca Color code in CMYK color (process color) code model is generated after subtraction of 5% cyan, 51% magenta, 0% yellow and 21% black.

Hex #bf63ca color code is between #bb66cc web safe hex color code and #cc55bb web safe hex color code. #bb66cc is the nearest web safe color code. You can see here many more shades of #bf63ca color code.

0 Likes 0 Comments | 4 Views

RGB Chart

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

Color Table

Hex Color Codebf63ca#bf63ca
RGB Decimal191, 99, 202rgb(191, 99, 202)
RGB Percent75%, 39%, 79%rgb(75%, 39%, 79%)
CSS RGBa191, 99, 202,1rgba(191,99,202,1)
CMYK Modelcmyk(5%,51%,0%,21%)
HSL Color Space294,49% ,59%hsl(294,49% ,59%)
HSV Color Space294°, 51%, 79%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111110110001111001010
Octal277143312
Decimal19199202
Hexbf63ca

Different shades of #bf63ca color code.

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

Light Shade of #bf63ca
#cf89d7
Dark Shade of #bf63ca
#ad3fbb
Saturated Shade of #bf63ca
#c759d4
Desaturated Shade of #bf63ca
#b76dc0
Grey scale Shade of #bf63ca
#969696
Brighten Shade
#d87ce3
Most Readable Shade
#FFFFFF

Shades of #bf63ca color code

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

#bf63ca
#a958b3
#944d9d
#7f4286
#6a3770
#542c59
#3f2143
#2a162c
#150b16
#000000

Similar Color like #bf63ca color

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

#c064cb
#c165cc
#c266cd
#c367ce
#c468cf
#c569d0
#c66ad1
#c76bd2
#c86cd3
#c96dd4
#ca6ed5
#cb6fd6
#cc70d7
#cd71d8
#be62c9
#bd61c8
#bc60c7
#bb5fc6
#ba5ec5
#b95dc4
#b85cc3
#b75bc2
#b65ac1
#b559c0
#b458bf
#b357be
#b256bd
#b155bc

Monochromatic Color with #bf63ca

#bf63ca
#e778f4
#1e1020
#46254a
#6f3975
#974e9f

Tints of #bf63ca Color

#bf63ca
#c674cf
#cd85d5
#d497db
#dba8e1
#e2b9e7
#e9cbed
#f0dcf3
#f7edf9
#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

#bf63ca
#6eca63

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

Split Complementary

#bf63ca
#a1ca63
#63ca8c

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

Analogous Color

#9663ca
#aa63ca
#bf63ca
#ca63c0
#ca63ac

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

#bf63ca
#cabf63
#63cabf

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

#bf63ca
#ca8b63
#6eca63
#63a1ca

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

#bf63ca
#6eca63
#63ca8c
#ca63a1

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

#bf63ca Color Code Preview on Black Background Color

This is how #bf63ca Color will look on black background color. Color contrast ratio is 5.85

#bf63ca in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bf63ca

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bf63ca

#bf63ca color code is use for CSS Background Color

Background color for the above div is #bf63ca

HTML with inline CSS

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

#bf63ca color code is use for CSS Border Color

CSS Border color for the above div is #bf63ca

HTML with inline CSS

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

CSS Border Left color for the above div is #bf63ca

HTML with inline CSS

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

CSS Border Right color for the above div is #bf63ca

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bf63ca

HTML with inline CSS

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

CSS Border Top color for the above div is #bf63ca

HTML with inline CSS

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

#bf63ca hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bf63ca Color code Preview on White Background

This is how #bf63ca Color code will look on white background color. Color contrast ratio is 3.59

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

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(191,99,202,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(110,202,99,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(191,99,202,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 4 Views

Post your comment:-

By submitting comment you agree to our privacy policy.