Shades of Electric Purple #B01FFF
Tints of Electric Purple #B01FFF
RGB
CMYK
RGB Variations
Color information
#B01FFF (or 0xB01FFF) is known color: Electric Purple. HEX triplet: B0, 1F and FF. RGB value is (176,31,255). Sum of RGB (Red+Green+Blue) = 176+31+255=462 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.10% from 462); Green value is 31 (12.5% from 255 or 6.71% from 462); Blue value is 255 (100% from 255 or 55.19% from 462); Max value from RGB is 255 - color contains mainly: blue. Hex color #B01FFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B01FFF is #4FE000. Grayscale: #636363. Windows color (decimal): -5234689 or 16719792. OLE color: 16719792.
HSL color Cylindrical-coordinate representation of color #B01FFF: hue angle of 278.84º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B01FFF is Cyan = 0.31, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 31 | 255 | - |
| CMYK | 0.31 | 0.88 | 0 | 0 |
| HSL | 278.84º | 1% | 0.56% | - |
| HSV(B) | 278.84º | 0.88% | 1% | - |
| XYZ | 36.44 | 17.43 | 96.05 | - |
| YUV | 99.89 | 215.54 | 182.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 31 | 255 | 0.31 | 0.88 | 0 | 0 | 278.84 | 1 | 0.56 |
| Hex | B0 | 1F | FF | 1F | 58 | 0 | 0 | 117 | 64 | 38 |
| Octal | 260 | 37 | 377 | 37 | 130 | 0 | 0 | 427 | 144 | 70 |
| Binary | 10110000 | 11111 | 11111111 | 11111 | 1011000 | 0 | 0 | 100010111 | 1100100 | 111000 |
Color Harmonies of #B01FFF
Complementary color
Monochromatic Colors of #B01FFF
Black with #B01FFF
Text Example
Text Example
White with #B01FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01FFF; }
p { color: rgb(176,31,255); }
H1.HeaderClassName
{
color: #B01FFF;
}
.AnyTagClassName
{
color: #B01FFF;
}
</style>
background-color css
<style>
a { background-color: #B01FFF; }
a { background-color: rgb(176,31,255); }
div.DivClassName
{
background-color: #B01FFF;
}
.BgClassName
{
background-color: #B01FFF;
}
</style>
border-color css
<style>
span { border-color: #B01FFF; }
span { border-color: rgb(176,31,255); }
td.TdClassName
{
border-color: #B01FFF;
}
.TagClassName
{
border-color: #B01FFF;
}
</style>