Shades of Electric Purple #B11DF8
Tints of Electric Purple #B11DF8
RGB
CMYK
RGB Variations
Color information
#B11DF8 (or 0xB11DF8) is known color: Electric Purple. HEX triplet: B1, 1D and F8. RGB value is (177,29,248). Sum of RGB (Red+Green+Blue) = 177+29+248=454 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.99% from 454); Green value is 29 (11.72% from 255 or 6.39% from 454); Blue value is 248 (97.27% from 255 or 54.63% from 454); Max value from RGB is 248 - color contains mainly: blue. Hex color #B11DF8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B11DF8 is #4EE207. Grayscale: #616161. Windows color (decimal): -5169672 or 16260529. OLE color: 16260529.
HSL color Cylindrical-coordinate representation of color #B11DF8: hue angle of 280.55º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B11DF8 is Cyan = 0.29, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 177 | 29 | 248 | - |
| CMYK | 0.29 | 0.88 | 0 | 0.03 |
| HSL | 280.55º | 0.94% | 0.54% | - |
| HSV(B) | 280.55º | 0.88% | 0.97% | - |
| XYZ | 35.51 | 17 | 90.22 | - |
| YUV | 98.22 | 212.53 | 184.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 29 | 248 | 0.29 | 0.88 | 0 | 0.03 | 280.55 | 0.94 | 0.54 |
| Hex | B1 | 1D | F8 | 1D | 58 | 0 | 3 | 119 | 5E | 36 |
| Octal | 261 | 35 | 370 | 35 | 130 | 0 | 3 | 431 | 136 | 66 |
| Binary | 10110001 | 11101 | 11111000 | 11101 | 1011000 | 0 | 11 | 100011001 | 1011110 | 110110 |
Color Harmonies of #B11DF8
Complementary color
Monochromatic Colors of #B11DF8
Black with #B11DF8
Text Example
Text Example
White with #B11DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11DF8; }
p { color: rgb(177,29,248); }
H1.HeaderClassName
{
color: #B11DF8;
}
.AnyTagClassName
{
color: #B11DF8;
}
</style>
background-color css
<style>
a { background-color: #B11DF8; }
a { background-color: rgb(177,29,248); }
div.DivClassName
{
background-color: #B11DF8;
}
.BgClassName
{
background-color: #B11DF8;
}
</style>
border-color css
<style>
span { border-color: #B11DF8; }
span { border-color: rgb(177,29,248); }
td.TdClassName
{
border-color: #B11DF8;
}
.TagClassName
{
border-color: #B11DF8;
}
</style>