Shades of Electric Purple #B800FE
Tints of Electric Purple #B800FE
RGB
CMYK
RGB Variations
Color information
#B800FE (or 0xB800FE) is known color: Electric Purple. HEX triplet: B8, 00 and FE. RGB value is (184,0,254). Sum of RGB (Red+Green+Blue) = 184+0+254=438 (58% of max value = 765). Red value is 184 (72.27% from 255 or 42.01% from 438); Green value is 0 (0.39% from 255 or 0% from 438); Blue value is 254 (99.61% from 255 or 57.99% from 438); Max value from RGB is 254 - color contains mainly: blue. Hex color #B800FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B800FE is #47FF01. Grayscale: #535353. Windows color (decimal): -4718338 or 16646328. OLE color: 16646328.
HSL color Cylindrical-coordinate representation of color #B800FE: hue angle of 283.46º 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 #B800FE is Cyan = 0.28, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 184 | 0 | 254 | - |
| CMYK | 0.28 | 1 | 0 | 0.00 |
| HSL | 283.46º | 1% | 0.5% | - |
| HSV(B) | 283.46º | 1% | 1% | - |
| XYZ | 37.66 | 17.35 | 95.13 | - |
| YUV | 83.97 | 223.96 | 199.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 0 | 254 | 0.28 | 1 | 0 | 0.00 | 283.46 | 1 | 0.5 |
| Hex | B8 | 0 | FE | 1C | 64 | 0 | 0 | 11B | 64 | 32 |
| Octal | 270 | 0 | 376 | 34 | 144 | 0 | 0 | 433 | 144 | 62 |
| Binary | 10111000 | 0 | 11111110 | 11100 | 1100100 | 0 | 0 | 100011011 | 1100100 | 110010 |
Color Harmonies of #B800FE
Complementary color
Monochromatic Colors of #B800FE
Black with #B800FE
Text Example
Text Example
White with #B800FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B800FE; }
p { color: rgb(184,0,254); }
H1.HeaderClassName
{
color: #B800FE;
}
.AnyTagClassName
{
color: #B800FE;
}
</style>
background-color css
<style>
a { background-color: #B800FE; }
a { background-color: rgb(184,0,254); }
div.DivClassName
{
background-color: #B800FE;
}
.BgClassName
{
background-color: #B800FE;
}
</style>
border-color css
<style>
span { border-color: #B800FE; }
span { border-color: rgb(184,0,254); }
td.TdClassName
{
border-color: #B800FE;
}
.TagClassName
{
border-color: #B800FE;
}
</style>