Shades of Electric Purple #B11DFE
Tints of Electric Purple #B11DFE
RGB
CMYK
RGB Variations
Color information
#B11DFE (or 0xB11DFE) is known color: Electric Purple. HEX triplet: B1, 1D and FE. RGB value is (177,29,254). Sum of RGB (Red+Green+Blue) = 177+29+254=460 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.48% from 460); Green value is 29 (11.72% from 255 or 6.30% from 460); Blue value is 254 (99.61% from 255 or 55.22% from 460); Max value from RGB is 254 - color contains mainly: blue. Hex color #B11DFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B11DFE is #4EE201. Grayscale: #626262. Windows color (decimal): -5169666 or 16653745. OLE color: 16653745.
HSL color Cylindrical-coordinate representation of color #B11DFE: hue angle of 279.47º 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 #B11DFE is Cyan = 0.30, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 177 | 29 | 254 | - |
| CMYK | 0.30 | 0.89 | 0 | 0.00 |
| HSL | 279.47º | 0.99% | 0.55% | - |
| HSV(B) | 279.47º | 0.89% | 1% | - |
| XYZ | 36.46 | 17.38 | 95.2 | - |
| YUV | 98.9 | 215.53 | 183.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 29 | 254 | 0.30 | 0.89 | 0 | 0.00 | 279.47 | 0.99 | 0.55 |
| Hex | B1 | 1D | FE | 1E | 59 | 0 | 0 | 117 | 63 | 37 |
| Octal | 261 | 35 | 376 | 36 | 131 | 0 | 0 | 427 | 143 | 67 |
| Binary | 10110001 | 11101 | 11111110 | 11110 | 1011001 | 0 | 0 | 100010111 | 1100011 | 110111 |
Color Harmonies of #B11DFE
Complementary color
Monochromatic Colors of #B11DFE
Black with #B11DFE
Text Example
Text Example
White with #B11DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11DFE; }
p { color: rgb(177,29,254); }
H1.HeaderClassName
{
color: #B11DFE;
}
.AnyTagClassName
{
color: #B11DFE;
}
</style>
background-color css
<style>
a { background-color: #B11DFE; }
a { background-color: rgb(177,29,254); }
div.DivClassName
{
background-color: #B11DFE;
}
.BgClassName
{
background-color: #B11DFE;
}
</style>
border-color css
<style>
span { border-color: #B11DFE; }
span { border-color: rgb(177,29,254); }
td.TdClassName
{
border-color: #B11DFE;
}
.TagClassName
{
border-color: #B11DFE;
}
</style>