crispedge.com

Color picker

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

#bc529a hex color - Violet - Warm color - Information

#bc529a hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #bc529a Color code in RGB color code model is created after adding 73.73% red color, 32.16% green color and 60.39% blue color. Hex #bc529a Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 56% magenta, 18% yellow and 26% black.

Hex #bc529a color code is between #bb5599 web safe hex color code and #cc44aa web safe hex color code. #bb5599 is the nearest web safe color code. You can see here many more shades of #bc529a color code.

0 Likes 0 Comments | 3 Views

Color Table

Hex Color Codebc529a#bc529a
RGB Decimal188, 82, 154rgb(188, 82, 154)
RGB Percent74%, 32%, 60%rgb(74%, 32%, 60%)
CSS RGBa188, 82, 154,1rgba(188,82,154,1)
CMYK Modelcmyk(0%,56%,18%,26%)
HSL Color Space319,44% ,53%hsl(319,44% ,53%)
HSV Color Space319°, 56%, 74%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111000101001010011010
Octal274122232
Decimal18882154
Hexbc529a

Different shades of #bc529a color code.

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

Light Shade of #bc529a
#ca77af
Dark Shade of #bc529a
#9e3d7f
Saturated Shade of #bc529a
#c8469e
Desaturated Shade of #bc529a
#b05e96
Grey scale Shade of #bc529a
#878787
Brighten Shade
#d56bb3
Most Readable Shade
#FFFFFF

Shades of #bc529a color code

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

#bc529a
#a74888
#923f77
#7d3666
#682d55
#532444
#3e1b33
#291222
#140911
#000000

Similar Color like #bc529a color

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

#bd539b
#be549c
#bf559d
#c0569e
#c1579f
#c258a0
#c359a1
#c45aa2
#c55ba3
#c65ca4
#c75da5
#c85ea6
#c95fa7
#ca60a8
#bb5199
#ba5098
#b94f97
#b84e96
#b74d95
#b64c94
#b54b93
#b44a92
#b34991
#b24890
#b1478f
#b0468e
#af458d
#ae448c

Monochromatic Color with #bc529a

#bc529a
#e665bd
#12080f
#3c1a32
#672d54
#913f77

Tints of #bc529a Color

#bc529a
#c365a5
#ca78b0
#d28bbb
#d99ec6
#e1b2d2
#e8c5dd
#f0d8e8
#f7ebf3
#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

#bc529a
#52bc74

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

Split Complementary

#bc529a
#65bc52
#52bca9

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

Analogous Color

#b452bc
#bc52af
#bc529a
#bc5285
#bc5270

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

#bc529a
#9abc52
#529abc

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

#bc529a
#bca952
#52bc74
#5265bc

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

#bc529a
#52bc74
#52bca9
#bc5265

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

#bc529a Color Code Preview on Black Background Color

This is how #bc529a Color will look on black background color. Color contrast ratio is 4.81

#bc529a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bc529a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bc529a

#bc529a color code is use for CSS Background Color

Background color for the above div is #bc529a

HTML with inline CSS

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

#bc529a color code is use for CSS Border Color

CSS Border color for the above div is #bc529a

HTML with inline CSS

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

CSS Border Left color for the above div is #bc529a

HTML with inline CSS

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

CSS Border Right color for the above div is #bc529a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bc529a

HTML with inline CSS

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

CSS Border Top color for the above div is #bc529a

HTML with inline CSS

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

#bc529a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bc529a Color code Preview on White Background

This is how #bc529a Color code will look on white background color. Color contrast ratio is 4.36

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

Related Gradients

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

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.