Shades of Electric Purple #B11DFF
Tints of Electric Purple #B11DFF
RGB
CMYK
RGB Variations
Color information
#B11DFF (or 0xB11DFF) is known color: Electric Purple. HEX triplet: B1, 1D and FF. RGB value is (177,29,255). Sum of RGB (Red+Green+Blue) = 177+29+255=461 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.39% from 461); Green value is 29 (11.72% from 255 or 6.29% from 461); Blue value is 255 (100% from 255 or 55.31% from 461); Max value from RGB is 255 - color contains mainly: blue. Hex color #B11DFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B11DFF is #4EE200. Grayscale: #626262. Windows color (decimal): -5169665 or 16719281. OLE color: 16719281.
HSL color Cylindrical-coordinate representation of color #B11DFF: hue angle of 279.29º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B11DFF is Cyan = 0.31, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 177 | 29 | 255 | - |
| CMYK | 0.31 | 0.89 | 0 | 0 |
| HSL | 279.29º | 1% | 0.56% | - |
| HSV(B) | 279.29º | 0.89% | 1% | - |
| XYZ | 36.62 | 17.45 | 96.04 | - |
| YUV | 99.02 | 216.03 | 183.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 29 | 255 | 0.31 | 0.89 | 0 | 0 | 279.29 | 1 | 0.56 |
| Hex | B1 | 1D | FF | 1F | 59 | 0 | 0 | 117 | 64 | 38 |
| Octal | 261 | 35 | 377 | 37 | 131 | 0 | 0 | 427 | 144 | 70 |
| Binary | 10110001 | 11101 | 11111111 | 11111 | 1011001 | 0 | 0 | 100010111 | 1100100 | 111000 |
Color Harmonies of #B11DFF
Complementary color
Monochromatic Colors of #B11DFF
Black with #B11DFF
Text Example
Text Example
White with #B11DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11DFF; }
p { color: rgb(177,29,255); }
H1.HeaderClassName
{
color: #B11DFF;
}
.AnyTagClassName
{
color: #B11DFF;
}
</style>
background-color css
<style>
a { background-color: #B11DFF; }
a { background-color: rgb(177,29,255); }
div.DivClassName
{
background-color: #B11DFF;
}
.BgClassName
{
background-color: #B11DFF;
}
</style>
border-color css
<style>
span { border-color: #B11DFF; }
span { border-color: rgb(177,29,255); }
td.TdClassName
{
border-color: #B11DFF;
}
.TagClassName
{
border-color: #B11DFF;
}
</style>