Shades of Electric Purple #B501FA
Tints of Electric Purple #B501FA
RGB
CMYK
RGB Variations
Color information
#B501FA (or 0xB501FA) is known color: Electric Purple. HEX triplet: B5, 01 and FA. RGB value is (181,1,250). Sum of RGB (Red+Green+Blue) = 181+1+250=432 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.90% from 432); Green value is 1 (0.78% from 255 or 0.23% from 432); Blue value is 250 (98.05% from 255 or 57.87% from 432); Max value from RGB is 250 - color contains mainly: blue. Hex color #B501FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B501FA is #4AFE05. Grayscale: #525252. Windows color (decimal): -4914694 or 16384437. OLE color: 16384437.
HSL color Cylindrical-coordinate representation of color #B501FA: hue angle of 283.37º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B501FA is Cyan = 0.28, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 181 | 1 | 250 | - |
| CMYK | 0.28 | 1.00 | 0 | 0.02 |
| HSL | 283.37º | 0.99% | 0.49% | - |
| HSV(B) | 283.37º | 1% | 0.98% | - |
| XYZ | 36.32 | 16.75 | 91.76 | - |
| YUV | 83.21 | 222.13 | 197.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 1 | 250 | 0.28 | 1.00 | 0 | 0.02 | 283.37 | 0.99 | 0.49 |
| Hex | B5 | 1 | FA | 1C | 64 | 0 | 2 | 11B | 63 | 31 |
| Octal | 265 | 1 | 372 | 34 | 144 | 0 | 2 | 433 | 143 | 61 |
| Binary | 10110101 | 1 | 11111010 | 11100 | 1100100 | 0 | 10 | 100011011 | 1100011 | 110001 |
Color Harmonies of #B501FA
Complementary color
Monochromatic Colors of #B501FA
Black with #B501FA
Text Example
Text Example
White with #B501FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B501FA; }
p { color: rgb(181,1,250); }
H1.HeaderClassName
{
color: #B501FA;
}
.AnyTagClassName
{
color: #B501FA;
}
</style>
background-color css
<style>
a { background-color: #B501FA; }
a { background-color: rgb(181,1,250); }
div.DivClassName
{
background-color: #B501FA;
}
.BgClassName
{
background-color: #B501FA;
}
</style>
border-color css
<style>
span { border-color: #B501FA; }
span { border-color: rgb(181,1,250); }
td.TdClassName
{
border-color: #B501FA;
}
.TagClassName
{
border-color: #B501FA;
}
</style>