Shades of Electric Purple #B204FF
Tints of Electric Purple #B204FF
RGB
CMYK
RGB Variations
Color information
#B204FF (or 0xB204FF) is known color: Electric Purple. HEX triplet: B2, 04 and FF. RGB value is (178,4,255). Sum of RGB (Red+Green+Blue) = 178+4+255=437 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.73% from 437); Green value is 4 (1.95% from 255 or 0.92% from 437); Blue value is 255 (100% from 255 or 58.35% from 437); Max value from RGB is 255 - color contains mainly: blue. Hex color #B204FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B204FF is #4DFB00. Grayscale: #535353. Windows color (decimal): -5110529 or 16712882. OLE color: 16712882.
HSL color Cylindrical-coordinate representation of color #B204FF: hue angle of 281.59º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B204FF is Cyan = 0.30, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 178 | 4 | 255 | - |
| CMYK | 0.30 | 0.98 | 0 | 0 |
| HSL | 281.59º | 1% | 0.51% | - |
| HSV(B) | 281.59º | 0.98% | 1% | - |
| XYZ | 36.45 | 16.77 | 95.92 | - |
| YUV | 84.64 | 224.15 | 194.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 4 | 255 | 0.30 | 0.98 | 0 | 0 | 281.59 | 1 | 0.51 |
| Hex | B2 | 4 | FF | 1E | 62 | 0 | 0 | 11A | 64 | 33 |
| Octal | 262 | 4 | 377 | 36 | 142 | 0 | 0 | 432 | 144 | 63 |
| Binary | 10110010 | 100 | 11111111 | 11110 | 1100010 | 0 | 0 | 100011010 | 1100100 | 110011 |
Color Harmonies of #B204FF
Complementary color
Monochromatic Colors of #B204FF
Black with #B204FF
Text Example
Text Example
White with #B204FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B204FF; }
p { color: rgb(178,4,255); }
H1.HeaderClassName
{
color: #B204FF;
}
.AnyTagClassName
{
color: #B204FF;
}
</style>
background-color css
<style>
a { background-color: #B204FF; }
a { background-color: rgb(178,4,255); }
div.DivClassName
{
background-color: #B204FF;
}
.BgClassName
{
background-color: #B204FF;
}
</style>
border-color css
<style>
span { border-color: #B204FF; }
span { border-color: rgb(178,4,255); }
td.TdClassName
{
border-color: #B204FF;
}
.TagClassName
{
border-color: #B204FF;
}
</style>