Shades of Electric Purple #B11CFE
Tints of Electric Purple #B11CFE
RGB
CMYK
RGB Variations
Color information
#B11CFE (or 0xB11CFE) is known color: Electric Purple. HEX triplet: B1, 1C and FE. RGB value is (177,28,254). Sum of RGB (Red+Green+Blue) = 177+28+254=459 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.56% from 459); Green value is 28 (11.33% from 255 or 6.10% from 459); Blue value is 254 (99.61% from 255 or 55.34% from 459); Max value from RGB is 254 - color contains mainly: blue. Hex color #B11CFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B11CFE is #4EE301. Grayscale: #616161. Windows color (decimal): -5169922 or 16653489. OLE color: 16653489.
HSL color Cylindrical-coordinate representation of color #B11CFE: hue angle of 279.56º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B11CFE is Cyan = 0.30, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 177 | 28 | 254 | - |
| CMYK | 0.30 | 0.89 | 0 | 0.00 |
| HSL | 279.56º | 0.99% | 0.55% | - |
| HSV(B) | 279.56º | 0.89% | 1% | - |
| XYZ | 36.44 | 17.33 | 95.19 | - |
| YUV | 98.32 | 215.86 | 184.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 28 | 254 | 0.30 | 0.89 | 0 | 0.00 | 279.56 | 0.99 | 0.55 |
| Hex | B1 | 1C | FE | 1E | 59 | 0 | 0 | 118 | 63 | 37 |
| Octal | 261 | 34 | 376 | 36 | 131 | 0 | 0 | 430 | 143 | 67 |
| Binary | 10110001 | 11100 | 11111110 | 11110 | 1011001 | 0 | 0 | 100011000 | 1100011 | 110111 |
Color Harmonies of #B11CFE
Complementary color
Monochromatic Colors of #B11CFE
Black with #B11CFE
Text Example
Text Example
White with #B11CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11CFE; }
p { color: rgb(177,28,254); }
H1.HeaderClassName
{
color: #B11CFE;
}
.AnyTagClassName
{
color: #B11CFE;
}
</style>
background-color css
<style>
a { background-color: #B11CFE; }
a { background-color: rgb(177,28,254); }
div.DivClassName
{
background-color: #B11CFE;
}
.BgClassName
{
background-color: #B11CFE;
}
</style>
border-color css
<style>
span { border-color: #B11CFE; }
span { border-color: rgb(177,28,254); }
td.TdClassName
{
border-color: #B11CFE;
}
.TagClassName
{
border-color: #B11CFE;
}
</style>