Shades of Electric Purple #B101EC
Tints of Electric Purple #B101EC
RGB
CMYK
RGB Variations
Color information
#B101EC (or 0xB101EC) is known color: Electric Purple. HEX triplet: B1, 01 and EC. RGB value is (177,1,236). Sum of RGB (Red+Green+Blue) = 177+1+236=414 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.75% from 414); Green value is 1 (0.78% from 255 or 0.24% from 414); Blue value is 236 (92.58% from 255 or 57.00% from 414); Max value from RGB is 236 - color contains mainly: blue. Hex color #B101EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B101EC is #4EFE13. Grayscale: #4F4F4F. Windows color (decimal): -5176852 or 15466929. OLE color: 15466929.
HSL color Cylindrical-coordinate representation of color #B101EC: hue angle of 284.94º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B101EC is Cyan = 0.25, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 1 | 236 | - |
| CMYK | 0.25 | 1.00 | 0 | 0.07 |
| HSL | 284.94º | 0.99% | 0.46% | - |
| HSV(B) | 284.94º | 1% | 0.93% | - |
| XYZ | 33.28 | 15.42 | 80.58 | - |
| YUV | 80.41 | 215.81 | 196.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 1 | 236 | 0.25 | 1.00 | 0 | 0.07 | 284.94 | 0.99 | 0.46 |
| Hex | B1 | 1 | EC | 19 | 64 | 0 | 7 | 11D | 63 | 2E |
| Octal | 261 | 1 | 354 | 31 | 144 | 0 | 7 | 435 | 143 | 56 |
| Binary | 10110001 | 1 | 11101100 | 11001 | 1100100 | 0 | 111 | 100011101 | 1100011 | 101110 |
Color Harmonies of #B101EC
Complementary color
Monochromatic Colors of #B101EC
Black with #B101EC
Text Example
Text Example
White with #B101EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B101EC; }
p { color: rgb(177,1,236); }
H1.HeaderClassName
{
color: #B101EC;
}
.AnyTagClassName
{
color: #B101EC;
}
</style>
background-color css
<style>
a { background-color: #B101EC; }
a { background-color: rgb(177,1,236); }
div.DivClassName
{
background-color: #B101EC;
}
.BgClassName
{
background-color: #B101EC;
}
</style>
border-color css
<style>
span { border-color: #B101EC; }
span { border-color: rgb(177,1,236); }
td.TdClassName
{
border-color: #B101EC;
}
.TagClassName
{
border-color: #B101EC;
}
</style>