Shades of Electric Purple #B100F9
Tints of Electric Purple #B100F9
RGB
CMYK
RGB Variations
Color information
#B100F9 (or 0xB100F9) is known color: Electric Purple. HEX triplet: B1, 00 and F9. RGB value is (177,0,249). Sum of RGB (Red+Green+Blue) = 177+0+249=426 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.55% from 426); Green value is 0 (0.39% from 255 or 0% from 426); Blue value is 249 (97.66% from 255 or 58.45% from 426); Max value from RGB is 249 - color contains mainly: blue. Hex color #B100F9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B100F9 is #4EFF06. Grayscale: #505050. Windows color (decimal): -5177095 or 16318641. OLE color: 16318641.
HSL color Cylindrical-coordinate representation of color #B100F9: hue angle of 282.65º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B100F9 is Cyan = 0.29, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 177 | 0 | 249 | - |
| CMYK | 0.29 | 1 | 0 | 0.02 |
| HSL | 282.65º | 1% | 0.49% | - |
| HSV(B) | 282.65º | 1% | 0.98% | - |
| XYZ | 35.23 | 16.19 | 90.89 | - |
| YUV | 81.31 | 222.64 | 196.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 0 | 249 | 0.29 | 1 | 0 | 0.02 | 282.65 | 1 | 0.49 |
| Hex | B1 | 0 | F9 | 1D | 64 | 0 | 2 | 11B | 64 | 31 |
| Octal | 261 | 0 | 371 | 35 | 144 | 0 | 2 | 433 | 144 | 61 |
| Binary | 10110001 | 0 | 11111001 | 11101 | 1100100 | 0 | 10 | 100011011 | 1100100 | 110001 |
Color Harmonies of #B100F9
Complementary color
Monochromatic Colors of #B100F9
Black with #B100F9
Text Example
Text Example
White with #B100F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B100F9; }
p { color: rgb(177,0,249); }
H1.HeaderClassName
{
color: #B100F9;
}
.AnyTagClassName
{
color: #B100F9;
}
</style>
background-color css
<style>
a { background-color: #B100F9; }
a { background-color: rgb(177,0,249); }
div.DivClassName
{
background-color: #B100F9;
}
.BgClassName
{
background-color: #B100F9;
}
</style>
border-color css
<style>
span { border-color: #B100F9; }
span { border-color: rgb(177,0,249); }
td.TdClassName
{
border-color: #B100F9;
}
.TagClassName
{
border-color: #B100F9;
}
</style>