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