Shades of Electric Purple #B801F9
Tints of Electric Purple #B801F9
RGB
CMYK
RGB Variations
Color information
#B801F9 (or 0xB801F9) is known color: Electric Purple. HEX triplet: B8, 01 and F9. RGB value is (184,1,249). Sum of RGB (Red+Green+Blue) = 184+1+249=434 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.40% from 434); Green value is 1 (0.78% from 255 or 0.23% from 434); Blue value is 249 (97.66% from 255 or 57.37% from 434); Max value from RGB is 249 - color contains mainly: blue. Hex color #B801F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B801F9 is #47FE06. Grayscale: #535353. Windows color (decimal): -4718087 or 16318904. OLE color: 16318904.
HSL color Cylindrical-coordinate representation of color #B801F9: hue angle of 284.27º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B801F9 is Cyan = 0.26, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 1 | 249 | - |
| CMYK | 0.26 | 1.00 | 0 | 0.02 |
| HSL | 284.27º | 0.99% | 0.49% | - |
| HSV(B) | 284.27º | 1% | 0.98% | - |
| XYZ | 36.88 | 17.05 | 90.97 | - |
| YUV | 83.99 | 221.13 | 199.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 1 | 249 | 0.26 | 1.00 | 0 | 0.02 | 284.27 | 0.99 | 0.49 |
| Hex | B8 | 1 | F9 | 1A | 64 | 0 | 2 | 11C | 63 | 31 |
| Octal | 270 | 1 | 371 | 32 | 144 | 0 | 2 | 434 | 143 | 61 |
| Binary | 10111000 | 1 | 11111001 | 11010 | 1100100 | 0 | 10 | 100011100 | 1100011 | 110001 |
Color Harmonies of #B801F9
Complementary color
Monochromatic Colors of #B801F9
Black with #B801F9
Text Example
Text Example
White with #B801F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B801F9; }
p { color: rgb(184,1,249); }
H1.HeaderClassName
{
color: #B801F9;
}
.AnyTagClassName
{
color: #B801F9;
}
</style>
background-color css
<style>
a { background-color: #B801F9; }
a { background-color: rgb(184,1,249); }
div.DivClassName
{
background-color: #B801F9;
}
.BgClassName
{
background-color: #B801F9;
}
</style>
border-color css
<style>
span { border-color: #B801F9; }
span { border-color: rgb(184,1,249); }
td.TdClassName
{
border-color: #B801F9;
}
.TagClassName
{
border-color: #B801F9;
}
</style>