rgb(181, 60, 221)
- In a RGB color space, hex #b53cdd color is composed of 71% red, 24% green, and 87% blue.
- In a CMYK color space, it is consist of 18% cyan, 73% magenta, 0% yellow and 13% black.
- In web design, the web safe color for #b53cdd is #9933CC. The complementary color of #b53cdd is #63dc3c.
#b53cdd Color Conversion
Hex Color #b53cdd RGB value, CMYK value, HSL value, HSV value...
Color Schemes with #b53cdd
-
#b53cdd
#b53cdd
-
#63dc3c
#63dc3c
-
#da9eee
#da9eee
-
#b2ee9e
#b2ee9e
-
#872da5
#872da5
-
#4aa52d
#4aa52d
-
#a376b2
#a376b2
-
#85b276
#85b276
Two colors (#b53cdd,#63dc3c) that are on opposite sides of the color wheel. This combination provides a high contrast and high impact color combination – together, these colors will appear brighter and more prominent.
In Grayscale mode, there are only gray tones, which include 256 different shades of gray ranging from black to white. In a grayscale file, the color saturation of the image is 0, and brightness is the only option that can affect the grayscale image.
Three colors that are evenly spaced on the color wheel. This provides a high contrast color scheme, but less so than the complementary color combination — making it more versatile. This combination creates bold, vibrant color palettes.
Three colors that are side by side on the color wheel. This color combination is versatile, but can be overwhelming. To balance an analogous color scheme, choose one dominant color, and use the others as accents.
-
#b53cdd
#b53cdd
-
#da9eee
#da9eee
-
#5a1e6e
#5a1e6e
-
#eccef6
#eccef6
-
#872da5
#872da5
-
#a376b2
#a376b2
-
#431652
#431652
-
#b19ab8
#b19ab8
Three shades, tones and tints of one base color. Provides a subtle and conservative color combination. This is a versatile color combination that is easy to apply to design projects for a harmonious look.
Shades and Tints of #b53cdd
-
#b53cdd
#b53cdd
-
#A336C7
#A336C7
-
#9130B1
#9130B1
-
#7F2A9B
#7F2A9B
-
#6D2485
#6D2485
-
#5B1E6F
#5B1E6F
-
#481858
#481858
-
#361242
#361242
-
#240C2C
#240C2C
-
#120616
#120616
-
#000000
#000000
A shade is created by adding black to a base hue, darkening the color. This creates a deeper, richer color. Shades can be quite dramatic and can be overpowering.
-
#b53cdd
#b53cdd
-
#BC50E0
#BC50E0
-
#C463E4
#C463E4
-
#CB77E7
#CB77E7
-
#D38AEB
#D38AEB
-
#DA9EEE
#DA9EEE
-
#E1B1F1
#E1B1F1
-
#E9C5F5
#E9C5F5
-
#F0D8F8
#F0D8F8
-
#F8ECFC
#F8ECFC
-
#FDF9FE
#FDF9FE
A tint is created by adding white to a base hue, lightening the color. This can make a color less intense, and is useful when balancing more vivid color combinations.
Random Colors
HTML Code & CSS
#b53cdd Color Preview on Black Background
#b53cdd Color Preview on White Background
<span style="color:#b53cdd;">Text here</span>
#b53cdd Background Color
#b53cdd Background Color
<p style="background-color:#b53cdd;">Text here</p>
#b53cdd Border Color
<div style="border:1px solid #b53cdd;">Text here</div>
<style>.text {color:#b53cdd;}
.background {background-color:#b53cdd;}
.border {border:1px solid #b53cdd;}</style>