Shades of Electric Purple #B11EFB
Tints of Electric Purple #B11EFB
RGB
CMYK
RGB Variations
Color information
#B11EFB (or 0xB11EFB) is known color: Electric Purple. HEX triplet: B1, 1E and FB. RGB value is (177,30,251). Sum of RGB (Red+Green+Blue) = 177+30+251=458 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.65% from 458); Green value is 30 (12.11% from 255 or 6.55% from 458); Blue value is 251 (98.44% from 255 or 54.80% from 458); Max value from RGB is 251 - color contains mainly: blue. Hex color #B11EFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B11EFB is #4EE104. Grayscale: #626262. Windows color (decimal): -5169413 or 16457393. OLE color: 16457393.
HSL color Cylindrical-coordinate representation of color #B11EFB: hue angle of 279.91º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B11EFB is Cyan = 0.29, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 177 | 30 | 251 | - |
| CMYK | 0.29 | 0.88 | 0 | 0.02 |
| HSL | 279.91º | 0.97% | 0.55% | - |
| HSV(B) | 279.91º | 0.88% | 0.98% | - |
| XYZ | 36.01 | 17.24 | 92.7 | - |
| YUV | 99.15 | 213.7 | 183.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 30 | 251 | 0.29 | 0.88 | 0 | 0.02 | 279.91 | 0.97 | 0.55 |
| Hex | B1 | 1E | FB | 1D | 58 | 0 | 2 | 118 | 61 | 37 |
| Octal | 261 | 36 | 373 | 35 | 130 | 0 | 2 | 430 | 141 | 67 |
| Binary | 10110001 | 11110 | 11111011 | 11101 | 1011000 | 0 | 10 | 100011000 | 1100001 | 110111 |
Color Harmonies of #B11EFB
Complementary color
Monochromatic Colors of #B11EFB
Black with #B11EFB
Text Example
Text Example
White with #B11EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11EFB; }
p { color: rgb(177,30,251); }
H1.HeaderClassName
{
color: #B11EFB;
}
.AnyTagClassName
{
color: #B11EFB;
}
</style>
background-color css
<style>
a { background-color: #B11EFB; }
a { background-color: rgb(177,30,251); }
div.DivClassName
{
background-color: #B11EFB;
}
.BgClassName
{
background-color: #B11EFB;
}
</style>
border-color css
<style>
span { border-color: #B11EFB; }
span { border-color: rgb(177,30,251); }
td.TdClassName
{
border-color: #B11EFB;
}
.TagClassName
{
border-color: #B11EFB;
}
</style>