Color: #B54FFC
#B54FFC Color Information
#B54FFC is a light color. The closest websafe version is #B54FFC. A complement of this color would be #97FC4F, perceived brightness is 0.51, and the grayscale version is #A6A6A6.
In the HSL color space, this color has a hue angle of 275°,a saturation of 97%, and a lightness of 65%.The HSV representation shows a hue of 275°, a saturation of 69%, and a value of 99%.
In a RGB color space, #B54FFC is composed of 71% red, 31% green and 99% blue. Whereas in a CMYK color space, it is composed of 28% cyan, 69% magenta, 0% yellow and 1% black.
In the Yxy color space, this color is represented as Y: 21.79, x: 0.2857, and y: 0.1679.
Color Code #B54FFC
Shades of Color #B54FFC
Shades are created by darkening the original color #B54FFC in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.
Tints of Color #B54FFC
Tints are created by lightening the original color #B54FFC in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.
About #B54FFC Color Code
In the HSL color space, this color has a hue angle of 275°, a saturation of 97%, and a lightness of 65%. The HSV representation shows a hue of 275°, a saturation of 69%, and a value of 99%.
- HEX: #B54FFC
- RGB: rgb(181, 79, 252)
- HSL: hsl(275, 97%, 65%)
- HSV: hsv(275, 69%, 99%)
- CMYK: 28.00% cyan, 69.00% magenta, 0.00% yellow, 100.00% black
- XYZ: 37.09, 21.79, 70.92
- Yxy: 21.79, 0.2857, 0.1679
- Hunter Lab: 53.80, 62.77, -69.81
- CIE-Lab: 53.80, 62.77, -69.81
In the XYZ color space, this color is represented as X: 37.09, Y: 21.79, Z: 70.92. The Yxy representation further refines this as Y: 21.79, x: 0.2857, and y: 0.1679.
In the Hunter Lab color space, this color is represented as L: 53.80, a: 62.77, and b: -69.81. Similarly, in the CIE-Lab color space, it is represented as L: 53.80, a: 62.77, and b: -69.81.
Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.
Triadic Colors of #B54FFC
Triadic colors are three colors evenly spaced around the color wheel, including #B54FFC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #B54FFC
Split complementary colors are two colors adjacent to the complementary color of #B54FFC. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #B54FFC
Monochromatic colors are variations of #B54FFC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #B54FFC
The complementary color of #B54FFC is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.
CSS Examples of #B54FFC
/* Using HEX */ body { background-color: #b54ffc; }
/* Using RGB */ body { background-color: rgb(181, 79, 252); }
/* Using RGB with opacity */ body { background-color: rgba(181, 79, 252, 0.5); }
/* Using HSL */ body { background-color: hsl(275, 97%, 65%); }
/* Text color */ p { color: #b54ffc; }
/* Box shadow */ div { box-shadow: 4px 4px #b54ffc; }
/* Border color */ .box { border: 4px solid #b54ffc; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #b54ffc; }
/* Background with text */ div { background: #b54ffc; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #B54FFC
<!-- Using HEX --> <div style="background-color: #b54ffc; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(181, 79, 252); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(181, 79, 252, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(275, 97%, 65%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #b54ffc;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #b54ffc; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #b54ffc; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #b54ffc;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #b54ffc; color: #fff; padding: 16px; border-radius: 8px;"> #B54FFC </div>
Related Colors of #B54FFC
These colors are similar to #B54FFC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.