Shades of Electric Purple #B121FE
Tints of Electric Purple #B121FE
RGB
CMYK
RGB Variations
Color information
#B121FE (or 0xB121FE) is known color: Electric Purple. HEX triplet: B1, 21 and FE. RGB value is (177,33,254). Sum of RGB (Red+Green+Blue) = 177+33+254=464 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.15% from 464); Green value is 33 (13.28% from 255 or 7.11% from 464); Blue value is 254 (99.61% from 255 or 54.74% from 464); Max value from RGB is 254 - color contains mainly: blue. Hex color #B121FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B121FE is #4EDE01. Grayscale: #646464. Windows color (decimal): -5168642 or 16654769. OLE color: 16654769.
HSL color Cylindrical-coordinate representation of color #B121FE: hue angle of 279.1º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B121FE is Cyan = 0.30, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 177 | 33 | 254 | - |
| CMYK | 0.30 | 0.87 | 0 | 0.00 |
| HSL | 279.1º | 0.99% | 0.56% | - |
| HSV(B) | 279.1º | 0.87% | 1% | - |
| XYZ | 36.56 | 17.59 | 95.23 | - |
| YUV | 101.25 | 214.21 | 182.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 33 | 254 | 0.30 | 0.87 | 0 | 0.00 | 279.1 | 0.99 | 0.56 |
| Hex | B1 | 21 | FE | 1E | 57 | 0 | 0 | 117 | 63 | 38 |
| Octal | 261 | 41 | 376 | 36 | 127 | 0 | 0 | 427 | 143 | 70 |
| Binary | 10110001 | 100001 | 11111110 | 11110 | 1010111 | 0 | 0 | 100010111 | 1100011 | 111000 |
Color Harmonies of #B121FE
Complementary color
Monochromatic Colors of #B121FE
Black with #B121FE
Text Example
Text Example
White with #B121FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B121FE; }
p { color: rgb(177,33,254); }
H1.HeaderClassName
{
color: #B121FE;
}
.AnyTagClassName
{
color: #B121FE;
}
</style>
background-color css
<style>
a { background-color: #B121FE; }
a { background-color: rgb(177,33,254); }
div.DivClassName
{
background-color: #B121FE;
}
.BgClassName
{
background-color: #B121FE;
}
</style>
border-color css
<style>
span { border-color: #B121FE; }
span { border-color: rgb(177,33,254); }
td.TdClassName
{
border-color: #B121FE;
}
.TagClassName
{
border-color: #B121FE;
}
</style>