Shades of Electric Purple #B10FED
Tints of Electric Purple #B10FED
RGB
CMYK
RGB Variations
Color information
#B10FED (or 0xB10FED) is known color: Electric Purple. HEX triplet: B1, 0F and ED. RGB value is (177,15,237). Sum of RGB (Red+Green+Blue) = 177+15+237=429 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.26% from 429); Green value is 15 (6.25% from 255 or 3.50% from 429); Blue value is 237 (92.97% from 255 or 55.24% from 429); Max value from RGB is 237 - color contains mainly: blue. Hex color #B10FED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B10FED is #4EF012. Grayscale: #585858. Windows color (decimal): -5173267 or 15536049. OLE color: 15536049.
HSL color Cylindrical-coordinate representation of color #B10FED: hue angle of 283.78º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B10FED is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 15 | 237 | - |
| CMYK | 0.25 | 0.94 | 0 | 0.07 |
| HSL | 283.78º | 0.88% | 0.49% | - |
| HSV(B) | 283.78º | 0.94% | 0.93% | - |
| XYZ | 33.59 | 15.8 | 81.4 | - |
| YUV | 88.75 | 211.67 | 190.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 15 | 237 | 0.25 | 0.94 | 0 | 0.07 | 283.78 | 0.88 | 0.49 |
| Hex | B1 | F | ED | 19 | 5E | 0 | 7 | 11C | 58 | 31 |
| Octal | 261 | 17 | 355 | 31 | 136 | 0 | 7 | 434 | 130 | 61 |
| Binary | 10110001 | 1111 | 11101101 | 11001 | 1011110 | 0 | 111 | 100011100 | 1011000 | 110001 |
Color Harmonies of #B10FED
Complementary color
Monochromatic Colors of #B10FED
Black with #B10FED
Text Example
Text Example
White with #B10FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10FED; }
p { color: rgb(177,15,237); }
H1.HeaderClassName
{
color: #B10FED;
}
.AnyTagClassName
{
color: #B10FED;
}
</style>
background-color css
<style>
a { background-color: #B10FED; }
a { background-color: rgb(177,15,237); }
div.DivClassName
{
background-color: #B10FED;
}
.BgClassName
{
background-color: #B10FED;
}
</style>
border-color css
<style>
span { border-color: #B10FED; }
span { border-color: rgb(177,15,237); }
td.TdClassName
{
border-color: #B10FED;
}
.TagClassName
{
border-color: #B10FED;
}
</style>