Shades of Electric Purple #B204FE
Tints of Electric Purple #B204FE
RGB
CMYK
RGB Variations
Color information
#B204FE (or 0xB204FE) is known color: Electric Purple. HEX triplet: B2, 04 and FE. RGB value is (178,4,254). Sum of RGB (Red+Green+Blue) = 178+4+254=436 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.83% from 436); Green value is 4 (1.95% from 255 or 0.92% from 436); Blue value is 254 (99.61% from 255 or 58.26% from 436); Max value from RGB is 254 - color contains mainly: blue. Hex color #B204FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B204FE is #4DFB01. Grayscale: #535353. Windows color (decimal): -5110530 or 16647346. OLE color: 16647346.
HSL color Cylindrical-coordinate representation of color #B204FE: hue angle of 281.76º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B204FE is Cyan = 0.30, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 178 | 4 | 254 | - |
| CMYK | 0.30 | 0.98 | 0 | 0.00 |
| HSL | 281.76º | 0.99% | 0.51% | - |
| HSV(B) | 281.76º | 0.98% | 1% | - |
| XYZ | 36.29 | 16.71 | 95.08 | - |
| YUV | 84.53 | 223.65 | 194.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 4 | 254 | 0.30 | 0.98 | 0 | 0.00 | 281.76 | 0.99 | 0.51 |
| Hex | B2 | 4 | FE | 1E | 62 | 0 | 0 | 11A | 63 | 33 |
| Octal | 262 | 4 | 376 | 36 | 142 | 0 | 0 | 432 | 143 | 63 |
| Binary | 10110010 | 100 | 11111110 | 11110 | 1100010 | 0 | 0 | 100011010 | 1100011 | 110011 |
Color Harmonies of #B204FE
Complementary color
Monochromatic Colors of #B204FE
Black with #B204FE
Text Example
Text Example
White with #B204FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B204FE; }
p { color: rgb(178,4,254); }
H1.HeaderClassName
{
color: #B204FE;
}
.AnyTagClassName
{
color: #B204FE;
}
</style>
background-color css
<style>
a { background-color: #B204FE; }
a { background-color: rgb(178,4,254); }
div.DivClassName
{
background-color: #B204FE;
}
.BgClassName
{
background-color: #B204FE;
}
</style>
border-color css
<style>
span { border-color: #B204FE; }
span { border-color: rgb(178,4,254); }
td.TdClassName
{
border-color: #B204FE;
}
.TagClassName
{
border-color: #B204FE;
}
</style>