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