Shades of Electric Purple #B11BFE
Tints of Electric Purple #B11BFE
RGB
CMYK
RGB Variations
Color information
#B11BFE (or 0xB11BFE) is known color: Electric Purple. HEX triplet: B1, 1B and FE. RGB value is (177,27,254). Sum of RGB (Red+Green+Blue) = 177+27+254=458 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.65% from 458); Green value is 27 (10.94% from 255 or 5.90% from 458); Blue value is 254 (99.61% from 255 or 55.46% from 458); Max value from RGB is 254 - color contains mainly: blue. Hex color #B11BFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B11BFE is #4EE401. Grayscale: #606060. Windows color (decimal): -5170178 or 16653233. OLE color: 16653233.
HSL color Cylindrical-coordinate representation of color #B11BFE: hue angle of 279.65º 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 #B11BFE is Cyan = 0.30, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 177 | 27 | 254 | - |
| CMYK | 0.30 | 0.89 | 0 | 0.00 |
| HSL | 279.65º | 0.99% | 0.55% | - |
| HSV(B) | 279.65º | 0.89% | 1% | - |
| XYZ | 36.41 | 17.29 | 95.18 | - |
| YUV | 97.73 | 216.2 | 184.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 27 | 254 | 0.30 | 0.89 | 0 | 0.00 | 279.65 | 0.99 | 0.55 |
| Hex | B1 | 1B | FE | 1E | 59 | 0 | 0 | 118 | 63 | 37 |
| Octal | 261 | 33 | 376 | 36 | 131 | 0 | 0 | 430 | 143 | 67 |
| Binary | 10110001 | 11011 | 11111110 | 11110 | 1011001 | 0 | 0 | 100011000 | 1100011 | 110111 |
Color Harmonies of #B11BFE
Complementary color
Monochromatic Colors of #B11BFE
Black with #B11BFE
Text Example
Text Example
White with #B11BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11BFE; }
p { color: rgb(177,27,254); }
H1.HeaderClassName
{
color: #B11BFE;
}
.AnyTagClassName
{
color: #B11BFE;
}
</style>
background-color css
<style>
a { background-color: #B11BFE; }
a { background-color: rgb(177,27,254); }
div.DivClassName
{
background-color: #B11BFE;
}
.BgClassName
{
background-color: #B11BFE;
}
</style>
border-color css
<style>
span { border-color: #B11BFE; }
span { border-color: rgb(177,27,254); }
td.TdClassName
{
border-color: #B11BFE;
}
.TagClassName
{
border-color: #B11BFE;
}
</style>