Shades of Electric Purple #B11FFE
Tints of Electric Purple #B11FFE
RGB
CMYK
RGB Variations
Color information
#B11FFE (or 0xB11FFE) is known color: Electric Purple. HEX triplet: B1, 1F and FE. RGB value is (177,31,254). Sum of RGB (Red+Green+Blue) = 177+31+254=462 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.31% from 462); Green value is 31 (12.5% from 255 or 6.71% from 462); Blue value is 254 (99.61% from 255 or 54.98% from 462); Max value from RGB is 254 - color contains mainly: blue. Hex color #B11FFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B11FFE is #4EE001. Grayscale: #636363. Windows color (decimal): -5169154 or 16654257. OLE color: 16654257.
HSL color Cylindrical-coordinate representation of color #B11FFE: hue angle of 279.28º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B11FFE is Cyan = 0.30, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 177 | 31 | 254 | - |
| CMYK | 0.30 | 0.88 | 0 | 0.00 |
| HSL | 279.28º | 0.99% | 0.56% | - |
| HSV(B) | 279.28º | 0.88% | 1% | - |
| XYZ | 36.51 | 17.48 | 95.22 | - |
| YUV | 100.08 | 214.87 | 182.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 31 | 254 | 0.30 | 0.88 | 0 | 0.00 | 279.28 | 0.99 | 0.56 |
| Hex | B1 | 1F | FE | 1E | 58 | 0 | 0 | 117 | 63 | 38 |
| Octal | 261 | 37 | 376 | 36 | 130 | 0 | 0 | 427 | 143 | 70 |
| Binary | 10110001 | 11111 | 11111110 | 11110 | 1011000 | 0 | 0 | 100010111 | 1100011 | 111000 |
Color Harmonies of #B11FFE
Complementary color
Monochromatic Colors of #B11FFE
Black with #B11FFE
Text Example
Text Example
White with #B11FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11FFE; }
p { color: rgb(177,31,254); }
H1.HeaderClassName
{
color: #B11FFE;
}
.AnyTagClassName
{
color: #B11FFE;
}
</style>
background-color css
<style>
a { background-color: #B11FFE; }
a { background-color: rgb(177,31,254); }
div.DivClassName
{
background-color: #B11FFE;
}
.BgClassName
{
background-color: #B11FFE;
}
</style>
border-color css
<style>
span { border-color: #B11FFE; }
span { border-color: rgb(177,31,254); }
td.TdClassName
{
border-color: #B11FFE;
}
.TagClassName
{
border-color: #B11FFE;
}
</style>