crispedge.com

Color picker

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

#bb3366 hex color - Red - Warm color - Information

#bb3366 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #bb3366 Color code in RGB color code model is created after adding 73.33% red color, 20% green color and 40% blue color. Hex #bb3366 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 73% magenta, 45% yellow and 27% black.

Hex #bb3366 color code is a web safe color. Next web safe color code is #aa2255 and previous web safe color code is #cc4477. You can see here many more shades of #bb3366 color code.

0 Likes 0 Comments | 39 Views

Color Table

Hex Color Codebb3366#bb3366
RGB Decimal187, 51, 102rgb(187, 51, 102)
RGB Percent73%, 20%, 40%rgb(73%, 20%, 40%)
CSS RGBa187, 51, 102,1rgba(187,51,102,1)
CMYK Modelcmyk(0%,73%,45%,27%)
HSL Color Space338,57% ,47%hsl(338,57% ,47%)
HSV Color Space337°, 73%, 73%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101110110011001101100110
Octal27363146
Decimal18751102
Hexbb3366

Different shades of #bb3366 color code.

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

Light Shade of #bb3366
#d05181
Dark Shade of #bb3366
#932850
Saturated Shade of #bb3366
#c72763
Desaturated Shade of #bb3366
#af3f69
Grey scale Shade of #bb3366
#777777
Brighten Shade
#d44c7f
Most Readable Shade
#FFFFFF

Shades of #bb3366 color code

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

#bb3366
#a62d5a
#91274f
#7c2244
#671c38
#53162d
#3e1122
#290b16
#14050b
#000000

Similar Color like #bb3366 color

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

#bc3467
#bd3568
#be3669
#bf376a
#c0386b
#c1396c
#c23a6d
#c33b6e
#c43c6f
#c53d70
#c63e71
#c73f72
#c84073
#c94174
#ba3265
#b93164
#b83063
#b72f62
#b62e61
#b52d60
#b42c5f
#b32b5e
#b22a5d
#b1295c
#b0285b
#af275a
#ae2659
#ad2558

Monochromatic Color with #bb3366

#bb3366
#e53f7d
#110509
#3b1020
#661c38
#90274f

Tints of #bb3366 Color

#bb3366
#c24977
#ca6088
#d17799
#d98daa
#e0a4bb
#e8bbcc
#efd1dd
#f7e8ee
#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

#bb3366
#33bb88

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

Split Complementary

#bb3366
#33bb44
#33aabb

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

Analogous Color

#bb339c
#bb3381
#bb3366
#bb334b
#bb3633

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

#bb3366
#66bb33
#3366bb

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

#bb3366
#aabb33
#33bb88
#4433bb

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

#bb3366
#33bb88
#33aabb
#bb4433

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

#bb3366 Color Code Preview on Black Background Color

This is how #bb3366 Color will look on black background color. Color contrast ratio is 3.78

#bb3366 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bb3366

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bb3366

#bb3366 color code is use for CSS Background Color

Background color for the above div is #bb3366

HTML with inline CSS

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

#bb3366 color code is use for CSS Border Color

CSS Border color for the above div is #bb3366

HTML with inline CSS

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

CSS Border Left color for the above div is #bb3366

HTML with inline CSS

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

CSS Border Right color for the above div is #bb3366

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bb3366

HTML with inline CSS

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

CSS Border Top color for the above div is #bb3366

HTML with inline CSS

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

#bb3366 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bb3366 Color code Preview on White Background

This is how #bb3366 Color code will look on white background color. Color contrast ratio is 5.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 #bb3366; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #bb3366; }

Related Gradients

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

0 Likes 0 Comments | 39 Views

Post your comment:-

By submitting comment you agree to our privacy policy.