crispedge.com

Color picker

Loading...

#BD00FF hex color - Violet - Warm color - Information

#BD00FF hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #BD00FF Color code in RGB color code model is created after adding 74.12% red color, 0% green color and 100% blue color. Hex #BD00FF Color code in CMYK color (process color) code model is generated after subtraction of 26% cyan, 100% magenta, 0% yellow and 0% black.

Hex #BD00FF color code is between #bb00ee web safe hex color code and #cc00dd web safe hex color code. #bb00ee is the nearest web safe color code. You can see here many more shades of #BD00FF color code.

0 Likes 0 Comments | 5 Views

RGB Chart

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

Color Table

Hex Color CodeBD00FF#BD00FF
RGB Decimal189, 0, 255rgb(189, 0, 255)
RGB Percent74%, 0%, 100%rgb(74%, 0%, 100%)
CSS RGBa189, 0, 255,1rgba(189,0,255,1)
CMYK Modelcmyk(26%,100%,0%,0%)
HSL Color Space284,100% ,50%hsl(284,100% ,50%)
HSV Color Space284°, 100%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111010000000011111111
Octal2750377
Decimal1890255
HexBD00FF

Different shades of #BD00FF color code.

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

Light Shade of #BD00FF
#ca33ff
Dark Shade of #BD00FF
#9700cc
Saturated Shade of #BD00FF
#bd00ff
Desaturated Shade of #BD00FF
#b70df2
Grey scale Shade of #BD00FF
#808080
Brighten Shade
#d619ff
Most Readable Shade
#FFFFFF

Shades of #BD00FF color code

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

#bd00ff
#a800e2
#9300c6
#7e00aa
#69008d
#540071
#3f0055
#2a0038
#15001c
#000000

Similar Color like #BD00FF color

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

#be01ff
#bf02ff
#c003ff
#c104ff
#c205ff
#c306ff
#c407ff
#c508ff
#c609ff
#c70aff
#c80bff
#c90cff
#ca0dff
#cb0eff
#bc00fe
#bb00fd
#ba00fc
#b900fb
#b800fa
#b700f9
#b600f8
#b500f7
#b400f6
#b300f5
#b200f4
#b100f3
#b000f2
#af00f1

Monochromatic Color with #BD00FF

#BD00FF
#1f002a
#3f0055
#5f0080
#7e00aa
#9d00d4

Tints of #BD00FF Color

#bd00ff
#c41cff
#cb38ff
#d355ff
#da71ff
#e18dff
#e9aaff
#f0c6ff
#f7e2ff
#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

#BD00FF
#42ff00

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

Split Complementary

#BD00FF
#c1ff00
#00ff3e

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

Analogous Color

#5700ff
#8a00ff
#bd00ff
#f000ff
#ff00db

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

#BD00FF
#ffbd00
#00ffbd

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

#BD00FF
#ff3d00
#42ff00
#00c1ff

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

#BD00FF
#42ff00
#00ff3e
#ff00c1

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

#BD00FF Color Code Preview on Black Background Color

This is how #BD00FF Color will look on black background color. Color contrast ratio is 4.61

#BD00FF in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #BD00FF

HTML with inline CSS

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

Your Example Paragraph content text in with font color #BD00FF

#BD00FF color code is use for CSS Background Color

Background color for the above div is #BD00FF

HTML with inline CSS

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

#BD00FF color code is use for CSS Border Color

CSS Border color for the above div is #BD00FF

HTML with inline CSS

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

CSS Border Left color for the above div is #BD00FF

HTML with inline CSS

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

CSS Border Right color for the above div is #BD00FF

HTML with inline CSS

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

CSS Border Bottom color for the above div is #BD00FF

HTML with inline CSS

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

CSS Border Top color for the above div is #BD00FF

HTML with inline CSS

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

#BD00FF hex Color code used as CSS color Codes

Example CSS Class for usage

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

#BD00FF Color code Preview on White Background

This is how #BD00FF Color code will look on white background color. Color contrast ratio is 4.56

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

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

0 Likes 0 Comments | 5 Views

Post your comment:-

By submitting comment you agree to our privacy policy.