Shades of Electric Purple #B10EFC
Tints of Electric Purple #B10EFC
RGB
CMYK
RGB Variations
Color information
#B10EFC (or 0xB10EFC) is known color: Electric Purple. HEX triplet: B1, 0E and FC. RGB value is (177,14,252). Sum of RGB (Red+Green+Blue) = 177+14+252=443 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.95% from 443); Green value is 14 (5.86% from 255 or 3.16% from 443); Blue value is 252 (98.83% from 255 or 56.88% from 443); Max value from RGB is 252 - color contains mainly: blue. Hex color #B10EFC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B10EFC is #4EF103. Grayscale: #595959. Windows color (decimal): -5173508 or 16518833. OLE color: 16518833.
HSL color Cylindrical-coordinate representation of color #B10EFC: hue angle of 281.09º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B10EFC is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 177 | 14 | 252 | - |
| CMYK | 0.30 | 0.94 | 0 | 0.01 |
| HSL | 281.09º | 0.98% | 0.52% | - |
| HSV(B) | 281.09º | 0.94% | 0.99% | - |
| XYZ | 35.86 | 16.69 | 93.43 | - |
| YUV | 89.87 | 219.5 | 190.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 14 | 252 | 0.30 | 0.94 | 0 | 0.01 | 281.09 | 0.98 | 0.52 |
| Hex | B1 | E | FC | 1E | 5E | 0 | 1 | 119 | 62 | 34 |
| Octal | 261 | 16 | 374 | 36 | 136 | 0 | 1 | 431 | 142 | 64 |
| Binary | 10110001 | 1110 | 11111100 | 11110 | 1011110 | 0 | 1 | 100011001 | 1100010 | 110100 |
Color Harmonies of #B10EFC
Complementary color
Monochromatic Colors of #B10EFC
Black with #B10EFC
Text Example
Text Example
White with #B10EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10EFC; }
p { color: rgb(177,14,252); }
H1.HeaderClassName
{
color: #B10EFC;
}
.AnyTagClassName
{
color: #B10EFC;
}
</style>
background-color css
<style>
a { background-color: #B10EFC; }
a { background-color: rgb(177,14,252); }
div.DivClassName
{
background-color: #B10EFC;
}
.BgClassName
{
background-color: #B10EFC;
}
</style>
border-color css
<style>
span { border-color: #B10EFC; }
span { border-color: rgb(177,14,252); }
td.TdClassName
{
border-color: #B10EFC;
}
.TagClassName
{
border-color: #B10EFC;
}
</style>