Shades of Electric Purple #B500FB
Tints of Electric Purple #B500FB
RGB
CMYK
RGB Variations
Color information
#B500FB (or 0xB500FB) is known color: Electric Purple. HEX triplet: B5, 00 and FB. RGB value is (181,0,251). Sum of RGB (Red+Green+Blue) = 181+0+251=432 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.90% from 432); Green value is 0 (0.39% from 255 or 0% from 432); Blue value is 251 (98.44% from 255 or 58.10% from 432); Max value from RGB is 251 - color contains mainly: blue. Hex color #B500FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B500FB is #4AFF04. Grayscale: #515151. Windows color (decimal): -4914949 or 16449717. OLE color: 16449717.
HSL color Cylindrical-coordinate representation of color #B500FB: hue angle of 283.27º 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 #B500FB is Cyan = 0.28, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 181 | 0 | 251 | - |
| CMYK | 0.28 | 1 | 0 | 0.02 |
| HSL | 283.27º | 1% | 0.49% | - |
| HSV(B) | 283.27º | 1% | 0.98% | - |
| XYZ | 36.47 | 16.79 | 92.59 | - |
| YUV | 82.73 | 222.97 | 198.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 0 | 251 | 0.28 | 1 | 0 | 0.02 | 283.27 | 1 | 0.49 |
| Hex | B5 | 0 | FB | 1C | 64 | 0 | 2 | 11B | 64 | 31 |
| Octal | 265 | 0 | 373 | 34 | 144 | 0 | 2 | 433 | 144 | 61 |
| Binary | 10110101 | 0 | 11111011 | 11100 | 1100100 | 0 | 10 | 100011011 | 1100100 | 110001 |
Color Harmonies of #B500FB
Complementary color
Monochromatic Colors of #B500FB
Black with #B500FB
Text Example
Text Example
White with #B500FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B500FB; }
p { color: rgb(181,0,251); }
H1.HeaderClassName
{
color: #B500FB;
}
.AnyTagClassName
{
color: #B500FB;
}
</style>
background-color css
<style>
a { background-color: #B500FB; }
a { background-color: rgb(181,0,251); }
div.DivClassName
{
background-color: #B500FB;
}
.BgClassName
{
background-color: #B500FB;
}
</style>
border-color css
<style>
span { border-color: #B500FB; }
span { border-color: rgb(181,0,251); }
td.TdClassName
{
border-color: #B500FB;
}
.TagClassName
{
border-color: #B500FB;
}
</style>