Shades of Electric Purple #B20FEF
Tints of Electric Purple #B20FEF
RGB
CMYK
RGB Variations
Color information
#B20FEF (or 0xB20FEF) is known color: Electric Purple. HEX triplet: B2, 0F and EF. RGB value is (178,15,239). Sum of RGB (Red+Green+Blue) = 178+15+239=432 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.20% from 432); Green value is 15 (6.25% from 255 or 3.47% from 432); Blue value is 239 (93.75% from 255 or 55.32% from 432); Max value from RGB is 239 - color contains mainly: blue. Hex color #B20FEF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B20FEF is #4DF010. Grayscale: #585858. Windows color (decimal): -5107729 or 15667122. OLE color: 15667122.
HSL color Cylindrical-coordinate representation of color #B20FEF: hue angle of 283.66º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B20FEF is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 178 | 15 | 239 | - |
| CMYK | 0.26 | 0.94 | 0 | 0.06 |
| HSL | 283.66º | 0.88% | 0.5% | - |
| HSV(B) | 283.66º | 0.94% | 0.94% | - |
| XYZ | 34.11 | 16.04 | 82.96 | - |
| YUV | 89.27 | 212.5 | 191.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 15 | 239 | 0.26 | 0.94 | 0 | 0.06 | 283.66 | 0.88 | 0.5 |
| Hex | B2 | F | EF | 1A | 5E | 0 | 6 | 11C | 58 | 32 |
| Octal | 262 | 17 | 357 | 32 | 136 | 0 | 6 | 434 | 130 | 62 |
| Binary | 10110010 | 1111 | 11101111 | 11010 | 1011110 | 0 | 110 | 100011100 | 1011000 | 110010 |
Color Harmonies of #B20FEF
Complementary color
Monochromatic Colors of #B20FEF
Black with #B20FEF
Text Example
Text Example
White with #B20FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20FEF; }
p { color: rgb(178,15,239); }
H1.HeaderClassName
{
color: #B20FEF;
}
.AnyTagClassName
{
color: #B20FEF;
}
</style>
background-color css
<style>
a { background-color: #B20FEF; }
a { background-color: rgb(178,15,239); }
div.DivClassName
{
background-color: #B20FEF;
}
.BgClassName
{
background-color: #B20FEF;
}
</style>
border-color css
<style>
span { border-color: #B20FEF; }
span { border-color: rgb(178,15,239); }
td.TdClassName
{
border-color: #B20FEF;
}
.TagClassName
{
border-color: #B20FEF;
}
</style>