Shades of Electric Purple #B500FC
Tints of Electric Purple #B500FC
RGB
CMYK
RGB Variations
Color information
#B500FC (or 0xB500FC) is known color: Electric Purple. HEX triplet: B5, 00 and FC. RGB value is (181,0,252). Sum of RGB (Red+Green+Blue) = 181+0+252=433 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.80% from 433); Green value is 0 (0.39% from 255 or 0% from 433); Blue value is 252 (98.83% from 255 or 58.20% from 433); Max value from RGB is 252 - color contains mainly: blue. Hex color #B500FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B500FC is #4AFF03. Grayscale: #525252. Windows color (decimal): -4914948 or 16515253. OLE color: 16515253.
HSL color Cylindrical-coordinate representation of color #B500FC: hue angle of 283.1º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B500FC is Cyan = 0.28, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 181 | 0 | 252 | - |
| CMYK | 0.28 | 1 | 0 | 0.01 |
| HSL | 283.1º | 1% | 0.49% | - |
| HSV(B) | 283.1º | 1% | 0.99% | - |
| XYZ | 36.63 | 16.85 | 93.42 | - |
| YUV | 82.85 | 223.47 | 198.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 0 | 252 | 0.28 | 1 | 0 | 0.01 | 283.1 | 1 | 0.49 |
| Hex | B5 | 0 | FC | 1C | 64 | 0 | 1 | 11B | 64 | 31 |
| Octal | 265 | 0 | 374 | 34 | 144 | 0 | 1 | 433 | 144 | 61 |
| Binary | 10110101 | 0 | 11111100 | 11100 | 1100100 | 0 | 1 | 100011011 | 1100100 | 110001 |
Color Harmonies of #B500FC
Complementary color
Monochromatic Colors of #B500FC
Black with #B500FC
Text Example
Text Example
White with #B500FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B500FC; }
p { color: rgb(181,0,252); }
H1.HeaderClassName
{
color: #B500FC;
}
.AnyTagClassName
{
color: #B500FC;
}
</style>
background-color css
<style>
a { background-color: #B500FC; }
a { background-color: rgb(181,0,252); }
div.DivClassName
{
background-color: #B500FC;
}
.BgClassName
{
background-color: #B500FC;
}
</style>
border-color css
<style>
span { border-color: #B500FC; }
span { border-color: rgb(181,0,252); }
td.TdClassName
{
border-color: #B500FC;
}
.TagClassName
{
border-color: #B500FC;
}
</style>