Shades of Electric Purple #B819FE
Tints of Electric Purple #B819FE
RGB
CMYK
RGB Variations
Color information
#B819FE (or 0xB819FE) is known color: Electric Purple. HEX triplet: B8, 19 and FE. RGB value is (184,25,254). Sum of RGB (Red+Green+Blue) = 184+25+254=463 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.74% from 463); Green value is 25 (10.16% from 255 or 5.40% from 463); Blue value is 254 (99.61% from 255 or 54.86% from 463); Max value from RGB is 254 - color contains mainly: blue. Hex color #B819FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B819FE is #47E601. Grayscale: #616161. Windows color (decimal): -4711938 or 16652728. OLE color: 16652728.
HSL color Cylindrical-coordinate representation of color #B819FE: hue angle of 281.66º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B819FE is Cyan = 0.28, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 184 | 25 | 254 | - |
| CMYK | 0.28 | 0.90 | 0 | 0.00 |
| HSL | 281.66º | 0.99% | 0.55% | - |
| HSV(B) | 281.66º | 0.9% | 1% | - |
| XYZ | 38 | 18.04 | 95.25 | - |
| YUV | 98.65 | 215.68 | 188.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 25 | 254 | 0.28 | 0.90 | 0 | 0.00 | 281.66 | 0.99 | 0.55 |
| Hex | B8 | 19 | FE | 1C | 5A | 0 | 0 | 11A | 63 | 37 |
| Octal | 270 | 31 | 376 | 34 | 132 | 0 | 0 | 432 | 143 | 67 |
| Binary | 10111000 | 11001 | 11111110 | 11100 | 1011010 | 0 | 0 | 100011010 | 1100011 | 110111 |
Color Harmonies of #B819FE
Complementary color
Monochromatic Colors of #B819FE
Black with #B819FE
Text Example
Text Example
White with #B819FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B819FE; }
p { color: rgb(184,25,254); }
H1.HeaderClassName
{
color: #B819FE;
}
.AnyTagClassName
{
color: #B819FE;
}
</style>
background-color css
<style>
a { background-color: #B819FE; }
a { background-color: rgb(184,25,254); }
div.DivClassName
{
background-color: #B819FE;
}
.BgClassName
{
background-color: #B819FE;
}
</style>
border-color css
<style>
span { border-color: #B819FE; }
span { border-color: rgb(184,25,254); }
td.TdClassName
{
border-color: #B819FE;
}
.TagClassName
{
border-color: #B819FE;
}
</style>