Shades of Electric Purple #B117F8
Tints of Electric Purple #B117F8
RGB
CMYK
RGB Variations
Color information
#B117F8 (or 0xB117F8) is known color: Electric Purple. HEX triplet: B1, 17 and F8. RGB value is (177,23,248). Sum of RGB (Red+Green+Blue) = 177+23+248=448 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.51% from 448); Green value is 23 (9.38% from 255 or 5.13% from 448); Blue value is 248 (97.27% from 255 or 55.36% from 448); Max value from RGB is 248 - color contains mainly: blue. Hex color #B117F8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B117F8 is #4EE807. Grayscale: #5D5D5D. Windows color (decimal): -5171208 or 16258993. OLE color: 16258993.
HSL color Cylindrical-coordinate representation of color #B117F8: hue angle of 281.07º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B117F8 is Cyan = 0.29, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 177 | 23 | 248 | - |
| CMYK | 0.29 | 0.91 | 0 | 0.03 |
| HSL | 281.07º | 0.94% | 0.53% | - |
| HSV(B) | 281.07º | 0.91% | 0.97% | - |
| XYZ | 35.38 | 16.74 | 90.17 | - |
| YUV | 94.7 | 214.52 | 186.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 23 | 248 | 0.29 | 0.91 | 0 | 0.03 | 281.07 | 0.94 | 0.53 |
| Hex | B1 | 17 | F8 | 1D | 5B | 0 | 3 | 119 | 5E | 35 |
| Octal | 261 | 27 | 370 | 35 | 133 | 0 | 3 | 431 | 136 | 65 |
| Binary | 10110001 | 10111 | 11111000 | 11101 | 1011011 | 0 | 11 | 100011001 | 1011110 | 110101 |
Color Harmonies of #B117F8
Complementary color
Monochromatic Colors of #B117F8
Black with #B117F8
Text Example
Text Example
White with #B117F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B117F8; }
p { color: rgb(177,23,248); }
H1.HeaderClassName
{
color: #B117F8;
}
.AnyTagClassName
{
color: #B117F8;
}
</style>
background-color css
<style>
a { background-color: #B117F8; }
a { background-color: rgb(177,23,248); }
div.DivClassName
{
background-color: #B117F8;
}
.BgClassName
{
background-color: #B117F8;
}
</style>
border-color css
<style>
span { border-color: #B117F8; }
span { border-color: rgb(177,23,248); }
td.TdClassName
{
border-color: #B117F8;
}
.TagClassName
{
border-color: #B117F8;
}
</style>