Shades of Electric Purple #B100F8
Tints of Electric Purple #B100F8
RGB
CMYK
RGB Variations
Color information
#B100F8 (or 0xB100F8) is known color: Electric Purple. HEX triplet: B1, 00 and F8. RGB value is (177,0,248). Sum of RGB (Red+Green+Blue) = 177+0+248=425 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.65% from 425); Green value is 0 (0.39% from 255 or 0% from 425); Blue value is 248 (97.27% from 255 or 58.35% from 425); Max value from RGB is 248 - color contains mainly: blue. Hex color #B100F8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B100F8 is #4EFF07. Grayscale: #505050. Windows color (decimal): -5177096 or 16253105. OLE color: 16253105.
HSL color Cylindrical-coordinate representation of color #B100F8: hue angle of 282.82º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B100F8 is Cyan = 0.29, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 177 | 0 | 248 | - |
| CMYK | 0.29 | 1 | 0 | 0.03 |
| HSL | 282.82º | 1% | 0.49% | - |
| HSV(B) | 282.82º | 1% | 0.97% | - |
| XYZ | 35.07 | 16.12 | 90.07 | - |
| YUV | 81.2 | 222.14 | 196.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 0 | 248 | 0.29 | 1 | 0 | 0.03 | 282.82 | 1 | 0.49 |
| Hex | B1 | 0 | F8 | 1D | 64 | 0 | 3 | 11B | 64 | 31 |
| Octal | 261 | 0 | 370 | 35 | 144 | 0 | 3 | 433 | 144 | 61 |
| Binary | 10110001 | 0 | 11111000 | 11101 | 1100100 | 0 | 11 | 100011011 | 1100100 | 110001 |
Color Harmonies of #B100F8
Complementary color
Monochromatic Colors of #B100F8
Black with #B100F8
Text Example
Text Example
White with #B100F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B100F8; }
p { color: rgb(177,0,248); }
H1.HeaderClassName
{
color: #B100F8;
}
.AnyTagClassName
{
color: #B100F8;
}
</style>
background-color css
<style>
a { background-color: #B100F8; }
a { background-color: rgb(177,0,248); }
div.DivClassName
{
background-color: #B100F8;
}
.BgClassName
{
background-color: #B100F8;
}
</style>
border-color css
<style>
span { border-color: #B100F8; }
span { border-color: rgb(177,0,248); }
td.TdClassName
{
border-color: #B100F8;
}
.TagClassName
{
border-color: #B100F8;
}
</style>