crispedge.com

Color picker

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

#b300db hex color - Violet - Warm color - Information

#b300db hex color - Violet - Warm color

Color Hue/Base color: Violet

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

Hex #b300db color code is between #bb00dd web safe hex color code and #aa00cc web safe hex color code. #bb00dd is the nearest web safe color code. You can see here many more shades of #b300db color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeb300db#b300db
RGB Decimal179, 0, 219rgb(179, 0, 219)
RGB Percent70%, 0%, 86%rgb(70%, 0%, 86%)
CSS RGBa179, 0, 219,1rgba(179,0,219,1)
CMYK Modelcmyk(18%,100%,0%,14%)
HSL Color Space289,100% ,43%hsl(289,100% ,43%)
HSV Color Space289°, 100%, 86%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101100110000000011011011
Octal2630333
Decimal1790219
Hexb300db

Different shades of #b300db color code.

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

Light Shade of #b300db
#d30fff
Dark Shade of #b300db
#8900a8
Saturated Shade of #b300db
#b300db
Desaturated Shade of #b300db
#ac0bd0
Grey scale Shade of #b300db
#6d6d6d
Brighten Shade
#cc19f4
Most Readable Shade
#FFFFFF

Shades of #b300db color code

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

#b300db
#9f00c2
#8b00aa
#770092
#630079
#4f0061
#3b0049
#270030
#130018
#000000

Similar Color like #b300db color

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

#b401dc
#b502dd
#b603de
#b704df
#b805e0
#b906e1
#ba07e2
#bb08e3
#bc09e4
#bd0ae5
#be0be6
#bf0ce7
#c00de8
#c10ee9
#b200da
#b100d9
#b000d8
#af00d7
#ae00d6
#ad00d5
#ac00d4
#ab00d3
#aa00d2
#a900d1
#a800d0
#a700cf
#a600ce
#a500cd

Monochromatic Color with #b300db

#b300db
#050006
#280031
#4b005b
#6e0086
#9000b0

Tints of #b300db Color

#b300db
#bb1cdf
#c338e3
#cc55e7
#d471eb
#dd8def
#e5aaf3
#eec6f7
#f6e2fb
#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

#b300db
#28db00

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

Split Complementary

#b300db
#96db00
#00db45

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

Analogous Color

#5b00db
#8700db
#b300db
#db00d7
#db00ab

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

#b300db
#dbb300
#00dbb3

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

#b300db
#db4500
#28db00
#0095db

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

#b300db
#28db00
#00db45
#db0096

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

#b300db Color Code Preview on Black Background Color

This is how #b300db Color will look on black background color. Color contrast ratio is 3.94

#b300db in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b300db

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b300db

#b300db color code is use for CSS Background Color

Background color for the above div is #b300db

HTML with inline CSS

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

#b300db color code is use for CSS Border Color

CSS Border color for the above div is #b300db

HTML with inline CSS

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

CSS Border Left color for the above div is #b300db

HTML with inline CSS

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

CSS Border Right color for the above div is #b300db

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b300db

HTML with inline CSS

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

CSS Border Top color for the above div is #b300db

HTML with inline CSS

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

#b300db hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b300db Color code Preview on White Background

This is how #b300db Color code will look on white background color. Color contrast ratio is 5.33

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

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.