Shades of Electric Purple #B000FE
Tints of Electric Purple #B000FE
RGB
CMYK
RGB Variations
Color information
#B000FE (or 0xB000FE) is known color: Electric Purple. HEX triplet: B0, 00 and FE. RGB value is (176,0,254). Sum of RGB (Red+Green+Blue) = 176+0+254=430 (56% of max value = 765). Red value is 176 (69.14% from 255 or 40.93% from 430); Green value is 0 (0.39% from 255 or 0% from 430); Blue value is 254 (99.61% from 255 or 59.07% from 430); Max value from RGB is 254 - color contains mainly: blue. Hex color #B000FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B000FE is #4FFF01. Grayscale: #505050. Windows color (decimal): -5242626 or 16646320. OLE color: 16646320.
HSL color Cylindrical-coordinate representation of color #B000FE: hue angle of 281.57º 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 #B000FE is Cyan = 0.31, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 176 | 0 | 254 | - |
| CMYK | 0.31 | 1 | 0 | 0.00 |
| HSL | 281.57º | 1% | 0.5% | - |
| HSV(B) | 281.57º | 1% | 1% | - |
| XYZ | 35.79 | 16.39 | 95.04 | - |
| YUV | 81.58 | 225.31 | 195.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 0 | 254 | 0.31 | 1 | 0 | 0.00 | 281.57 | 1 | 0.5 |
| Hex | B0 | 0 | FE | 1F | 64 | 0 | 0 | 11A | 64 | 32 |
| Octal | 260 | 0 | 376 | 37 | 144 | 0 | 0 | 432 | 144 | 62 |
| Binary | 10110000 | 0 | 11111110 | 11111 | 1100100 | 0 | 0 | 100011010 | 1100100 | 110010 |
Color Harmonies of #B000FE
Complementary color
Monochromatic Colors of #B000FE
Black with #B000FE
Text Example
Text Example
White with #B000FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B000FE; }
p { color: rgb(176,0,254); }
H1.HeaderClassName
{
color: #B000FE;
}
.AnyTagClassName
{
color: #B000FE;
}
</style>
background-color css
<style>
a { background-color: #B000FE; }
a { background-color: rgb(176,0,254); }
div.DivClassName
{
background-color: #B000FE;
}
.BgClassName
{
background-color: #B000FE;
}
</style>
border-color css
<style>
span { border-color: #B000FE; }
span { border-color: rgb(176,0,254); }
td.TdClassName
{
border-color: #B000FE;
}
.TagClassName
{
border-color: #B000FE;
}
</style>