Shades of Electric Purple #B501FE
Tints of Electric Purple #B501FE
RGB
CMYK
RGB Variations
Color information
#B501FE (or 0xB501FE) is known color: Electric Purple. HEX triplet: B5, 01 and FE. RGB value is (181,1,254). Sum of RGB (Red+Green+Blue) = 181+1+254=436 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.51% from 436); Green value is 1 (0.78% from 255 or 0.23% from 436); Blue value is 254 (99.61% from 255 or 58.26% from 436); Max value from RGB is 254 - color contains mainly: blue. Hex color #B501FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B501FE is #4AFE01. Grayscale: #525252. Windows color (decimal): -4914690 or 16646581. OLE color: 16646581.
HSL color Cylindrical-coordinate representation of color #B501FE: hue angle of 282.69º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B501FE is Cyan = 0.29, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 181 | 1 | 254 | - |
| CMYK | 0.29 | 1.00 | 0 | 0.00 |
| HSL | 282.69º | 0.99% | 0.5% | - |
| HSV(B) | 282.69º | 1% | 1% | - |
| XYZ | 36.96 | 17 | 95.1 | - |
| YUV | 83.66 | 224.13 | 197.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 1 | 254 | 0.29 | 1.00 | 0 | 0.00 | 282.69 | 0.99 | 0.5 |
| Hex | B5 | 1 | FE | 1D | 64 | 0 | 0 | 11B | 63 | 32 |
| Octal | 265 | 1 | 376 | 35 | 144 | 0 | 0 | 433 | 143 | 62 |
| Binary | 10110101 | 1 | 11111110 | 11101 | 1100100 | 0 | 0 | 100011011 | 1100011 | 110010 |
Color Harmonies of #B501FE
Complementary color
Monochromatic Colors of #B501FE
Black with #B501FE
Text Example
Text Example
White with #B501FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B501FE; }
p { color: rgb(181,1,254); }
H1.HeaderClassName
{
color: #B501FE;
}
.AnyTagClassName
{
color: #B501FE;
}
</style>
background-color css
<style>
a { background-color: #B501FE; }
a { background-color: rgb(181,1,254); }
div.DivClassName
{
background-color: #B501FE;
}
.BgClassName
{
background-color: #B501FE;
}
</style>
border-color css
<style>
span { border-color: #B501FE; }
span { border-color: rgb(181,1,254); }
td.TdClassName
{
border-color: #B501FE;
}
.TagClassName
{
border-color: #B501FE;
}
</style>