In a RGB color space, #ff2bff hex color is composed of 100% red, 16.9% green and 100% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 83.1% magenta, 0% yellow and 0% black. It has a hue angle of 300 degrees, a saturation of 100% and a lightness of 58.4%. #ff2bff color hex could be obtained by blending #ff56ff with #ff00ff. Closest websafe color is: #ff33ff.
The hexadecimal color #ff2bff has RGB values of R:255, G:43, B:255 and CMYK values of C:0, M:0.83, Y:0, K:0. Its decimal value is 16722943.
Hex triplet | ff2bff | #ff2bff |
RGB Decimal | 255, 43, 255 | rgb(255,43,255) |
RGB Percent | 100, 16.9, 100 | rgb(100%,16.9%,100%) |
CMYK | 0, 83.1, 0, 0 | |
HSL | 300°, 100, 58.4 | hsl(300,100%,58.4%) |
HSV(HSB) | 300°, 83.1, 100 | |
Web Safe | ff33ff | #f3f |
XYZ | 60.154, 30.208, 97.268 |
xyY | 0.321, 0.161, 30.208 |
CIE-LAB | 61.833, 93.797, -58.424 |
CIE-LCH | 61.833, 110.505, 328.082 |
CIE-LUV | 61.833, 81.214, -105.013 |
Hunter-Lab | 54.962, 99.18, -66.455 |
Binary | 11111111, 00101011, 11111111 |
Below, you can see some colors close to #ff2bff. Having a set of related colors can be useful if you need an inspirational alternative to your original color choice.
This text has a font color of #ff2bff.
<span style="color:#ff2bff">Text here</span>
This paragraph has a background color of #ff2bff.
<p style="background-color:#ff2bff;">Content here</p>
This element has a border color of #ff2bff.
<div style="border:1px #ff2bff;">Content here</div>
.text {color:#ff2bff;}
.background {background-color:#ff2bff;}
.border {border:1px solid #ff2bff;}
.text-shadow {border:1px solid #ff2bff;}
A shade is achieved by adding black to any pure hue, while a tint is created by mixing white to any pure color. In this example, #000000 is the darkest color, while #ffeaff is the lightest one.
A tone is produced by adding gray to any pure hue. In this case, #959595 is the less saturated color, while #f634f6 is the most saturated one.