crispedge.com

Color picker

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

#b299f7 hex color - Violet - Cool color - Information

#b299f7 hex color - Violet - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #b299f7 Color code in RGB color code model is created after adding 69.8% red color, 60% green color and 96.86% blue color. Hex #b299f7 Color code in CMYK color (process color) code model is generated after subtraction of 28% cyan, 38% magenta, 0% yellow and 3% black.

Hex #b299f7 color code is between #aa88ff web safe hex color code and #bbaaee web safe hex color code. #aa88ff is the nearest web safe color code. You can see here many more shades of #b299f7 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeb299f7#b299f7
RGB Decimal178, 153, 247rgb(178, 153, 247)
RGB Percent70%, 60%, 97%rgb(70%, 60%, 97%)
CSS RGBa178, 153, 247,1rgba(178,153,247,1)
CMYK Modelcmyk(28%,38%,0%,3%)
HSL Color Space256,85% ,78%hsl(256,85% ,78%)
HSV Color Space256°, 38%, 97%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101100101001100111110111
Octal262231367
Decimal178153247
Hexb299f7

Different shades of #b299f7 color code.

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

Light Shade of #b299f7
#d6c8fb
Dark Shade of #b299f7
#8e6af3
Saturated Shade of #b299f7
#af93fc
Desaturated Shade of #b299f7
#b59ef1
Grey scale Shade of #b299f7
#c8c8c8
Brighten Shade
#cbb2ff
Most Readable Shade
#000000

Shades of #b299f7 color code

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

#b299f7
#9e88db
#8a77c0
#7666a4
#625589
#4f446d
#3b3352
#272236
#13111b
#000000

Similar Color like #b299f7 color

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

#b39af8
#b49bf9
#b59cfa
#b69dfb
#b79efc
#b89ffd
#b9a0fe
#baa1ff
#bba2ff
#bca3ff
#bda4ff
#bea5ff
#bfa6ff
#c0a7ff
#b198f6
#b097f5
#af96f4
#ae95f3
#ad94f2
#ac93f1
#ab92f0
#aa91ef
#a990ee
#a88fed
#a78eec
#a68deb
#a58cea
#a48be9

Monochromatic Color with #b299f7

#b299f7
#191522
#37304d
#564a77
#7564a2
#937fcc

Tints of #b299f7 Color

#b299f7
#baa4f7
#c3aff8
#cbbbf9
#d4c6fa
#dcd1fb
#e5ddfc
#ede8fd
#f6f3fe
#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

#b299f7
#def799

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

Split Complementary

#b299f7
#f7e199
#aff799

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

Analogous Color

#99a6f7
#9f99f7
#b299f7
#c599f7
#d899f7

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

#b299f7
#f7b299
#99f7b2

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

#b299f7
#f799af
#def799
#99f7e1

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

#b299f7
#def799
#aff799
#e199f7

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

#b299f7 Color Code Preview on Black Background Color

This is how #b299f7 Color will look on black background color. Color contrast ratio is 8.79

#b299f7 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b299f7

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b299f7

#b299f7 color code is use for CSS Background Color

Background color for the above div is #b299f7

HTML with inline CSS

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

#b299f7 color code is use for CSS Border Color

CSS Border color for the above div is #b299f7

HTML with inline CSS

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

CSS Border Left color for the above div is #b299f7

HTML with inline CSS

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

CSS Border Right color for the above div is #b299f7

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b299f7

HTML with inline CSS

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

CSS Border Top color for the above div is #b299f7

HTML with inline CSS

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

#b299f7 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b299f7 Color code Preview on White Background

This is how #b299f7 Color code will look on white background color. Color contrast ratio is 2.39

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

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.