Shades of Electric Purple #B11DF6
Tints of Electric Purple #B11DF6
RGB
CMYK
RGB Variations
Color information
#B11DF6 (or 0xB11DF6) is known color: Electric Purple. HEX triplet: B1, 1D and F6. RGB value is (177,29,246). Sum of RGB (Red+Green+Blue) = 177+29+246=452 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.16% from 452); Green value is 29 (11.72% from 255 or 6.42% from 452); Blue value is 246 (96.48% from 255 or 54.42% from 452); Max value from RGB is 246 - color contains mainly: blue. Hex color #B11DF6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B11DF6 is #4EE209. Grayscale: #616161. Windows color (decimal): -5169674 or 16129457. OLE color: 16129457.
HSL color Cylindrical-coordinate representation of color #B11DF6: hue angle of 280.92º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B11DF6 is Cyan = 0.28, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 177 | 29 | 246 | - |
| CMYK | 0.28 | 0.88 | 0 | 0.04 |
| HSL | 280.92º | 0.92% | 0.54% | - |
| HSV(B) | 280.92º | 0.88% | 0.96% | - |
| XYZ | 35.21 | 16.88 | 88.59 | - |
| YUV | 97.99 | 211.53 | 184.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 29 | 246 | 0.28 | 0.88 | 0 | 0.04 | 280.92 | 0.92 | 0.54 |
| Hex | B1 | 1D | F6 | 1C | 58 | 0 | 4 | 119 | 5C | 36 |
| Octal | 261 | 35 | 366 | 34 | 130 | 0 | 4 | 431 | 134 | 66 |
| Binary | 10110001 | 11101 | 11110110 | 11100 | 1011000 | 0 | 100 | 100011001 | 1011100 | 110110 |
Color Harmonies of #B11DF6
Complementary color
Monochromatic Colors of #B11DF6
Black with #B11DF6
Text Example
Text Example
White with #B11DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11DF6; }
p { color: rgb(177,29,246); }
H1.HeaderClassName
{
color: #B11DF6;
}
.AnyTagClassName
{
color: #B11DF6;
}
</style>
background-color css
<style>
a { background-color: #B11DF6; }
a { background-color: rgb(177,29,246); }
div.DivClassName
{
background-color: #B11DF6;
}
.BgClassName
{
background-color: #B11DF6;
}
</style>
border-color css
<style>
span { border-color: #B11DF6; }
span { border-color: rgb(177,29,246); }
td.TdClassName
{
border-color: #B11DF6;
}
.TagClassName
{
border-color: #B11DF6;
}
</style>