Shades of Electric Purple #B500F8
Tints of Electric Purple #B500F8
RGB
CMYK
RGB Variations
Color information
#B500F8 (or 0xB500F8) is known color: Electric Purple. HEX triplet: B5, 00 and F8. RGB value is (181,0,248). Sum of RGB (Red+Green+Blue) = 181+0+248=429 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.19% from 429); Green value is 0 (0.39% from 255 or 0% from 429); Blue value is 248 (97.27% from 255 or 57.81% from 429); Max value from RGB is 248 - color contains mainly: blue. Hex color #B500F8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B500F8 is #4AFF07. Grayscale: #515151. Windows color (decimal): -4914952 or 16253109. OLE color: 16253109.
HSL color Cylindrical-coordinate representation of color #B500F8: hue angle of 283.79º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B500F8 is Cyan = 0.27, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 181 | 0 | 248 | - |
| CMYK | 0.27 | 1 | 0 | 0.03 |
| HSL | 283.79º | 1% | 0.49% | - |
| HSV(B) | 283.79º | 1% | 0.97% | - |
| XYZ | 36 | 16.6 | 90.11 | - |
| YUV | 82.39 | 221.47 | 198.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 0 | 248 | 0.27 | 1 | 0 | 0.03 | 283.79 | 1 | 0.49 |
| Hex | B5 | 0 | F8 | 1B | 64 | 0 | 3 | 11C | 64 | 31 |
| Octal | 265 | 0 | 370 | 33 | 144 | 0 | 3 | 434 | 144 | 61 |
| Binary | 10110101 | 0 | 11111000 | 11011 | 1100100 | 0 | 11 | 100011100 | 1100100 | 110001 |
Color Harmonies of #B500F8
Complementary color
Monochromatic Colors of #B500F8
Black with #B500F8
Text Example
Text Example
White with #B500F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B500F8; }
p { color: rgb(181,0,248); }
H1.HeaderClassName
{
color: #B500F8;
}
.AnyTagClassName
{
color: #B500F8;
}
</style>
background-color css
<style>
a { background-color: #B500F8; }
a { background-color: rgb(181,0,248); }
div.DivClassName
{
background-color: #B500F8;
}
.BgClassName
{
background-color: #B500F8;
}
</style>
border-color css
<style>
span { border-color: #B500F8; }
span { border-color: rgb(181,0,248); }
td.TdClassName
{
border-color: #B500F8;
}
.TagClassName
{
border-color: #B500F8;
}
</style>