Shades of Electric Purple #B122FE
Tints of Electric Purple #B122FE
RGB
CMYK
RGB Variations
Color information
#B122FE (or 0xB122FE) is known color: Electric Purple. HEX triplet: B1, 22 and FE. RGB value is (177,34,254). Sum of RGB (Red+Green+Blue) = 177+34+254=465 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.06% from 465); Green value is 34 (13.67% from 255 or 7.31% from 465); Blue value is 254 (99.61% from 255 or 54.62% from 465); Max value from RGB is 254 - color contains mainly: blue. Hex color #B122FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B122FE is #4EDD01. Grayscale: #656565. Windows color (decimal): -5168386 or 16655025. OLE color: 16655025.
HSL color Cylindrical-coordinate representation of color #B122FE: hue angle of 279º 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 #B122FE is Cyan = 0.30, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 177 | 34 | 254 | - |
| CMYK | 0.30 | 0.87 | 0 | 0.00 |
| HSL | 279º | 0.99% | 0.56% | - |
| HSV(B) | 279º | 0.87% | 1% | - |
| XYZ | 36.59 | 17.65 | 95.24 | - |
| YUV | 101.84 | 213.88 | 181.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 34 | 254 | 0.30 | 0.87 | 0 | 0.00 | 279 | 0.99 | 0.56 |
| Hex | B1 | 22 | FE | 1E | 57 | 0 | 0 | 117 | 63 | 38 |
| Octal | 261 | 42 | 376 | 36 | 127 | 0 | 0 | 427 | 143 | 70 |
| Binary | 10110001 | 100010 | 11111110 | 11110 | 1010111 | 0 | 0 | 100010111 | 1100011 | 111000 |
Color Harmonies of #B122FE
Complementary color
Monochromatic Colors of #B122FE
Black with #B122FE
Text Example
Text Example
White with #B122FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B122FE; }
p { color: rgb(177,34,254); }
H1.HeaderClassName
{
color: #B122FE;
}
.AnyTagClassName
{
color: #B122FE;
}
</style>
background-color css
<style>
a { background-color: #B122FE; }
a { background-color: rgb(177,34,254); }
div.DivClassName
{
background-color: #B122FE;
}
.BgClassName
{
background-color: #B122FE;
}
</style>
border-color css
<style>
span { border-color: #B122FE; }
span { border-color: rgb(177,34,254); }
td.TdClassName
{
border-color: #B122FE;
}
.TagClassName
{
border-color: #B122FE;
}
</style>