Shades of Electric Purple #B21FFF
Tints of Electric Purple #B21FFF
RGB
CMYK
RGB Variations
Color information
#B21FFF (or 0xB21FFF) is known color: Electric Purple. HEX triplet: B2, 1F and FF. RGB value is (178,31,255). Sum of RGB (Red+Green+Blue) = 178+31+255=464 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.36% from 464); Green value is 31 (12.5% from 255 or 6.68% from 464); Blue value is 255 (100% from 255 or 54.96% from 464); Max value from RGB is 255 - color contains mainly: blue. Hex color #B21FFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B21FFF is #4DE000. Grayscale: #636363. Windows color (decimal): -5103617 or 16719794. OLE color: 16719794.
HSL color Cylindrical-coordinate representation of color #B21FFF: hue angle of 279.38º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B21FFF is Cyan = 0.30, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 178 | 31 | 255 | - |
| CMYK | 0.30 | 0.88 | 0 | 0 |
| HSL | 279.38º | 1% | 0.56% | - |
| HSV(B) | 279.38º | 0.88% | 1% | - |
| XYZ | 36.9 | 17.66 | 96.07 | - |
| YUV | 100.49 | 215.2 | 183.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 31 | 255 | 0.30 | 0.88 | 0 | 0 | 279.38 | 1 | 0.56 |
| Hex | B2 | 1F | FF | 1E | 58 | 0 | 0 | 117 | 64 | 38 |
| Octal | 262 | 37 | 377 | 36 | 130 | 0 | 0 | 427 | 144 | 70 |
| Binary | 10110010 | 11111 | 11111111 | 11110 | 1011000 | 0 | 0 | 100010111 | 1100100 | 111000 |
Color Harmonies of #B21FFF
Complementary color
Monochromatic Colors of #B21FFF
Black with #B21FFF
Text Example
Text Example
White with #B21FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21FFF; }
p { color: rgb(178,31,255); }
H1.HeaderClassName
{
color: #B21FFF;
}
.AnyTagClassName
{
color: #B21FFF;
}
</style>
background-color css
<style>
a { background-color: #B21FFF; }
a { background-color: rgb(178,31,255); }
div.DivClassName
{
background-color: #B21FFF;
}
.BgClassName
{
background-color: #B21FFF;
}
</style>
border-color css
<style>
span { border-color: #B21FFF; }
span { border-color: rgb(178,31,255); }
td.TdClassName
{
border-color: #B21FFF;
}
.TagClassName
{
border-color: #B21FFF;
}
</style>