Shades of Electric Purple #B21FFB
Tints of Electric Purple #B21FFB
RGB
CMYK
RGB Variations
Color information
#B21FFB (or 0xB21FFB) is known color: Electric Purple. HEX triplet: B2, 1F and FB. RGB value is (178,31,251). Sum of RGB (Red+Green+Blue) = 178+31+251=460 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.70% from 460); Green value is 31 (12.5% from 255 or 6.74% from 460); Blue value is 251 (98.44% from 255 or 54.57% from 460); Max value from RGB is 251 - color contains mainly: blue. Hex color #B21FFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B21FFB is #4DE004. Grayscale: #636363. Windows color (decimal): -5103621 or 16457650. OLE color: 16457650.
HSL color Cylindrical-coordinate representation of color #B21FFB: hue angle of 280.09º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B21FFB is Cyan = 0.29, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 31 | 251 | - |
| CMYK | 0.29 | 0.88 | 0 | 0.02 |
| HSL | 280.09º | 0.96% | 0.55% | - |
| HSV(B) | 280.09º | 0.88% | 0.98% | - |
| XYZ | 36.26 | 17.41 | 92.72 | - |
| YUV | 100.03 | 213.2 | 183.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 31 | 251 | 0.29 | 0.88 | 0 | 0.02 | 280.09 | 0.96 | 0.55 |
| Hex | B2 | 1F | FB | 1D | 58 | 0 | 2 | 118 | 60 | 37 |
| Octal | 262 | 37 | 373 | 35 | 130 | 0 | 2 | 430 | 140 | 67 |
| Binary | 10110010 | 11111 | 11111011 | 11101 | 1011000 | 0 | 10 | 100011000 | 1100000 | 110111 |
Color Harmonies of #B21FFB
Complementary color
Monochromatic Colors of #B21FFB
Black with #B21FFB
Text Example
Text Example
White with #B21FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21FFB; }
p { color: rgb(178,31,251); }
H1.HeaderClassName
{
color: #B21FFB;
}
.AnyTagClassName
{
color: #B21FFB;
}
</style>
background-color css
<style>
a { background-color: #B21FFB; }
a { background-color: rgb(178,31,251); }
div.DivClassName
{
background-color: #B21FFB;
}
.BgClassName
{
background-color: #B21FFB;
}
</style>
border-color css
<style>
span { border-color: #B21FFB; }
span { border-color: rgb(178,31,251); }
td.TdClassName
{
border-color: #B21FFB;
}
.TagClassName
{
border-color: #B21FFB;
}
</style>