crispedge.com

Color picker

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

#ba55d3 hex color - Medium Orchid - Violet - Warm color - Information

#ba55d3 hex color - Medium Orchid - Violet - Warm color

Color Hue/Base color: Violet

Hex #ba55d3 Color Code is also known as Medium Orchid color.

Hex #ba55d3 Color code in RGB color code model is created after adding 72.94% red color, 33.33% green color and 82.75% blue color. Hex #ba55d3 Color code in CMYK color (process color) code model is generated after subtraction of 12% cyan, 60% magenta, 0% yellow and 17% black.

Hex #ba55d3 color code is between #bb44cc web safe hex color code and #aa66dd web safe hex color code. #bb44cc is the nearest web safe color code. You can see here many more shades of #ba55d3 color code.

0 Likes 0 Comments | 53 Views

Color Table

Hex Color Codeba55d3#ba55d3
RGB Decimal186, 85, 211rgb(186, 85, 211)
RGB Percent73%, 33%, 83%rgb(73%, 33%, 83%)
CSS RGBa186, 85, 211,1rgba(186,85,211,1)
CMYK Modelcmyk(12%,60%,0%,17%)
HSL Color Space288,59% ,58%hsl(288,59% ,58%)
HSV Color Space288°, 60%, 83%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101110100101010111010011
Octal272125323
Decimal18685211
Hexba55d3

Different shades of #ba55d3 color code.

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

Light Shade of #ba55d3
#ca7ddd
Dark Shade of #ba55d3
#a632c3
Saturated Shade of #ba55d3
#c04ade
Desaturated Shade of #ba55d3
#b460c8
Grey scale Shade of #ba55d3
#949494
Brighten Shade
#d36eec
Most Readable Shade
#FFFFFF

Shades of #ba55d3 color code

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

#ba55d3
#a54bbb
#9042a4
#7c388c
#672f75
#52255d
#3e1c46
#29122e
#140917
#000000

Similar Color like #ba55d3 color

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

#bb56d4
#bc57d5
#bd58d6
#be59d7
#bf5ad8
#c05bd9
#c15cda
#c25ddb
#c35edc
#c45fdd
#c560de
#c661df
#c762e0
#c863e1
#b954d2
#b853d1
#b752d0
#b651cf
#b550ce
#b44fcd
#b34ecc
#b24dcb
#b14cca
#b04bc9
#af4ac8
#ae49c7
#ad48c6
#ac47c5

Monochromatic Color with #ba55d3

#ba55d3
#df66fd
#241129
#4a2253
#6f337e
#9544a8

Tints of #ba55d3 Color

#ba55d3
#c167d7
#c97adc
#d18de1
#d8a0e6
#e0b3eb
#e8c6f0
#efd9f5
#f7ecfa
#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

#ba55d3
#6ed355

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

Split Complementary

#ba55d3
#add355
#55d37b

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

Analogous Color

#8855d3
#a155d3
#ba55d3
#d355d3
#d355ba

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

#ba55d3
#d3ba55
#55d3ba

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

#ba55d3
#d37b55
#6ed355
#55add3

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

#ba55d3
#6ed355
#55d37b
#d355ad

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

#ba55d3 Color Code Preview on Black Background Color

This is how #ba55d3 Color will look on black background color. Color contrast ratio is 5.33

#ba55d3 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ba55d3

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ba55d3

#ba55d3 color code is use for CSS Background Color

Background color for the above div is #ba55d3

HTML with inline CSS

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

#ba55d3 color code is use for CSS Border Color

CSS Border color for the above div is #ba55d3

HTML with inline CSS

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

CSS Border Left color for the above div is #ba55d3

HTML with inline CSS

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

CSS Border Right color for the above div is #ba55d3

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ba55d3

HTML with inline CSS

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

CSS Border Top color for the above div is #ba55d3

HTML with inline CSS

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

#ba55d3 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ba55d3 Color code Preview on White Background

This is how #ba55d3 Color code will look on white background color. Color contrast ratio is 3.94

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

Related Gradients

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

0 Likes 0 Comments | 53 Views

Post your comment:-

By submitting comment you agree to our privacy policy.