Shades of Electric Purple #B500FA
Tints of Electric Purple #B500FA
RGB
CMYK
RGB Variations
Color information
#B500FA (or 0xB500FA) is known color: Electric Purple. HEX triplet: B5, 00 and FA. RGB value is (181,0,250). Sum of RGB (Red+Green+Blue) = 181+0+250=431 (57% of max value = 765). Red value is 181 (71.09% from 255 or 42.00% from 431); Green value is 0 (0.39% from 255 or 0% from 431); Blue value is 250 (98.05% from 255 or 58.00% from 431); Max value from RGB is 250 - color contains mainly: blue. Hex color #B500FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B500FA is #4AFF05. Grayscale: #515151. Windows color (decimal): -4914950 or 16384181. OLE color: 16384181.
HSL color Cylindrical-coordinate representation of color #B500FA: hue angle of 283.44º 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 #B500FA is Cyan = 0.28, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 181 | 0 | 250 | - |
| CMYK | 0.28 | 1 | 0 | 0.02 |
| HSL | 283.44º | 1% | 0.49% | - |
| HSV(B) | 283.44º | 1% | 0.98% | - |
| XYZ | 36.31 | 16.73 | 91.76 | - |
| YUV | 82.62 | 222.47 | 198.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 0 | 250 | 0.28 | 1 | 0 | 0.02 | 283.44 | 1 | 0.49 |
| Hex | B5 | 0 | FA | 1C | 64 | 0 | 2 | 11B | 64 | 31 |
| Octal | 265 | 0 | 372 | 34 | 144 | 0 | 2 | 433 | 144 | 61 |
| Binary | 10110101 | 0 | 11111010 | 11100 | 1100100 | 0 | 10 | 100011011 | 1100100 | 110001 |
Color Harmonies of #B500FA
Complementary color
Monochromatic Colors of #B500FA
Black with #B500FA
Text Example
Text Example
White with #B500FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B500FA; }
p { color: rgb(181,0,250); }
H1.HeaderClassName
{
color: #B500FA;
}
.AnyTagClassName
{
color: #B500FA;
}
</style>
background-color css
<style>
a { background-color: #B500FA; }
a { background-color: rgb(181,0,250); }
div.DivClassName
{
background-color: #B500FA;
}
.BgClassName
{
background-color: #B500FA;
}
</style>
border-color css
<style>
span { border-color: #B500FA; }
span { border-color: rgb(181,0,250); }
td.TdClassName
{
border-color: #B500FA;
}
.TagClassName
{
border-color: #B500FA;
}
</style>