crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#bc95e4 hex color - Violet - Cool color - Information

#bc95e4 hex color - Violet - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #bc95e4 Color code in RGB color code model is created after adding 73.73% red color, 58.43% green color and 89.41% blue color. Hex #bc95e4 Color code in CMYK color (process color) code model is generated after subtraction of 18% cyan, 35% magenta, 0% yellow and 11% black.

Hex #bc95e4 color code is between #bb99dd web safe hex color code and #cc88ee web safe hex color code. #bb99dd is the nearest web safe color code. You can see here many more shades of #bc95e4 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codebc95e4#bc95e4
RGB Decimal188, 149, 228rgb(188, 149, 228)
RGB Percent74%, 58%, 89%rgb(74%, 58%, 89%)
CSS RGBa188, 149, 228,1rgba(188,149,228,1)
CMYK Modelcmyk(18%,35%,0%,11%)
HSL Color Space270,59% ,74%hsl(270,59% ,74%)
HSV Color Space270°, 35%, 89%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101111001001010111100100
Octal274225344
Decimal188149228
Hexbc95e4

Different shades of #bc95e4 color code.

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

Light Shade of #bc95e4
#d6beee
Dark Shade of #bc95e4
#a26cda
Saturated Shade of #bc95e4
#bc8eeb
Desaturated Shade of #bc95e4
#bc9cdd
Grey scale Shade of #bc95e4
#bcbcbc
Brighten Shade
#d5aefd
Most Readable Shade
#000000

Shades of #bc95e4 color code

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

#bc95e4
#a784ca
#9273b1
#7d6398
#68527e
#534265
#3e314c
#292132
#141019
#000000

Similar Color like #bc95e4 color

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

#bd96e5
#be97e6
#bf98e7
#c099e8
#c19ae9
#c29bea
#c39ceb
#c49dec
#c59eed
#c69fee
#c7a0ef
#c8a1f0
#c9a2f1
#caa3f2
#bb94e3
#ba93e2
#b992e1
#b891e0
#b790df
#b68fde
#b58edd
#b48ddc
#b38cdb
#b28bda
#b18ad9
#b089d8
#af88d7
#ae87d6

Monochromatic Color with #bc95e4

#bc95e4
#0d0a0f
#30263a
#534264
#765d8f
#9979b9

Tints of #bc95e4 Color

#bc95e4
#c3a0e7
#caacea
#d2b8ed
#d9c4f0
#e1cff3
#e8dbf6
#f0e7f9
#f7f3fc
#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

#bc95e4
#bde495

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

Split Complementary

#bc95e4
#e4e495
#96e495

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

Analogous Color

#9c95e4
#ac95e4
#bc95e4
#cc95e4
#dc95e4

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

#bc95e4
#e4bc95
#95e4bc

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

#bc95e4
#e49595
#bde495
#95e4e3

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

#bc95e4
#bde495
#96e495
#e495e4

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

#bc95e4 Color Code Preview on Black Background Color

This is how #bc95e4 Color will look on black background color. Color contrast ratio is 8.56

#bc95e4 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bc95e4

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bc95e4

#bc95e4 color code is use for CSS Background Color

Background color for the above div is #bc95e4

HTML with inline CSS

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

#bc95e4 color code is use for CSS Border Color

CSS Border color for the above div is #bc95e4

HTML with inline CSS

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

CSS Border Left color for the above div is #bc95e4

HTML with inline CSS

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

CSS Border Right color for the above div is #bc95e4

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bc95e4

HTML with inline CSS

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

CSS Border Top color for the above div is #bc95e4

HTML with inline CSS

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

#bc95e4 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bc95e4 Color code Preview on White Background

This is how #bc95e4 Color code will look on white background color. Color contrast ratio is 2.45

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.