Shades of Electric Purple #B10EFE
Tints of Electric Purple #B10EFE
RGB
CMYK
RGB Variations
Color information
#B10EFE (or 0xB10EFE) is known color: Electric Purple. HEX triplet: B1, 0E and FE. RGB value is (177,14,254). Sum of RGB (Red+Green+Blue) = 177+14+254=445 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.78% from 445); Green value is 14 (5.86% from 255 or 3.15% from 445); Blue value is 254 (99.61% from 255 or 57.08% from 445); Max value from RGB is 254 - color contains mainly: blue. Hex color #B10EFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B10EFE is #4EF101. Grayscale: #595959. Windows color (decimal): -5173506 or 16649905. OLE color: 16649905.
HSL color Cylindrical-coordinate representation of color #B10EFE: hue angle of 280.75º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B10EFE is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 177 | 14 | 254 | - |
| CMYK | 0.30 | 0.94 | 0 | 0.00 |
| HSL | 280.75º | 0.99% | 0.53% | - |
| HSV(B) | 280.75º | 0.94% | 1% | - |
| XYZ | 36.18 | 16.82 | 95.11 | - |
| YUV | 90.1 | 220.5 | 189.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 14 | 254 | 0.30 | 0.94 | 0 | 0.00 | 280.75 | 0.99 | 0.53 |
| Hex | B1 | E | FE | 1E | 5E | 0 | 0 | 119 | 63 | 35 |
| Octal | 261 | 16 | 376 | 36 | 136 | 0 | 0 | 431 | 143 | 65 |
| Binary | 10110001 | 1110 | 11111110 | 11110 | 1011110 | 0 | 0 | 100011001 | 1100011 | 110101 |
Color Harmonies of #B10EFE
Complementary color
Monochromatic Colors of #B10EFE
Black with #B10EFE
Text Example
Text Example
White with #B10EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10EFE; }
p { color: rgb(177,14,254); }
H1.HeaderClassName
{
color: #B10EFE;
}
.AnyTagClassName
{
color: #B10EFE;
}
</style>
background-color css
<style>
a { background-color: #B10EFE; }
a { background-color: rgb(177,14,254); }
div.DivClassName
{
background-color: #B10EFE;
}
.BgClassName
{
background-color: #B10EFE;
}
</style>
border-color css
<style>
span { border-color: #B10EFE; }
span { border-color: rgb(177,14,254); }
td.TdClassName
{
border-color: #B10EFE;
}
.TagClassName
{
border-color: #B10EFE;
}
</style>