Shades of Electric Purple #B204F0
Tints of Electric Purple #B204F0
RGB
CMYK
RGB Variations
Color information
#B204F0 (or 0xB204F0) is known color: Electric Purple. HEX triplet: B2, 04 and F0. RGB value is (178,4,240). Sum of RGB (Red+Green+Blue) = 178+4+240=422 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.18% from 422); Green value is 4 (1.95% from 255 or 0.95% from 422); Blue value is 240 (94.14% from 255 or 56.87% from 422); Max value from RGB is 240 - color contains mainly: blue. Hex color #B204F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B204F0 is #4DFB0F. Grayscale: #525252. Windows color (decimal): -5110544 or 15729842. OLE color: 15729842.
HSL color Cylindrical-coordinate representation of color #B204F0: hue angle of 284.24º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B204F0 is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 178 | 4 | 240 | - |
| CMYK | 0.26 | 0.98 | 0 | 0.06 |
| HSL | 284.24º | 0.97% | 0.48% | - |
| HSV(B) | 284.24º | 0.98% | 0.94% | - |
| XYZ | 34.13 | 15.84 | 83.7 | - |
| YUV | 82.93 | 216.65 | 195.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 4 | 240 | 0.26 | 0.98 | 0 | 0.06 | 284.24 | 0.97 | 0.48 |
| Hex | B2 | 4 | F0 | 1A | 62 | 0 | 6 | 11C | 61 | 30 |
| Octal | 262 | 4 | 360 | 32 | 142 | 0 | 6 | 434 | 141 | 60 |
| Binary | 10110010 | 100 | 11110000 | 11010 | 1100010 | 0 | 110 | 100011100 | 1100001 | 110000 |
Color Harmonies of #B204F0
Complementary color
Monochromatic Colors of #B204F0
Black with #B204F0
Text Example
Text Example
White with #B204F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B204F0; }
p { color: rgb(178,4,240); }
H1.HeaderClassName
{
color: #B204F0;
}
.AnyTagClassName
{
color: #B204F0;
}
</style>
background-color css
<style>
a { background-color: #B204F0; }
a { background-color: rgb(178,4,240); }
div.DivClassName
{
background-color: #B204F0;
}
.BgClassName
{
background-color: #B204F0;
}
</style>
border-color css
<style>
span { border-color: #B204F0; }
span { border-color: rgb(178,4,240); }
td.TdClassName
{
border-color: #B204F0;
}
.TagClassName
{
border-color: #B204F0;
}
</style>